diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-21 08:19:14 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-21 08:19:14 +0000 |
commit | fb571b2bd21aa3b401523d7444dcedd58600c536 (patch) | |
tree | c29defa4a9845aa2f72e77bb2c3238b19e62ca91 /perl-core/Digest-MD5/Digest-MD5-2.38.ebuild | |
parent | Marked ~hppa (bug #240433). (diff) | |
download | historical-fb571b2bd21aa3b401523d7444dcedd58600c536.tar.gz historical-fb571b2bd21aa3b401523d7444dcedd58600c536.tar.bz2 historical-fb571b2bd21aa3b401523d7444dcedd58600c536.zip |
Version bump
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-tuxonice i686
Diffstat (limited to 'perl-core/Digest-MD5/Digest-MD5-2.38.ebuild')
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.38.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild new file mode 100644 index 000000000000..4ca46fbad1fa --- /dev/null +++ b/perl-core/Digest-MD5/Digest-MD5-2.38.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 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.38.ebuild,v 1.1 2008/11/21 08:19:14 tove Exp $ + +MODULE_AUTHOR=GAAS +inherit perl-module + +DESCRIPTION="MD5 message digest algorithm" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl + virtual/perl-digest-base" + +mydoc="rfc*.txt" |