diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-04 07:36:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-04 07:36:09 +0000 |
commit | 57a006cc89a405e06733244407a18fa5d4d1b379 (patch) | |
tree | 6b039ec09f60edb642f54c9243dbec78860f1434 /virtual/perl-Digest-SHA | |
parent | [bump] perl-core/Digest-SHA-5.600.0 (diff) | |
download | gentoo-2-57a006cc89a405e06733244407a18fa5d4d1b379.tar.gz gentoo-2-57a006cc89a405e06733244407a18fa5d4d1b379.tar.bz2 gentoo-2-57a006cc89a405e06733244407a18fa5d4d1b379.zip |
[bump] virtual/perl-Digest-SHA-5.600.0
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Digest-SHA')
-rw-r--r-- | virtual/perl-Digest-SHA/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Digest-SHA/perl-Digest-SHA-5.600.0.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Digest-SHA/ChangeLog b/virtual/perl-Digest-SHA/ChangeLog index a1eaf80d1a52..57269178a116 100644 --- a/virtual/perl-Digest-SHA/ChangeLog +++ b/virtual/perl-Digest-SHA/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Digest-SHA # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Digest-SHA/ChangeLog,v 1.25 2011/01/29 16:35:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Digest-SHA/ChangeLog,v 1.26 2011/03/04 07:36:09 tove Exp $ + +*perl-Digest-SHA-5.600.0 (04 Mar 2011) + + 04 Mar 2011; Torsten Veller <tove@gentoo.org> + +perl-Digest-SHA-5.600.0.ebuild: + Version bump 29 Jan 2011; Raúl Porcel <armin76@gentoo.org> perl-Digest-SHA-5.47.ebuild: m68k/s390/sh stable diff --git a/virtual/perl-Digest-SHA/perl-Digest-SHA-5.600.0.ebuild b/virtual/perl-Digest-SHA/perl-Digest-SHA-5.600.0.ebuild new file mode 100644 index 000000000000..523b33a5ebf2 --- /dev/null +++ b/virtual/perl-Digest-SHA/perl-Digest-SHA-5.600.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Digest-SHA/perl-Digest-SHA-5.600.0.ebuild,v 1.1 2011/03/04 07:36:09 tove Exp $ + +DESCRIPTION="Perl extension for SHA-1/224/256/384/512" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND="~perl-core/Digest-SHA-${PV}" |