diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-11 16:34:11 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-11 16:34:11 +0000 |
commit | 146c22d548eb342e4a8603896460b28816ecfdd5 (patch) | |
tree | a3e0a973ecbd62659ab442ff6fcdea02c5b51c17 /dev-perl/Crypt-CAST5_PP | |
parent | bump (diff) | |
download | gentoo-2-146c22d548eb342e4a8603896460b28816ecfdd5.tar.gz gentoo-2-146c22d548eb342e4a8603896460b28816ecfdd5.tar.bz2 gentoo-2-146c22d548eb342e4a8603896460b28816ecfdd5.zip |
Dep for Module-Signature
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Crypt-CAST5_PP')
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.02.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/files/digest-Crypt-CAST5_PP-1.02 | 1 | ||||
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/metadata.xml | 10 |
5 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/Crypt-CAST5_PP/ChangeLog b/dev-perl/Crypt-CAST5_PP/ChangeLog new file mode 100644 index 000000000000..1cb5e70bb6ff --- /dev/null +++ b/dev-perl/Crypt-CAST5_PP/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Crypt-CAST5_PP +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-CAST5_PP/ChangeLog,v 1.1 2005/04/11 16:33:04 mcummings Exp $ + +*Crypt-CAST5_PP-1.02 (11 Apr 2005) + + 11 Apr 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +Crypt-CAST5_PP-1.02.ebuild: + Dep for Module-Signature + diff --git a/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.02.ebuild b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.02.ebuild new file mode 100644 index 000000000000..f7b3a8748a66 --- /dev/null +++ b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.02.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 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.02.ebuild,v 1.1 2005/04/11 16:33:04 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="~x86 ~sparc" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Crypt-CAST5_PP/Manifest b/dev-perl/Crypt-CAST5_PP/Manifest new file mode 100644 index 000000000000..df47fea65350 --- /dev/null +++ b/dev-perl/Crypt-CAST5_PP/Manifest @@ -0,0 +1,3 @@ +MD5 f88c0a3ef0a5419cae1b56af5e895962 Crypt-CAST5_PP-1.02.ebuild 372 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 7a721acf39ca3fd916907589b3be7efb files/digest-Crypt-CAST5_PP-1.02 70 diff --git a/dev-perl/Crypt-CAST5_PP/files/digest-Crypt-CAST5_PP-1.02 b/dev-perl/Crypt-CAST5_PP/files/digest-Crypt-CAST5_PP-1.02 new file mode 100644 index 000000000000..42cb97e1d546 --- /dev/null +++ b/dev-perl/Crypt-CAST5_PP/files/digest-Crypt-CAST5_PP-1.02 @@ -0,0 +1 @@ +MD5 d112ab9aaff337db460c9f2bc243bc4f Crypt-CAST5_PP-1.02.tar.gz 19515 diff --git a/dev-perl/Crypt-CAST5_PP/metadata.xml b/dev-perl/Crypt-CAST5_PP/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Crypt-CAST5_PP/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |