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
commit692188ce4a4e71d2e9fe602b2aef6617feac40ac (patch)
tree3f8f40d0c94a6e0ca1abd9fb7c0bc13be1606eb8 /dev-python/twisted-pair
parentRemove old ebuild. (diff)
downloadgentoo-2-692188ce4a4e71d2e9fe602b2aef6617feac40ac.tar.gz
gentoo-2-692188ce4a4e71d2e9fe602b2aef6617feac40ac.tar.bz2
gentoo-2-692188ce4a4e71d2e9fe602b2aef6617feac40ac.zip
Remove old ebuild.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/twisted-pair')
-rw-r--r--dev-python/twisted-pair/ChangeLog5
-rw-r--r--dev-python/twisted-pair/files/digest-twisted-pair-0.1.01
-rw-r--r--dev-python/twisted-pair/twisted-pair-0.1.0.ebuild31
3 files changed, 4 insertions, 33 deletions
diff --git a/dev-python/twisted-pair/ChangeLog b/dev-python/twisted-pair/ChangeLog
index 0308e72c1329..dcfca920f04b 100644
--- a/dev-python/twisted-pair/ChangeLog
+++ b/dev-python/twisted-pair/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/twisted-pair
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.2 2005/11/27 21:48:17 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.3 2005/11/30 22:14:02 marienz Exp $
+
+ 30 Nov 2005; Marien Zwart <marienz@gentoo.org> -twisted-pair-0.1.0.ebuild:
+ Remove old ebuild.
*twisted-pair-0.1.0-r1 (27 Nov 2005)
diff --git a/dev-python/twisted-pair/files/digest-twisted-pair-0.1.0 b/dev-python/twisted-pair/files/digest-twisted-pair-0.1.0
deleted file mode 100644
index c3528e76ab26..000000000000
--- a/dev-python/twisted-pair/files/digest-twisted-pair-0.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 337abc88327149849731a40649556bf0 TwistedPair-0.1.0.tar.bz2 8176
diff --git a/dev-python/twisted-pair/twisted-pair-0.1.0.ebuild b/dev-python/twisted-pair/twisted-pair-0.1.0.ebuild
deleted file mode 100644
index 4a4a381ff443..000000000000
--- a/dev-python/twisted-pair/twisted-pair-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-pair/twisted-pair-0.1.0.ebuild,v 1.3 2005/04/22 16:14:39 lordvan Exp $
-
-inherit distutils
-
-# for alphas,..
-MY_PV="${PV/_alpha/a}"
-MY_PN="TwistedPair"
-MY_P="${MY_PN}-${MY_PV}"
-DESCRIPTION="Twisted Low-level stuff."
-HOMEPAGE="http://twistedmatrix.com/projects/pair/"
-SRC_URI="http://tmrc.mit.edu/mirror/twisted/Pair/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
-}