diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-30 11:00:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-30 11:00:49 +0000 |
commit | aeb4368a82cecd858af37a964177bd61abba0d2b (patch) | |
tree | 7a7fc5481c3914cf8323b09f60bebe1fab321fd8 /dev-python/eyeD3 | |
parent | Version bump wrt #445140 by Travis Shirk (diff) | |
download | gentoo-2-aeb4368a82cecd858af37a964177bd61abba0d2b.tar.gz gentoo-2-aeb4368a82cecd858af37a964177bd61abba0d2b.tar.bz2 gentoo-2-aeb4368a82cecd858af37a964177bd61abba0d2b.zip |
Commit the correct ebuild
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-python/eyeD3')
-rw-r--r-- | dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/eyeD3/eyeD3-0.7.1.ebuild | 12 |
2 files changed, 5 insertions, 11 deletions
diff --git a/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild b/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild index 9ac29ff95025..a700f29a849a 100644 --- a/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild +++ b/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild,v 1.1 2013/01/30 10:56:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild,v 1.2 2013/01/30 11:00:49 ssuominen Exp $ EAPI="4" PYTHON_DEPEND="2:2.5" @@ -14,7 +14,7 @@ SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND="" diff --git a/dev-python/eyeD3/eyeD3-0.7.1.ebuild b/dev-python/eyeD3/eyeD3-0.7.1.ebuild index 5ae3e5bd0c0f..3119919aae29 100644 --- a/dev-python/eyeD3/eyeD3-0.7.1.ebuild +++ b/dev-python/eyeD3/eyeD3-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild,v 1.1 2013/01/30 10:56:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild,v 1.2 2013/01/30 11:00:49 ssuominen Exp $ EAPI=5 @@ -14,18 +14,12 @@ SRC_URI="http://eyed3.nicfit.net/releases/${P}.tgz" LICENSE="GPL-2" SLOT="0.7" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0" DEPEND="${RDEPEND} - app-arch/unzip" - -src_unpack() { - unpack ${A} - cd "${S}" -# unpack ./paver-minilib.zip -} + dev-python/paver" src_install() { dodoc AUTHORS ChangeLog README.rst |