diff options
author | Marien Zwart <marienz@gentoo.org> | 2005-11-30 22:38:35 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2005-11-30 22:38:35 +0000 |
commit | 7c0e2b1c5561c9b54458192da1ed0073343d130a (patch) | |
tree | c72b3cea41f92e7abb0a05365eeb20289aabc80e /dev-python/twisted | |
parent | Added 0.2 version that fixes a couple 2.4->2.6 drivers. (diff) | |
download | gentoo-2-7c0e2b1c5561c9b54458192da1ed0073343d130a.tar.gz gentoo-2-7c0e2b1c5561c9b54458192da1ed0073343d130a.tar.bz2 gentoo-2-7c0e2b1c5561c9b54458192da1ed0073343d130a.zip |
Remove old ebuild.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted/files/digest-twisted-2.0.0 | 1 | ||||
-rw-r--r-- | dev-python/twisted/twisted-2.0.0.ebuild | 29 |
3 files changed, 4 insertions, 31 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index 8a1171db64ad..ee1666a60436 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,9 @@ # 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.54 2005/11/27 22:13:48 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.55 2005/11/30 22:38:35 marienz Exp $ + + 30 Nov 2005; Marien Zwart <marienz@gentoo.org> -twisted-2.0.0.ebuild: + Remove old ebuild. *twisted-2.0.1 (27 Nov 2005) diff --git a/dev-python/twisted/files/digest-twisted-2.0.0 b/dev-python/twisted/files/digest-twisted-2.0.0 deleted file mode 100644 index 3117187c6959..000000000000 --- a/dev-python/twisted/files/digest-twisted-2.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0696ece44e7a51d5ecd2bbe65bbef53e Twisted-2.0.0.tar.bz2 1047807 diff --git a/dev-python/twisted/twisted-2.0.0.ebuild b/dev-python/twisted/twisted-2.0.0.ebuild deleted file mode 100644 index c1ee21fb3f7f..000000000000 --- a/dev-python/twisted/twisted-2.0.0.ebuild +++ /dev/null @@ -1,29 +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-2.0.0.ebuild,v 1.7 2005/11/05 21:42:52 ferdy Exp $ - -inherit distutils - -# for alphas,.. -MY_PV="${PV/_alpha/a}" -MY_PN="Twisted" -MY_P="${MY_PN}-${MY_PV}" -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://tmrc.mit.edu/mirror/twisted/${MY_PN}/2.0/${MY_P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="gtk doc" - -DEPEND=">=dev-lang/python-2.2 - >=dev-python/pycrypto-1.9_alpha6 - dev-python/pyserial - dev-python/pyopenssl - gtk? ( >=dev-python/pygtk-1.99 ) - net-zope/zopeinterface" -# doc? ( =dev-python/twisted-docs-${PV} )" - -S=${WORKDIR}/${MY_P} - |