diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-13 12:57:53 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-13 12:57:53 +0000 |
commit | 66c6d2dabaa4809066731cef9335b4682c351b2d (patch) | |
tree | d8cc861de42a8e1eb67a4bd10777d97a9fab9027 /dev-perl/CPAN-Checksums | |
parent | Version bump (diff) | |
download | gentoo-2-66c6d2dabaa4809066731cef9335b4682c351b2d.tar.gz gentoo-2-66c6d2dabaa4809066731cef9335b4682c351b2d.tar.bz2 gentoo-2-66c6d2dabaa4809066731cef9335b4682c351b2d.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/CPAN-Checksums')
-rw-r--r-- | dev-perl/CPAN-Checksums/CPAN-Checksums-2.70.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/CPAN-Checksums/ChangeLog | 9 |
2 files changed, 41 insertions, 2 deletions
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.70.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.70.ebuild new file mode 100644 index 000000000000..a99912b088b7 --- /dev/null +++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.70.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-2.70.ebuild,v 1.1 2011/01/13 12:57:53 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=ANDK +MODULE_VERSION=2.07 +inherit perl-module + +DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="test" + +RDEPEND="virtual/perl-IO-Compress + dev-perl/Compress-Bzip2 + dev-perl/Data-Compare + virtual/perl-Digest-SHA + virtual/perl-Digest-MD5 + virtual/perl-File-Temp + virtual/perl-IO" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" + +src_test() { + # online test + mv "${S}"/t/00signature.t{,.disable} || die + perl-module_src_test +} diff --git a/dev-perl/CPAN-Checksums/ChangeLog b/dev-perl/CPAN-Checksums/ChangeLog index e0b20aef7ee8..dc891921859e 100644 --- a/dev-perl/CPAN-Checksums/ChangeLog +++ b/dev-perl/CPAN-Checksums/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/CPAN-Checksums -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.32 2010/10/29 02:04:32 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.33 2011/01/13 12:57:53 tove Exp $ + +*CPAN-Checksums-2.70 (13 Jan 2011) + + 13 Jan 2011; Torsten Veller <tove@gentoo.org> +CPAN-Checksums-2.70.ebuild: + Version bump *CPAN-Checksums-2.06 (29 Oct 2010) |