diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-07-01 22:26:49 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-07-01 22:26:49 +0000 |
commit | bf4c41851efca55750ad584428cb42762e5df3e6 (patch) | |
tree | 557c3b2e4b5972c950e2a4d3c7d58766f1ed00b8 /dev-perl/Crypt-CAST5_PP | |
parent | Add use-flas qt3 and qt4, remove gtk2; bug #137785. (diff) | |
download | gentoo-2-bf4c41851efca55750ad584428cb42762e5df3e6.tar.gz gentoo-2-bf4c41851efca55750ad584428cb42762e5df3e6.tar.bz2 gentoo-2-bf4c41851efca55750ad584428cb42762e5df3e6.zip |
Version bump
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'dev-perl/Crypt-CAST5_PP')
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/files/digest-Crypt-CAST5_PP-1.04 | 3 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Crypt-CAST5_PP/ChangeLog b/dev-perl/Crypt-CAST5_PP/ChangeLog index 564402adb25e..04cf5099ea19 100644 --- a/dev-perl/Crypt-CAST5_PP/ChangeLog +++ b/dev-perl/Crypt-CAST5_PP/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Crypt-CAST5_PP # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v 1.5 2006/06/24 18:01:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v 1.6 2006/07/01 22:26:49 mcummings Exp $ + +*Crypt-CAST5_PP-1.04 (01 Jul 2006) + + 01 Jul 2006; Michael Cummings <mcummings@gentoo.org> + +Crypt-CAST5_PP-1.04.ebuild: + Version bump 24 Jun 2006; Michael Cummings <mcummings@gentoo.org> Crypt-CAST5_PP-1.03.ebuild: diff --git a/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild new file mode 100644 index 000000000000..ce60dbcc7d4e --- /dev/null +++ b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.04.ebuild @@ -0,0 +1,18 @@ +# 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.04.ebuild,v 1.1 2006/07/01 22:26:49 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" diff --git a/dev-perl/Crypt-CAST5_PP/files/digest-Crypt-CAST5_PP-1.04 b/dev-perl/Crypt-CAST5_PP/files/digest-Crypt-CAST5_PP-1.04 new file mode 100644 index 000000000000..1b07bfc31981 --- /dev/null +++ b/dev-perl/Crypt-CAST5_PP/files/digest-Crypt-CAST5_PP-1.04 @@ -0,0 +1,3 @@ +MD5 563d7ecad9193fe442cf1fe0b1da1a97 Crypt-CAST5_PP-1.04.tar.gz 20232 +RMD160 5b5c18a4b7ce90a6f96f848143c2a72c5f014fef Crypt-CAST5_PP-1.04.tar.gz 20232 +SHA256 cba98a80403fb898a14c928f237f44816b4848641840ce2517363c2c071b5327 Crypt-CAST5_PP-1.04.tar.gz 20232 |