summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-core/Digest-SHA/ChangeLog9
-rw-r--r--perl-core/Digest-SHA/Digest-SHA-5.48.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/perl-core/Digest-SHA/ChangeLog b/perl-core/Digest-SHA/ChangeLog
index ccedc644e422..8f507fbfc433 100644
--- a/perl-core/Digest-SHA/ChangeLog
+++ b/perl-core/Digest-SHA/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/Digest-SHA
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-SHA/ChangeLog,v 1.11 2009/09/19 16:14:09 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-SHA/ChangeLog,v 1.12 2010/01/09 09:27:06 tove Exp $
+
+*Digest-SHA-5.48 (09 Jan 2010)
+
+ 09 Jan 2010; Torsten Veller <tove@gentoo.org> +Digest-SHA-5.48.ebuild:
+ Version bump
19 Sep 2009; nixnut <nixnut@gentoo.org> Digest-SHA-5.47.ebuild:
ppc stable #284068
diff --git a/perl-core/Digest-SHA/Digest-SHA-5.48.ebuild b/perl-core/Digest-SHA/Digest-SHA-5.48.ebuild
new file mode 100644
index 000000000000..326bbb851ed6
--- /dev/null
+++ b/perl-core/Digest-SHA/Digest-SHA-5.48.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-SHA/Digest-SHA-5.48.ebuild,v 1.1 2010/01/09 09:27:06 tove Exp $
+
+MODULE_AUTHOR=MSHELOR
+inherit perl-module
+
+DESCRIPTION="Perl extension for SHA-1/224/256/384/512"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+
+SRC_TEST="do"