summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2005-11-30 22:06:54 +0000
committerMarien Zwart <marienz@gentoo.org>2005-11-30 22:06:54 +0000
commit4bad96ce2add78d0f46e5af38fc9dad335eaa188 (patch)
treeb443b21106d0c228ae34c22edcbf474be22c0379 /dev-python/twisted-conch
parentVersion bump (diff)
downloadgentoo-2-4bad96ce2add78d0f46e5af38fc9dad335eaa188.tar.gz
gentoo-2-4bad96ce2add78d0f46e5af38fc9dad335eaa188.tar.bz2
gentoo-2-4bad96ce2add78d0f46e5af38fc9dad335eaa188.zip
Remove old ebuild.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/twisted-conch')
-rw-r--r--dev-python/twisted-conch/ChangeLog6
-rw-r--r--dev-python/twisted-conch/files/digest-twisted-conch-0.5.01
-rw-r--r--dev-python/twisted-conch/twisted-conch-0.5.0.ebuild32
3 files changed, 5 insertions, 34 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog
index 8e9448c96dd7..d6a258a85a3f 100644
--- a/dev-python/twisted-conch/ChangeLog
+++ b/dev-python/twisted-conch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twisted-conch
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.4 2005/11/27 21:12:36 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.5 2005/11/30 22:05:00 marienz Exp $
+
+ 30 Nov 2005; Marien Zwart <marienz@gentoo.org>
+ -twisted-conch-0.5.0.ebuild:
+ remove old ebuild
*twisted-conch-0.6.0 (27 Nov 2005)
*twisted-conch-0.5.0-r1 (27 Nov 2005)
diff --git a/dev-python/twisted-conch/files/digest-twisted-conch-0.5.0 b/dev-python/twisted-conch/files/digest-twisted-conch-0.5.0
deleted file mode 100644
index 93e0d0547e4d..000000000000
--- a/dev-python/twisted-conch/files/digest-twisted-conch-0.5.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 42961532a130bb119ae3be6b14dde28b TwistedConch-0.5.0.tar.bz2 118875
diff --git a/dev-python/twisted-conch/twisted-conch-0.5.0.ebuild b/dev-python/twisted-conch/twisted-conch-0.5.0.ebuild
deleted file mode 100644
index bd53147ee217..000000000000
--- a/dev-python/twisted-conch/twisted-conch-0.5.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-conch/twisted-conch-0.5.0.ebuild,v 1.4 2005/11/23 17:35:40 marienz Exp $
-
-inherit distutils
-
-# for alphas,..
-MY_PV="${PV/_alpha/a}"
-MY_PN="TwistedConch"
-MY_P="${MY_PN}-${MY_PV}"
-DESCRIPTION="An SSH and SFTP protocol implementation together with clients and servers."
-HOMEPAGE="http://twistedmatrix.com/projects/conch/"
-SRC_URI="http://tmrc.mit.edu/mirror/twisted/Conch/0.5/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE="doc"
-
-DEPEND=">=dev-python/twisted-2.0.0
- >=dev-python/pycrypto-1.9_alpha6"
-
-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
-}