diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/qscintilla/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/qscintilla/qscintilla-1.49-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/qscintilla/qscintilla-1.49.ebuild | 5 | ||||
-rw-r--r-- | dev-python/qscintilla/qscintilla-1.52.ebuild | 5 | ||||
-rw-r--r-- | dev-python/qscintilla/qscintilla-1.53.ebuild | 5 | ||||
-rw-r--r-- | dev-python/reportlab/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/reportlab/reportlab-1.14.ebuild | 9 | ||||
-rw-r--r-- | dev-python/reportlab/reportlab-1.17-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/rlcompleter2/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/rlcompleter2/rlcompleter2-0.95.ebuild | 5 | ||||
-rw-r--r-- | dev-python/stripogram/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/stripogram/stripogram-1.4.ebuild | 5 |
12 files changed, 44 insertions, 26 deletions
diff --git a/dev-python/qscintilla/ChangeLog b/dev-python/qscintilla/ChangeLog index 7f1cfdda182f..e2af5031dec8 100644 --- a/dev-python/qscintilla/ChangeLog +++ b/dev-python/qscintilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/qscintilla # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.18 2004/04/21 12:05:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.19 2004/05/04 12:34:25 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> qscintilla-1.49-r1.ebuild, + qscintilla-1.49.ebuild, qscintilla-1.52.ebuild, qscintilla-1.53.ebuild: + Add missing IUSE. 21 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> qscintilla-1.54.ebuild: Mark stable on amd64. diff --git a/dev-python/qscintilla/qscintilla-1.49-r1.ebuild b/dev-python/qscintilla/qscintilla-1.49-r1.ebuild index 7afa559e7653..97287e1beb13 100644 --- a/dev-python/qscintilla/qscintilla-1.49-r1.ebuild +++ b/dev-python/qscintilla/qscintilla-1.49-r1.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/qscintilla/qscintilla-1.49-r1.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.49-r1.ebuild,v 1.6 2004/05/04 12:34:25 kloeri Exp $ inherit eutils @@ -12,6 +12,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/qscintilla/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" DEPEND="virtual/glibc >=x11-libs/qt-3.0.4.1" diff --git a/dev-python/qscintilla/qscintilla-1.49.ebuild b/dev-python/qscintilla/qscintilla-1.49.ebuild index c2f353111e6f..6b1c86e7b6d5 100644 --- a/dev-python/qscintilla/qscintilla-1.49.ebuild +++ b/dev-python/qscintilla/qscintilla-1.49.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/qscintilla/qscintilla-1.49.ebuild,v 1.7 2003/09/06 23:32:29 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.49.ebuild,v 1.8 2004/05/04 12:34:25 kloeri Exp $ inherit eutils @@ -12,6 +12,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/qscintilla/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" DEPEND="virtual/glibc >=x11-libs/qt-3.0.4.1" diff --git a/dev-python/qscintilla/qscintilla-1.52.ebuild b/dev-python/qscintilla/qscintilla-1.52.ebuild index c63baf68502d..40424f802ea4 100644 --- a/dev-python/qscintilla/qscintilla-1.52.ebuild +++ b/dev-python/qscintilla/qscintilla-1.52.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/qscintilla/qscintilla-1.52.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.52.ebuild,v 1.6 2004/05/04 12:34:25 kloeri Exp $ inherit eutils @@ -12,6 +12,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/qscintilla/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND="virtual/glibc >=x11-libs/qt-3.0.4.1" diff --git a/dev-python/qscintilla/qscintilla-1.53.ebuild b/dev-python/qscintilla/qscintilla-1.53.ebuild index 0755a824fafc..5f449a4c90a5 100644 --- a/dev-python/qscintilla/qscintilla-1.53.ebuild +++ b/dev-python/qscintilla/qscintilla-1.53.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/qscintilla/qscintilla-1.53.ebuild,v 1.4 2003/07/31 20:10:40 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.53.ebuild,v 1.5 2004/05/04 12:34:25 kloeri Exp $ inherit eutils @@ -12,6 +12,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/qscintilla/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND="virtual/glibc x11-libs/qt" diff --git a/dev-python/reportlab/ChangeLog b/dev-python/reportlab/ChangeLog index d7947d819941..19c50861e1fa 100644 --- a/dev-python/reportlab/ChangeLog +++ b/dev-python/reportlab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/reportlab # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.8 2004/04/18 17:08:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.9 2004/05/04 12:36:02 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> reportlab-1.14.ebuild, + reportlab-1.17-r1.ebuild: + Add missing IUSE. 18 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> reportlab-1.18.ebuild: Adding amd64 keyword, closing #48058. diff --git a/dev-python/reportlab/reportlab-1.14.ebuild b/dev-python/reportlab/reportlab-1.14.ebuild index b699598d2217..a269c5468a1d 100644 --- a/dev-python/reportlab/reportlab-1.14.ebuild +++ b/dev-python/reportlab/reportlab-1.14.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/reportlab/reportlab-1.14.ebuild,v 1.2 2003/09/06 23:32:29 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-1.14.ebuild,v 1.3 2004/05/04 12:36:02 kloeri Exp $ #goofy tarball versioning vmaj=${PV%%.*} @@ -18,6 +18,7 @@ RDEPEND="${DEPEND} SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc alpha" +IUSE="" src_compile() { cp ${FILESDIR}/${PV}/setup.py . @@ -28,7 +29,3 @@ src_install() { python setup.py install --root=${D} dodoc README license.txt docs/* } - - - - diff --git a/dev-python/reportlab/reportlab-1.17-r1.ebuild b/dev-python/reportlab/reportlab-1.17-r1.ebuild index 23b965c8532c..e2a460e7dd47 100644 --- a/dev-python/reportlab/reportlab-1.17-r1.ebuild +++ b/dev-python/reportlab/reportlab-1.17-r1.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/reportlab/reportlab-1.17-r1.ebuild,v 1.6 2004/02/26 19:27:33 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-1.17-r1.ebuild,v 1.7 2004/05/04 12:36:02 kloeri Exp $ #goofy tarball versioning vmaj=${PV%%.*} @@ -20,6 +20,7 @@ DEPEND="virtual/python SLOT="0" LICENSE="as-is" KEYWORDS="x86 ~ppc sparc ~alpha" +IUSE="" src_install() { distutils_python_version diff --git a/dev-python/rlcompleter2/ChangeLog b/dev-python/rlcompleter2/ChangeLog index e657e93c4228..398ea7bcfe9f 100644 --- a/dev-python/rlcompleter2/ChangeLog +++ b/dev-python/rlcompleter2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rlcompleter2 -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rlcompleter2/ChangeLog,v 1.2 2003/04/04 02:00:28 liquidx Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rlcompleter2/ChangeLog,v 1.3 2004/05/04 12:37:09 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> rlcompleter2-0.95.ebuild: + Add missing IUSE. *rlcompleter2-0.95 (29 Mar 2003) diff --git a/dev-python/rlcompleter2/rlcompleter2-0.95.ebuild b/dev-python/rlcompleter2/rlcompleter2-0.95.ebuild index 40c3b505da8d..2336cf07cf7e 100644 --- a/dev-python/rlcompleter2/rlcompleter2-0.95.ebuild +++ b/dev-python/rlcompleter2/rlcompleter2-0.95.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/rlcompleter2/rlcompleter2-0.95.ebuild,v 1.7 2003/09/08 07:16:26 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rlcompleter2/rlcompleter2-0.95.ebuild,v 1.8 2004/05/04 12:37:09 kloeri Exp $ inherit distutils @@ -11,6 +11,7 @@ SRC_URI="http://codespeak.net/rlcompleter2/download/${P}.tar.gz" LICENSE="PSF-2.2" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" DOCS="PKG-INFO" diff --git a/dev-python/stripogram/ChangeLog b/dev-python/stripogram/ChangeLog index fa7cb0400cdb..3cb56d0a1927 100644 --- a/dev-python/stripogram/ChangeLog +++ b/dev-python/stripogram/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/stripogram -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/ChangeLog,v 1.2 2003/06/23 02:48:18 kutsuya Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/ChangeLog,v 1.3 2004/05/04 12:38:21 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> stripogram-1.4.ebuild: + Add missing IUSE. 22 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> stripogram-1.4.ebuild: ~x86 ~ppc -> x86 ppc diff --git a/dev-python/stripogram/stripogram-1.4.ebuild b/dev-python/stripogram/stripogram-1.4.ebuild index 711ae933b149..e3c33a53336d 100644 --- a/dev-python/stripogram/stripogram-1.4.ebuild +++ b/dev-python/stripogram/stripogram-1.4.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/stripogram/stripogram-1.4.ebuild,v 1.6 2003/09/08 07:16:26 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/stripogram-1.4.ebuild,v 1.7 2004/05/04 12:38:21 kloeri Exp $ inherit distutils P_NEW="${PN}-${PV/\./-}" @@ -13,3 +13,4 @@ SRC_URI="http://www.zope.org/Members/chrisw/StripOGram/${P_NEW}.tgz" LICENSE="MIT" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" |