summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-06-06 22:27:02 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-06-06 22:27:02 +0000
commite93856bdb766130cdc8097610973202975b5503e (patch)
tree3ef197309caa8ae36ff1a90ea1518ebfd6279287 /dev-python
parentgcc4 build fix #134742, patch thanks to Gianluca Parmiggiani and Piotr Jarosz... (diff)
downloadhistorical-e93856bdb766130cdc8097610973202975b5503e.tar.gz
historical-e93856bdb766130cdc8097610973202975b5503e.tar.bz2
historical-e93856bdb766130cdc8097610973202975b5503e.zip
Clean up. Fix use of nonexistent versioned virtual/python.
Package-Manager: portage-2.1_rc4-r3
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/eyeD3/ChangeLog7
-rw-r--r--dev-python/eyeD3/eyeD3-0.6.10.ebuild4
-rw-r--r--dev-python/eyeD3/eyeD3-0.6.4.ebuild7
3 files changed, 11 insertions, 7 deletions
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 <carlo@gentoo.org> -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 <agriffis@gentoo.org> 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