diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-08-03 04:59:23 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-08-03 04:59:23 +0000 |
commit | 0002bbed1fce10cc98efe8e10a9cd4f0fe6be840 (patch) | |
tree | 7ef25ce8178981f09ed12e565ef310f603d5b594 /perl-core/Digest-SHA | |
parent | adding ~ppc to fixed versions, as per #479582 (diff) | |
download | gentoo-2-0002bbed1fce10cc98efe8e10a9cd4f0fe6be840.tar.gz gentoo-2-0002bbed1fce10cc98efe8e10a9cd4f0fe6be840.tar.bz2 gentoo-2-0002bbed1fce10cc98efe8e10a9cd4f0fe6be840.zip |
Version bump to 5.850.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'perl-core/Digest-SHA')
-rw-r--r-- | perl-core/Digest-SHA/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Digest-SHA/Digest-SHA-5.850.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/perl-core/Digest-SHA/ChangeLog b/perl-core/Digest-SHA/ChangeLog index e9d7c69be559..81017c8fe562 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-SHA/ChangeLog,v 1.48 2013/02/23 08:33:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-SHA/ChangeLog,v 1.49 2013/08/03 04:59:23 mattst88 Exp $ + +*Digest-SHA-5.850.0 (03 Aug 2013) + + 03 Aug 2013; Matt Turner <mattst88@gentoo.org> +Digest-SHA-5.850.0.ebuild: + Version bump to 5.850. 23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> Digest-SHA-5.820.0.ebuild: Stable for sparc, wrt bug #458122 diff --git a/perl-core/Digest-SHA/Digest-SHA-5.850.0.ebuild b/perl-core/Digest-SHA/Digest-SHA-5.850.0.ebuild new file mode 100644 index 000000000000..e3aa5e8091d9 --- /dev/null +++ b/perl-core/Digest-SHA/Digest-SHA-5.850.0.ebuild @@ -0,0 +1,22 @@ +# 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.850.0.ebuild,v 1.1 2013/08/03 04:59:23 mattst88 Exp $ + +EAPI=5 + +MODULE_AUTHOR=MSHELOR +MODULE_VERSION=5.85 +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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +DEPEND="test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage +)" + +SRC_TEST="do" |