diff options
author | Marien Zwart <marienz@gentoo.org> | 2005-11-30 22:18:45 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2005-11-30 22:18:45 +0000 |
commit | 0fab503890d606df9c98b7c50c0c178558e2c442 (patch) | |
tree | 5f084d957b8792ccd23630a42c288df29882a134 /dev-python/twisted-mail | |
parent | Took maintainership until we can get this removed in favor of the from source... (diff) | |
download | historical-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-mail')
-rw-r--r-- | dev-python/twisted-mail/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted-mail/files/digest-twisted-mail-0.1.0 | 1 | ||||
-rw-r--r-- | dev-python/twisted-mail/twisted-mail-0.1.0.ebuild | 31 |
3 files changed, 4 insertions, 33 deletions
diff --git a/dev-python/twisted-mail/ChangeLog b/dev-python/twisted-mail/ChangeLog index fdb726dc0e7b..b8fedbadec63 100644 --- a/dev-python/twisted-mail/ChangeLog +++ b/dev-python/twisted-mail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-mail # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.2 2005/11/27 21:37:37 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.3 2005/11/30 22:09:52 marienz Exp $ + + 30 Nov 2005; Marien Zwart <marienz@gentoo.org> -twisted-mail-0.1.0.ebuild: + Remove old ebuild. *twisted-mail-0.2.0 (27 Nov 2005) *twisted-mail-0.1.0-r1 (27 Nov 2005) diff --git a/dev-python/twisted-mail/files/digest-twisted-mail-0.1.0 b/dev-python/twisted-mail/files/digest-twisted-mail-0.1.0 deleted file mode 100644 index f2d193e6533e..000000000000 --- a/dev-python/twisted-mail/files/digest-twisted-mail-0.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 020c622156b4e754ca0bab66cff0720b TwistedMail-0.1.0.tar.bz2 97342 diff --git a/dev-python/twisted-mail/twisted-mail-0.1.0.ebuild b/dev-python/twisted-mail/twisted-mail-0.1.0.ebuild deleted file mode 100644 index e0c57a13a801..000000000000 --- a/dev-python/twisted-mail/twisted-mail-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-mail/twisted-mail-0.1.0.ebuild,v 1.2 2005/04/22 16:12:22 lordvan Exp $ - -inherit distutils - -# for alphas,.. -MY_PV="${PV/_alpha/a}" -MY_PN="TwistedMail" -MY_P="${MY_PN}-${MY_PV}" -DESCRIPTION="An SMTP, IMAP and POP protocol implementation together with clients and servers." -HOMEPAGE="http://twistedmatrix.com/projects/mail/" -SRC_URI="http://tmrc.mit.edu/mirror/twisted/Mail/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 -} |