summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 16:09:58 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 16:09:58 +0000
commit20bba7501c60f55f95e6030e1f0f16817f79d4a6 (patch)
tree75e264bc5c8d2af3c29fbb5b85c9fbec10457cb4 /dev-python/twisted/twisted-1.3.0.ebuild
parentDelete older ebuild. (diff)
downloadhistorical-20bba7501c60f55f95e6030e1f0f16817f79d4a6.tar.gz
historical-20bba7501c60f55f95e6030e1f0f16817f79d4a6.tar.bz2
historical-20bba7501c60f55f95e6030e1f0f16817f79d4a6.zip
Delete older ebuilds.
Package-Manager: portage-14724-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/twisted/twisted-1.3.0.ebuild')
-rw-r--r--dev-python/twisted/twisted-1.3.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/twisted/twisted-1.3.0.ebuild b/dev-python/twisted/twisted-1.3.0.ebuild
deleted file mode 100644
index 1d8269747171..000000000000
--- a/dev-python/twisted/twisted-1.3.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 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.15 2009/09/06 21:11:31 idl0r Exp $
-
-inherit distutils
-
-# for alphas,..
-MY_PV="${PV/_alpha/alpha}"
-DESCRIPTION="An asynchronous networking framework written in Python"
-HOMEPAGE="http://www.twistedmatrix.com/"
-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 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 )
- doc? ( =dev-python/twisted-docs-${PV} )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/Twisted-${MY_PV}
-
-src_install() {
- distutils_src_install
-
- # use gtk2 if they so wish
- if use gtk; then
- sed -e 's/import manhole/import manhole2/' \
- -e 's/manhole\.run()/manhole2.run()/' \
- -i '${D}/usr/bin/manhole'
- fi
-}