diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-12 15:46:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-12 15:46:21 +0000 |
commit | 47aec341c9dfd3444247bbba514ca20dbeec9103 (patch) | |
tree | f0779cb23f42b1c3802002568feac647f05c25bf /dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild | |
parent | Version bump upstream, bug 112279 for new keywording request (diff) | |
download | historical-47aec341c9dfd3444247bbba514ca20dbeec9103.tar.gz historical-47aec341c9dfd3444247bbba514ca20dbeec9103.tar.bz2 historical-47aec341c9dfd3444247bbba514ca20dbeec9103.zip |
Version bump upstream
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild')
-rw-r--r-- | dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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 new file mode 100644 index 000000000000..146731918639 --- /dev/null +++ b/dev-perl/Crypt-CAST5_PP/Crypt-CAST5_PP-1.03.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.03.ebuild,v 1.1 2005/11/12 15:44:26 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" |