summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 11:10:50 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 11:10:50 +0000
commited444bb570ea71470df4d79644c55a8539524555 (patch)
tree6bc05e42262091f0869b3b33dcbda794119ed011 /dev-perl/Digest-SHA1
parentChange version scheme (diff)
downloadgentoo-2-ed444bb570ea71470df4d79644c55a8539524555.tar.gz
gentoo-2-ed444bb570ea71470df4d79644c55a8539524555.tar.bz2
gentoo-2-ed444bb570ea71470df4d79644c55a8539524555.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Digest-SHA1')
-rw-r--r--dev-perl/Digest-SHA1/ChangeLog7
-rw-r--r--dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Digest-SHA1/ChangeLog b/dev-perl/Digest-SHA1/ChangeLog
index a59a15b57b40..61c7c2420bfa 100644
--- a/dev-perl/Digest-SHA1/ChangeLog
+++ b/dev-perl/Digest-SHA1/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Digest-SHA1
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.59 2011/07/30 10:29:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/ChangeLog,v 1.60 2011/08/31 11:10:50 tove Exp $
+
+*Digest-SHA1-2.130.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org> +Digest-SHA1-2.130.0.ebuild:
+ Change version scheme
30 Jul 2011; Torsten Veller <tove@gentoo.org> Digest-SHA1-2.12.ebuild,
Digest-SHA1-2.13.ebuild:
diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild
new file mode 100644
index 000000000000..358f2d7c99b6
--- /dev/null
+++ b/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild,v 1.1 2011/08/31 11:10:50 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=GAAS
+MODULE_VERSION=2.13
+inherit perl-module
+
+DESCRIPTION="NIST SHA message digest algorithm"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="virtual/perl-digest-base"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"