diff options
author | 2006-01-13 14:11:16 +0000 | |
---|---|---|
committer | 2006-01-13 14:11:16 +0000 | |
commit | 36cab93741d61df28366346ad97f2d50183a26cd (patch) | |
tree | 965bb50bfaaa3e21fa0526df76d9a2b0857ccfd8 /perl-core/Digest-MD5/Digest-MD5-2.36.ebuild | |
parent | Version bump upstream (diff) | |
download | gentoo-2-36cab93741d61df28366346ad97f2d50183a26cd.tar.gz gentoo-2-36cab93741d61df28366346ad97f2d50183a26cd.tar.bz2 gentoo-2-36cab93741d61df28366346ad97f2d50183a26cd.zip |
Version bump
(Portage version: 2.1_pre1)
Diffstat (limited to 'perl-core/Digest-MD5/Digest-MD5-2.36.ebuild')
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.36.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild new file mode 100644 index 000000000000..de32781741fe --- /dev/null +++ b/perl-core/Digest-MD5/Digest-MD5-2.36.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/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild,v 1.1 2006/01/13 14:11:16 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="MD5 message digest algorithm" +HOMEPAGE="http://search.cpan.org/~gaas/${P}/" +SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +DEPEND="perl-core/digest-base" + +mydoc="rfc*.txt" |