summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-19 11:57:23 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-19 11:57:23 +0000
commit431fda8af634aaa3b048cd41c4e426dcd95ced16 (patch)
treeb9156d7f14f33e0f91c36b3eddeed21e17c15ef2 /perl-core
parent[bump] virtual/perl-Digest-SHA-5.810.0 (diff)
downloadgentoo-2-431fda8af634aaa3b048cd41c4e426dcd95ced16.tar.gz
gentoo-2-431fda8af634aaa3b048cd41c4e426dcd95ced16.tar.bz2
gentoo-2-431fda8af634aaa3b048cd41c4e426dcd95ced16.zip
[bump] perl-core/Digest-SHA-5.810.0
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Digest-SHA/ChangeLog9
-rw-r--r--perl-core/Digest-SHA/Digest-SHA-5.810.0.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/perl-core/Digest-SHA/ChangeLog b/perl-core/Digest-SHA/ChangeLog
index 62dd2e0908a0..58844991324a 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-SHA/ChangeLog,v 1.37 2012/12/08 14:58:10 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-SHA/ChangeLog,v 1.38 2013/01/19 11:57:23 tove Exp $
+
+*Digest-SHA-5.810.0 (19 Jan 2013)
+
+ 19 Jan 2013; Torsten Veller <tove@gentoo.org> +Digest-SHA-5.810.0.ebuild:
+ Version bump
*Digest-SHA-5.740.0 (08 Dec 2012)
diff --git a/perl-core/Digest-SHA/Digest-SHA-5.810.0.ebuild b/perl-core/Digest-SHA/Digest-SHA-5.810.0.ebuild
new file mode 100644
index 000000000000..e5c890419aa9
--- /dev/null
+++ b/perl-core/Digest-SHA/Digest-SHA-5.810.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 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.810.0.ebuild,v 1.1 2013/01/19 11:57:23 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=MSHELOR
+MODULE_VERSION=5.81
+inherit perl-module
+
+DESCRIPTION="Perl extension for SHA-1/224/256/384/512"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"