summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-11-03 21:04:26 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-11-03 21:04:26 +0000
commit83defebee1c7d2a0c7f32cd9e51bf12b1f74ce09 (patch)
tree5e014b50debd116061464733a318216a041e1fca /dev-python
parentstable for x86 (diff)
downloadgentoo-2-83defebee1c7d2a0c7f32cd9e51bf12b1f74ce09.tar.gz
gentoo-2-83defebee1c7d2a0c7f32cd9e51bf12b1f74ce09.tar.bz2
gentoo-2-83defebee1c7d2a0c7f32cd9e51bf12b1f74ce09.zip
removed gtk2 useflag
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/twisted/ChangeLog7
-rw-r--r--dev-python/twisted/files/digest-twisted-1.1.01
-rw-r--r--dev-python/twisted/files/digest-twisted-1.1.11
-rw-r--r--dev-python/twisted/files/digest-twisted-1.2.1_alpha21
-rw-r--r--dev-python/twisted/twisted-1.1.0.ebuild32
-rw-r--r--dev-python/twisted/twisted-1.1.1.ebuild34
-rw-r--r--dev-python/twisted/twisted-1.2.0.ebuild8
-rw-r--r--dev-python/twisted/twisted-1.2.1_alpha2.ebuild36
-rw-r--r--dev-python/twisted/twisted-1.3.0.ebuild8
-rw-r--r--dev-python/twisted/twisted-2.0.0.ebuild6
10 files changed, 17 insertions, 117 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog
index 86cb32a606c1..4351ed76be83 100644
--- a/dev-python/twisted/ChangeLog
+++ b/dev-python/twisted/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/twisted
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.49 2005/08/26 14:19:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.50 2005/11/03 21:04:25 liquidx Exp $
+
+ 03 Nov 2005; Alastair Tse <liquidx@gentoo.org> -twisted-1.1.0.ebuild,
+ -twisted-1.1.1.ebuild, twisted-1.2.0.ebuild, -twisted-1.2.1_alpha2.ebuild,
+ twisted-1.3.0.ebuild, twisted-2.0.0.ebuild:
+ removed gtk2 useflag
26 Aug 2005; Aron Griffis <agriffis@gentoo.org> twisted-1.3.0.ebuild:
add ~ia64
diff --git a/dev-python/twisted/files/digest-twisted-1.1.0 b/dev-python/twisted/files/digest-twisted-1.1.0
deleted file mode 100644
index f2980c3d67ea..000000000000
--- a/dev-python/twisted/files/digest-twisted-1.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c96b7a8c1829f70e288370cc8c71eb9f Twisted_NoDocs-1.1.0.tar.bz2 1031455
diff --git a/dev-python/twisted/files/digest-twisted-1.1.1 b/dev-python/twisted/files/digest-twisted-1.1.1
deleted file mode 100644
index 0c391a32065a..000000000000
--- a/dev-python/twisted/files/digest-twisted-1.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f12cd12b5b2b90f85e6cfb5005fdfc91 Twisted_NoDocs-1.1.1.tar.bz2 1200027
diff --git a/dev-python/twisted/files/digest-twisted-1.2.1_alpha2 b/dev-python/twisted/files/digest-twisted-1.2.1_alpha2
deleted file mode 100644
index a1acd703f724..000000000000
--- a/dev-python/twisted/files/digest-twisted-1.2.1_alpha2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2b9d3605ad9d6573b36ce38acb101cd9 Twisted_NoDocs-1.2.1alpha2.tar.bz2 1534914
diff --git a/dev-python/twisted/twisted-1.1.0.ebuild b/dev-python/twisted/twisted-1.1.0.ebuild
deleted file mode 100644
index 6a425e607e68..000000000000
--- a/dev-python/twisted/twisted-1.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.0.ebuild,v 1.11 2005/05/05 23:07:49 swegener Exp $
-
-inherit distutils
-
-DESCRIPTION="collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included."
-HOMEPAGE="http://www.twistedmatrix.com/"
-SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${PV}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 alpha ~sparc"
-IUSE="gtk gtk2 doc"
-
-DEPEND=">=dev-lang/python-2.2
- >=dev-python/pycrypto-1.9_alpha4
- gtk? ( gtk2? ( >=dev-python/pygtk-1.99 ) !gtk2? ( =dev-python/pygtk-0.6* ) )
- doc? ( =dev-python/twisted-docs-${PV} )"
-
-S=${WORKDIR}/Twisted-${PV}
-
-src_install() {
- distutils_src_install
-
- # use gtk2 if they so wish
- if use gtk2; then
- sed -e 's/import manhole/import manhole2/' \
- -e 's/manhole\.run()/manhole2.run()/' \
- -i ${D}/usr/bin/manhole
- fi
-}
diff --git a/dev-python/twisted/twisted-1.1.1.ebuild b/dev-python/twisted/twisted-1.1.1.ebuild
deleted file mode 100644
index 422bacee8578..000000000000
--- a/dev-python/twisted/twisted-1.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.1.ebuild,v 1.10 2005/05/05 23:07:49 swegener Exp $
-
-inherit distutils
-
-DESCRIPTION="collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included."
-HOMEPAGE="http://www.twistedmatrix.com/"
-SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${PV}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86 amd64"
-IUSE="gtk gtk2 doc"
-
-DEPEND=">=dev-lang/python-2.2
- >=dev-python/pycrypto-1.9_alpha6
- dev-python/pyserial
- dev-python/pyopenssl
- gtk? ( gtk2? ( >=dev-python/pygtk-1.99 ) !gtk2? ( =dev-python/pygtk-0.6* ) )
- doc? ( =dev-python/twisted-docs-${PV} )"
-
-S=${WORKDIR}/Twisted-${PV}
-
-src_install() {
- distutils_src_install
-
- # use gtk2 if they so wish
- if use gtk2; then
- sed -e 's/import manhole/import manhole2/' \
- -e 's/manhole\.run()/manhole2.run()/' \
- -i ${D}/usr/bin/manhole
- fi
-}
diff --git a/dev-python/twisted/twisted-1.2.0.ebuild b/dev-python/twisted/twisted-1.2.0.ebuild
index 6be6299e820f..a024e8b59900 100644
--- a/dev-python/twisted/twisted-1.2.0.ebuild
+++ b/dev-python/twisted/twisted-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.0.ebuild,v 1.13 2005/05/05 23:07:49 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.0.ebuild,v 1.14 2005/11/03 21:04:25 liquidx Exp $
inherit distutils
@@ -11,13 +11,13 @@ SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${PV}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86 amd64 ppc alpha"
-IUSE="gtk gtk2 doc"
+IUSE="gtk doc"
DEPEND=">=dev-lang/python-2.2
>=dev-python/pycrypto-1.9_alpha6
dev-python/pyserial
dev-python/pyopenssl
- gtk? ( gtk2? ( >=dev-python/pygtk-1.99 ) !gtk2? ( =dev-python/pygtk-0.6* ) )
+ gtk? ( >=dev-python/pygtk-1.99 )
doc? ( =dev-python/twisted-docs-${PV} )"
S=${WORKDIR}/Twisted-${PV}
@@ -26,7 +26,7 @@ src_install() {
distutils_src_install
# use gtk2 if they so wish
- if use gtk2; then
+ if use gtk; then
sed -e 's/import manhole/import manhole2/' \
-e 's/manhole\.run()/manhole2.run()/' \
-i ${D}/usr/bin/manhole
diff --git a/dev-python/twisted/twisted-1.2.1_alpha2.ebuild b/dev-python/twisted/twisted-1.2.1_alpha2.ebuild
deleted file mode 100644
index 63d1cba2e62b..000000000000
--- a/dev-python/twisted/twisted-1.2.1_alpha2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.1_alpha2.ebuild,v 1.6 2005/05/05 23:07:49 swegener Exp $
-
-inherit distutils
-
-# for alphas,..
-MY_PV="${PV/_alpha/alpha}"
-DESCRIPTION="collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included."
-HOMEPAGE="http://www.twistedmatrix.com/"
-SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${MY_PV}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc ~alpha"
-IUSE="gtk gtk2 doc"
-
-DEPEND=">=dev-lang/python-2.2
- >=dev-python/pycrypto-1.9_alpha6
- dev-python/pyserial
- dev-python/pyopenssl
- gtk? ( gtk2? ( >=dev-python/pygtk-1.99 ) !gtk2? ( =dev-python/pygtk-0.6* ) )
- doc? ( =dev-python/twisted-docs-${PV} )"
-
-S=${WORKDIR}/Twisted-${MY_PV}
-
-src_install() {
- distutils_src_install
-
- # use gtk2 if they so wish
- if use gtk2; then
- sed -e 's/import manhole/import manhole2/' \
- -e 's/manhole\.run()/manhole2.run()/' \
- -i ${D}/usr/bin/manhole
- fi
-}
diff --git a/dev-python/twisted/twisted-1.3.0.ebuild b/dev-python/twisted/twisted-1.3.0.ebuild
index 9f0fad1084e5..202b50c3367d 100644
--- a/dev-python/twisted/twisted-1.3.0.ebuild
+++ b/dev-python/twisted/twisted-1.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.3.0.ebuild,v 1.8 2005/08/26 14:19:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.3.0.ebuild,v 1.9 2005/11/03 21:04:25 liquidx Exp $
inherit distutils
@@ -13,13 +13,13 @@ SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${MY_PV}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="gtk gtk2 doc"
+IUSE="gtk doc"
DEPEND=">=dev-lang/python-2.2
>=dev-python/pycrypto-1.9_alpha6
dev-python/pyserial
dev-python/pyopenssl
- gtk? ( gtk2? ( >=dev-python/pygtk-1.99 ) !gtk2? ( =dev-python/pygtk-0.6* ) )
+ gtk? ( >=dev-python/pygtk-1.99 )
doc? ( =dev-python/twisted-docs-${PV} )"
S=${WORKDIR}/Twisted-${MY_PV}
@@ -28,7 +28,7 @@ src_install() {
distutils_src_install
# use gtk2 if they so wish
- if use gtk2; then
+ if use gtk; then
sed -e 's/import manhole/import manhole2/' \
-e 's/manhole\.run()/manhole2.run()/' \
-i ${D}/usr/bin/manhole
diff --git a/dev-python/twisted/twisted-2.0.0.ebuild b/dev-python/twisted/twisted-2.0.0.ebuild
index a0b33de214bf..4403bc02de7e 100644
--- a/dev-python/twisted/twisted-2.0.0.ebuild
+++ b/dev-python/twisted/twisted-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.0.0.ebuild,v 1.5 2005/05/22 10:52:56 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.0.0.ebuild,v 1.6 2005/11/03 21:04:25 liquidx Exp $
inherit distutils
@@ -15,13 +15,13 @@ SRC_URI="http://tmrc.mit.edu/mirror/twisted/${MY_PN}/2.0/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc ~amd64"
-IUSE="gtk gtk2 doc"
+IUSE="gtk doc"
DEPEND=">=dev-lang/python-2.2
>=dev-python/pycrypto-1.9_alpha6
dev-python/pyserial
dev-python/pyopenssl
- gtk2? ( >=dev-python/pygtk-1.99 )
+ gtk? ( >=dev-python/pygtk-1.99 )
net-zope/zopeinterface"
# doc? ( =dev-python/twisted-docs-${PV} )"