From: Carsten Lohrke Date: Tue, 6 Jun 2006 22:27:02 +0000 (+0000) Subject: Clean up. Fix use of nonexistent versioned virtual/python. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e93856bdb766130cdc8097610973202975b5503e;p=gentoo.git Clean up. Fix use of nonexistent versioned virtual/python. Package-Manager: portage-2.1_rc4-r3 --- diff --git a/dev-python/eyeD3/ChangeLog b/dev-python/eyeD3/ChangeLog index 2508ad3acc67..f0222a973be9 100644 --- a/dev-python/eyeD3/ChangeLog +++ b/dev-python/eyeD3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/eyeD3 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.12 2006/04/01 14:52:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.13 2006/06/06 22:27:02 carlo Exp $ + + 06 Jun 2006; Carsten Lohrke -eyeD3-0.6.2.ebuild, + eyeD3-0.6.4.ebuild, -eyeD3-0.6.8.ebuild, -eyeD3-0.6.9.ebuild, + eyeD3-0.6.10.ebuild: + Clean up. Fix use of nonexistent versioned virtual/python. 01 Apr 2006; Aron Griffis eyeD3-0.6.10.ebuild: Mark 0.6.10 ~ia64 diff --git a/dev-python/eyeD3/eyeD3-0.6.10.ebuild b/dev-python/eyeD3/eyeD3-0.6.10.ebuild index ba3d8770e4b3..ef24274d00f2 100644 --- a/dev-python/eyeD3/eyeD3-0.6.10.ebuild +++ b/dev-python/eyeD3/eyeD3-0.6.10.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.10.ebuild,v 1.2 2006/04/01 14:52:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.10.ebuild,v 1.3 2006/06/06 22:27:02 carlo Exp $ +NEED_PYTHON=2.3 inherit distutils @@ -12,7 +13,6 @@ IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -DEPEND=">=dev-lang/python-2.3" src_compile() { econf || die diff --git a/dev-python/eyeD3/eyeD3-0.6.4.ebuild b/dev-python/eyeD3/eyeD3-0.6.4.ebuild index 327d76989ac1..26d4fb092170 100644 --- a/dev-python/eyeD3/eyeD3-0.6.4.ebuild +++ b/dev-python/eyeD3/eyeD3-0.6.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.4.ebuild,v 1.4 2006/02/06 20:58:40 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.4.ebuild,v 1.5 2006/06/06 22:27:02 carlo Exp $ -IUSE="" +NEED_PYTHON=2.3 inherit distutils @@ -13,8 +13,7 @@ SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" - -DEPEND=">=virtual/python-2.3" +IUSE="" src_compile() { econf || die