diff options
author | 2006-04-25 19:04:28 +0000 | |
---|---|---|
committer | 2006-04-25 19:04:28 +0000 | |
commit | 030667ddb7bb0da39523d21f6df6c89b0d9af17b (patch) | |
tree | 2551d5d0f47fcf92c502df2802fcaf23b4237d73 /dev-perl/Digest-SHA/Digest-SHA-5.34.ebuild | |
parent | Manifest recommit (diff) | |
download | gentoo-2-030667ddb7bb0da39523d21f6df6c89b0d9af17b.tar.gz gentoo-2-030667ddb7bb0da39523d21f6df6c89b0d9af17b.tar.bz2 gentoo-2-030667ddb7bb0da39523d21f6df6c89b0d9af17b.zip |
Version bump - bug #131239 - removed 5.31
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'dev-perl/Digest-SHA/Digest-SHA-5.34.ebuild')
-rw-r--r-- | dev-perl/Digest-SHA/Digest-SHA-5.34.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Digest-SHA/Digest-SHA-5.34.ebuild b/dev-perl/Digest-SHA/Digest-SHA-5.34.ebuild new file mode 100644 index 000000000000..57373f720b23 --- /dev/null +++ b/dev-perl/Digest-SHA/Digest-SHA-5.34.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA/Digest-SHA-5.34.ebuild,v 1.1 2006/04/25 19:04:28 ian Exp $ + +inherit perl-module + +DESCRIPTION="Perl extension for SHA-1/224/256/384/512" +HOMEPAGE="http://search.cpan.org/~mshelor/${P}" +SRC_URI="mirror://cpan/authors/id/M/MS/MSHELOR/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~ia64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |