summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-05-07 20:37:03 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-05-07 20:37:03 +0000
commit8c88484c15086cf099dcde31ced9a597154fe5b8 (patch)
tree25443ed131828b1f9871911f451e665dfadabd20 /dev-python
parentFix typo. (Manifest recommit) (diff)
downloadgentoo-2-8c88484c15086cf099dcde31ced9a597154fe5b8.tar.gz
gentoo-2-8c88484c15086cf099dcde31ced9a597154fe5b8.tar.bz2
gentoo-2-8c88484c15086cf099dcde31ced9a597154fe5b8.zip
Add missing IUSE.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/psyco/ChangeLog5
-rw-r--r--dev-python/psyco/psyco-1.0.0_beta1.ebuild5
-rw-r--r--dev-python/psyco/psyco-1.0.ebuild4
-rw-r--r--dev-python/psyco/psyco-1.1.1.ebuild4
-rw-r--r--dev-python/pygtk/ChangeLog6
-rw-r--r--dev-python/pygtk/pygtk-0.6.11.ebuild3
-rw-r--r--dev-python/pygtk/pygtk-1.99.13-r1.ebuild3
7 files changed, 20 insertions, 10 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog
index 9d660c78ba87..328ed6a0c4d0 100644
--- a/dev-python/psyco/ChangeLog
+++ b/dev-python/psyco/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/psyco
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.5 2004/03/28 16:09:06 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.6 2004/05/07 20:37:03 kloeri Exp $
+
+ 07 May 2004; Bryan Østergaard <kloeri@gentoo.org> psyco-1.0.0_beta1.ebuild:
+ Add missing IUSE.
*psyco-1.2 (28 Mar 2004)
diff --git a/dev-python/psyco/psyco-1.0.0_beta1.ebuild b/dev-python/psyco/psyco-1.0.0_beta1.ebuild
index 01c253709c2e..233a67ceebc2 100644
--- a/dev-python/psyco/psyco-1.0.0_beta1.ebuild
+++ b/dev-python/psyco/psyco-1.0.0_beta1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.0.0_beta1.ebuild,v 1.4 2003/06/23 09:22:36 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.0.0_beta1.ebuild,v 1.5 2004/05/07 20:37:03 kloeri Exp $
inherit distutils
@@ -14,5 +14,6 @@ SRC_URI="mirror://sourceforge/psyco/${PSYCO}-src.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
+IUSE=""
S=${WORKDIR}/${PSYCO}
diff --git a/dev-python/psyco/psyco-1.0.ebuild b/dev-python/psyco/psyco-1.0.ebuild
index c5b36b4ef0fb..48c743c35963 100644
--- a/dev-python/psyco/psyco-1.0.ebuild
+++ b/dev-python/psyco/psyco-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.0.ebuild,v 1.3 2003/10/23 15:06:26 blauwers Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.0.ebuild,v 1.4 2004/05/07 20:37:03 kloeri Exp $
inherit distutils
diff --git a/dev-python/psyco/psyco-1.1.1.ebuild b/dev-python/psyco/psyco-1.1.1.ebuild
index f6f82a719c34..9a5a03b155fe 100644
--- a/dev-python/psyco/psyco-1.1.1.ebuild
+++ b/dev-python/psyco/psyco-1.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.1.1.ebuild,v 1.3 2004/01/16 11:10:28 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.1.1.ebuild,v 1.4 2004/05/07 20:37:03 kloeri Exp $
inherit distutils
diff --git a/dev-python/pygtk/ChangeLog b/dev-python/pygtk/ChangeLog
index 096876ac9549..e291239659a9 100644
--- a/dev-python/pygtk/ChangeLog
+++ b/dev-python/pygtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pygtk
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.46 2004/04/26 01:26:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/ChangeLog,v 1.47 2004/05/07 20:35:31 kloeri Exp $
+
+ 07 May 2004; Bryan Østergaard <kloeri@gentoo.org> pygtk-0.6.11.ebuild,
+ pygtk-1.99.13-r1.ebuild:
+ Add missing IUSE.
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> pygtk-0.6.11-r1.ebuild:
Add die following econf for bug 48950
diff --git a/dev-python/pygtk/pygtk-0.6.11.ebuild b/dev-python/pygtk/pygtk-0.6.11.ebuild
index 0c3bdf4775b4..75f666a7cc8b 100644
--- a/dev-python/pygtk/pygtk-0.6.11.ebuild
+++ b/dev-python/pygtk/pygtk-0.6.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-0.6.11.ebuild,v 1.13 2004/01/15 04:09:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-0.6.11.ebuild,v 1.14 2004/05/07 20:35:31 kloeri Exp $
DESCRIPTION="GTK+ bindings for Python"
HOMEPAGE="http://www.daa.com.au/~james/pygtk/"
@@ -9,6 +9,7 @@ SRC_URI="ftp://ftp.gtk.org/pub/gtk/python/v1.2/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="1.2"
KEYWORDS="x86 ppc sparc alpha"
+IUSE=""
DEPEND="virtual/python
>=gnome-base/libglade-0.17-r6
diff --git a/dev-python/pygtk/pygtk-1.99.13-r1.ebuild b/dev-python/pygtk/pygtk-1.99.13-r1.ebuild
index d691daf86ac9..4a76633c34ee 100644
--- a/dev-python/pygtk/pygtk-1.99.13-r1.ebuild
+++ b/dev-python/pygtk/pygtk-1.99.13-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-1.99.13-r1.ebuild,v 1.13 2004/04/26 01:26:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-1.99.13-r1.ebuild,v 1.14 2004/05/07 20:35:31 kloeri Exp $
# since its a development version
inherit debug
@@ -12,6 +12,7 @@ SRC_URI="ftp://ftp.gtk.org/pub/gtk/python/v2.0/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="2"
KEYWORDS="x86 ~ppc sparc alpha ia64"
+IUSE=""
DEPEND=">=dev-lang/python-2.2
>=x11-libs/pango-1.0.0