diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-31 17:13:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-31 17:13:32 +0000 |
commit | eb943890bfce70eac019489894a0ad47c97d8843 (patch) | |
tree | a8dbe97497cfa9723f3e0224846ddbf09e1ab5aa /dev-perl | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-eb943890bfce70eac019489894a0ad47c97d8843.tar.gz gentoo-2-eb943890bfce70eac019489894a0ad47c97d8843.tar.bz2 gentoo-2-eb943890bfce70eac019489894a0ad47c97d8843.zip |
Version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/CPAN-Checksums/CPAN-Checksums-2.02.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/CPAN-Checksums/ChangeLog | 7 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/CPAN-Checksums/CPAN-Checksums-2.02.ebuild b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.02.ebuild new file mode 100644 index 000000000000..920093cbf499 --- /dev/null +++ b/dev-perl/CPAN-Checksums/CPAN-Checksums-2.02.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 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.02.ebuild,v 1.1 2008/10/31 17:13:32 tove Exp $ + +MODULE_AUTHOR=ANDK +inherit perl-module + +DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="test" + +RDEPEND="dev-perl/Compress-Zlib + dev-perl/Compress-Bzip2 + dev-perl/Data-Compare + dev-perl/Digest-SHA + virtual/perl-Digest-MD5 + virtual/perl-File-Temp + virtual/perl-IO + dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" diff --git a/dev-perl/CPAN-Checksums/ChangeLog b/dev-perl/CPAN-Checksums/ChangeLog index 55c0a22d565a..ecb13036eff3 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.20 2008/09/30 08:07:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.21 2008/10/31 17:13:32 tove Exp $ + +*CPAN-Checksums-2.02 (31 Oct 2008) + + 31 Oct 2008; Torsten Veller <tove@gentoo.org> +CPAN-Checksums-2.02.ebuild: + Version bump 30 Sep 2008; Torsten Veller <tove@gentoo.org> -CPAN-Checksums-1.039.ebuild, -CPAN-Checksums-2.00.ebuild: |