diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 12:12:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 12:12:45 +0000 |
commit | dc9ab68f8ff008308fe6a68c24d862be82490fc8 (patch) | |
tree | 913ccb14902367f6562100860db1715f8f461089 /dev-perl/Crypt-CAST5_PP | |
parent | sparc/x86 stable wrt #266555 (diff) | |
download | historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.tar.gz historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.tar.bz2 historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/Crypt-CAST5_PP')
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild | 19 |
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-perl/Crypt-CAST5_PP/ChangeLog b/dev-perl/Crypt-CAST5_PP/ChangeLog index c84c6e29b0ce..399011d6415c 100644 --- a/dev-perl/Crypt-CAST5_PP/ChangeLog +++ b/dev-perl/Crypt-CAST5_PP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Crypt-CAST5_PP -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v 1.15 2008/03/19 03:34:01 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v 1.16 2009/05/02 11:42:40 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> -Crypt-CAST5_PP-1.03.ebuild: + Cleanup 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> Crypt-CAST5_PP-1.04.ebuild: Stable for HPPA too. diff --git a/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild deleted file mode 100644 index cdc8920dc095..000000000000 --- a/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild,v 1.7 2006/10/09 13:51:22 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="CAST5 block cipher in pure Perl" -HOMEPAGE="http://search.cpan.org/~bobmath/${P}/" -SRC_URI="mirror://cpan/authors/id/B/BO/BOBMATH/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ia64 sparc x86" -IUSE="" - -# Tests disabled 6/24/6. The tests rely on a version of Crypt::CBC syntax -# that is no longer valid. -#SRC_TEST="do" -DEPEND="dev-lang/perl" |