diff options
author | Torsten Veller <tove@gentoo.org> | 2010-08-15 17:18:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-08-15 17:18:34 +0000 |
commit | 67ef148a037f0eb451c7c6de2aa312157cebdbdb (patch) | |
tree | 048baa972c07efcacef93e56edc1eea6d9f9a3ca /dev-perl/Crypt-Twofish | |
parent | Cleanup (diff) | |
download | historical-67ef148a037f0eb451c7c6de2aa312157cebdbdb.tar.gz historical-67ef148a037f0eb451c7c6de2aa312157cebdbdb.tar.bz2 historical-67ef148a037f0eb451c7c6de2aa312157cebdbdb.zip |
Cleanup
Package-Manager: portage-2.2_rc67_p525/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Crypt-Twofish')
-rw-r--r-- | dev-perl/Crypt-Twofish/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild | 16 |
3 files changed, 5 insertions, 34 deletions
diff --git a/dev-perl/Crypt-Twofish/ChangeLog b/dev-perl/Crypt-Twofish/ChangeLog index 759b5501cb5b..19f77ec73a30 100644 --- a/dev-perl/Crypt-Twofish/ChangeLog +++ b/dev-perl/Crypt-Twofish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Crypt-Twofish # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.13 2010/06/20 18:34:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/ChangeLog,v 1.14 2010/08/15 17:18:34 tove Exp $ + + 15 Aug 2010; Torsten Veller <tove@gentoo.org> -Crypt-Twofish-2.12.ebuild, + -Crypt-Twofish-2.13.ebuild: + Cleanup 20 Jun 2010; Raúl Porcel <armin76@gentoo.org> Crypt-Twofish-2.14.ebuild: ia64/sh/sparc stable wrt #323529 diff --git a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild deleted file mode 100644 index 14d30491bce4..000000000000 --- a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild,v 1.8 2007/01/15 15:38:29 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="The Twofish Encryption Algorithm" -HOMEPAGE="http://search.cpan.org/~ams/" -SRC_URI="mirror://cpan/authors/id/A/AM/AMS/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ia64 sparc x86" -IUSE="" - -SRC_TEST="do" -DEPEND="dev-lang/perl" diff --git a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild deleted file mode 100644 index a355a3bc8b53..000000000000 --- a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/Crypt-Twofish-2.13.ebuild,v 1.2 2010/01/09 18:50:59 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=AMS -inherit perl-module - -DESCRIPTION="The Twofish Encryption Algorithm" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -SRC_TEST="do" |