media-tv/elisa-0.5.22: It works! Bump to current, Inc deps:
media-plugins/elisa-plugins-ugly-0.5.22: Bump to current media-plugins/elisa-plugins-good-0.5.22: Bump to current media-plugins/elisa-plugins-bad-0.5.22: Bump to current media-libs/pigment-0.3.11: Bump to current dev-python/pigment-python-0.3.8: Bump to current dev-python/Coherence-0.5.8-r1: Bump to current dev-python/python-daap-0.7.1: Inital Commit dev-python/cssutils-0.9.5.1: Inital Commit dev-python/twisted-web2-8.1.0: Inital Commit git-svn-id: http://svn.sabayonlinux.org/overlay@2735 d7aec97c-591d-0410-af39-a8856400b30a
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DIST PythonDaap-0.7.1.tar.gz 25944 RMD160 d4a350f3959eb486c400662eb06bd84b5da465b7 SHA1 9448d2d29023f60021d714592090d41dae0870d9 SHA256 ea1d3a8141654781a0df31e6607c4722436fa33eb2e9934492770b3b61be8122
|
||||
EBUILD python-daap-0.7.1.ebuild 564 RMD160 dcc03a36df31213fefe12633c1029e8da9164eb5 SHA1 36739dd97f534bf3092891e5869d4a1d0d3908f2 SHA256 a8ab358e10774318022580ed850df86b986d4e33be310d5268d32abd82057408
|
||||
MISC python-daap-0.7.1.ebuild~ 554 RMD160 b81bd16e34cd7d587e1135553ff2da9c46cf02be SHA1 8ae1a5fb0b5a41bfc19a30781e7187b6bb8bc918 SHA256 55a9807c7db4fc9461eb9138e9ffa9d0cf6df61a67bb9a4d93907859d2c4a400
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
MY_PN=PythonDaap
|
||||
|
||||
DESCRIPTION="DAAP client implemented in Python"
|
||||
HOMEPAGE="http://foo.bar.com/"
|
||||
|
||||
SRC_URI="http://static.jerakeen.org/files/${MY_PN}-${PV}.tar.gz"
|
||||
LICENSE="GPL"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
DEPEND="dev-lang/python"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
python setup.py build || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python setup.py install --root="${D}" || die
|
||||
}
|
||||
Reference in New Issue
Block a user