summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2005-11-30 22:18:45 +0000
committerMarien Zwart <marienz@gentoo.org>2005-11-30 22:18:45 +0000
commit0fab503890d606df9c98b7c50c0c178558e2c442 (patch)
tree5f084d957b8792ccd23630a42c288df29882a134 /dev-python/twisted-flow
parentTook maintainership until we can get this removed in favor of the from source... (diff)
downloadhistorical-0fab503890d606df9c98b7c50c0c178558e2c442.tar.gz
historical-0fab503890d606df9c98b7c50c0c178558e2c442.tar.bz2
historical-0fab503890d606df9c98b7c50c0c178558e2c442.zip
Remove old ebuild.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-python/twisted-flow')
-rw-r--r--dev-python/twisted-flow/ChangeLog5
-rw-r--r--dev-python/twisted-flow/files/digest-twisted-flow-0.1.01
-rw-r--r--dev-python/twisted-flow/twisted-flow-0.1.0.ebuild31
3 files changed, 4 insertions, 33 deletions
diff --git a/dev-python/twisted-flow/ChangeLog b/dev-python/twisted-flow/ChangeLog
index 9d869bdde8f5..1bd3afea4969 100644
--- a/dev-python/twisted-flow/ChangeLog
+++ b/dev-python/twisted-flow/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/twisted-flow
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-flow/ChangeLog,v 1.3 2005/11/27 22:16:19 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-flow/ChangeLog,v 1.4 2005/11/30 22:06:54 marienz Exp $
+
+ 30 Nov 2005; Marien Zwart <marienz@gentoo.org> -twisted-flow-0.1.0.ebuild:
+ Remove old ebuild.
27 Nov 2005; Marien Zwart <marienz@gentoo.org> metadata.xml:
Set myself as maintainer
diff --git a/dev-python/twisted-flow/files/digest-twisted-flow-0.1.0 b/dev-python/twisted-flow/files/digest-twisted-flow-0.1.0
deleted file mode 100644
index de20aa598276..000000000000
--- a/dev-python/twisted-flow/files/digest-twisted-flow-0.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2bf918f72e5115793c25a7aac6b83502 TwistedFlow-0.1.0.tar.bz2 20215
diff --git a/dev-python/twisted-flow/twisted-flow-0.1.0.ebuild b/dev-python/twisted-flow/twisted-flow-0.1.0.ebuild
deleted file mode 100644
index 51a6003ee139..000000000000
--- a/dev-python/twisted-flow/twisted-flow-0.1.0.ebuild
+++ /dev/null
@@ -1,31 +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-flow/twisted-flow-0.1.0.ebuild,v 1.2 2005/04/22 16:11:02 lordvan Exp $
-
-inherit distutils
-
-# for alphas,..
-MY_PV="${PV/_alpha/a}"
-MY_PN="TwistedFlow"
-MY_P="${MY_PN}-${MY_PV}"
-DESCRIPTION="Generator based asynchronous result flows"
-HOMEPAGE="http://twistedmatrix.com/projects/flow/"
-SRC_URI="http://tmrc.mit.edu/mirror/twisted/Flow/0.1/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86 ~sparc"
-IUSE="doc"
-
-DEPEND=">=dev-python/twisted-2.0.0"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dodir /usr/share/doc/${P}
- cp -r ${S}/docs ${D}/usr/share/doc/${P}/
- fi
-}