diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-06 23:45:39 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-06 23:45:39 +0000 |
commit | bf32adf06c96788b00071c0940c671fe0fcdc0c0 (patch) | |
tree | fcd6f3dc9e461dc0274976c6a949d7b3c3c83c7c /dev-perl/Test-Pod | |
parent | x86 keyword (Manifest recommit) (diff) | |
download | gentoo-2-bf32adf06c96788b00071c0940c671fe0fcdc0c0.tar.gz gentoo-2-bf32adf06c96788b00071c0940c671fe0fcdc0c0.tar.bz2 gentoo-2-bf32adf06c96788b00071c0940c671fe0fcdc0c0.zip |
new version on cpan
Diffstat (limited to 'dev-perl/Test-Pod')
-rw-r--r-- | dev-perl/Test-Pod/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.16.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Test-Pod/files/digest-Test-Pod-1.16 | 1 |
4 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index 33bf987a8da2..dc07eb13591e 100644 --- a/dev-perl/Test-Pod/ChangeLog +++ b/dev-perl/Test-Pod/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Test-Pod # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.3 2004/03/06 13:56:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.4 2004/06/06 23:45:39 mcummings Exp $ + +*Test-Pod-1.16 (06 Jun 2004) + + 06 Jun 2004; Michael Cummings <mcummings@gentoo.org> Test-Pod-1.16.ebuild: + new version on cpan 06 Mar 2004; Michael Cummings <mcummings@gentoo.org> Test-Pod-1.08.ebuild: Added missing dependancy on Test::Builder::Tester; closes 43617 diff --git a/dev-perl/Test-Pod/Manifest b/dev-perl/Test-Pod/Manifest index 1b5b96a216a3..ab57f28e470c 100644 --- a/dev-perl/Test-Pod/Manifest +++ b/dev-perl/Test-Pod/Manifest @@ -1,4 +1,7 @@ MD5 f2b940f5eff37e2706f4d0f57fac0de6 ChangeLog 649 MD5 bb9d7a3493715f911ef1e3743a514df0 Test-Pod-1.08.ebuild 613 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 bb9d7a3493715f911ef1e3743a514df0 Test-Pod-1.16.ebuild 613 +MD5 429ee9b5c7646bf87c9f513063f89d91 .Test-Pod-1.16.ebuild.swp 4096 MD5 ceeef07981b290a6fd1d79264b6680d9 files/digest-Test-Pod-1.08 63 +MD5 3bb95cb8a17d7aec1e10b47a2a5e254e files/digest-Test-Pod-1.16 63 diff --git a/dev-perl/Test-Pod/Test-Pod-1.16.ebuild b/dev-perl/Test-Pod/Test-Pod-1.16.ebuild new file mode 100644 index 000000000000..68614a40713a --- /dev/null +++ b/dev-perl/Test-Pod/Test-Pod-1.16.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.16.ebuild,v 1.1 2004/06/06 23:45:39 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +CATEGORY="dev-perl" + +DESCRIPTION="check for POD errors in files" +HOMEPAGE="http://search.cpan.org/~petdance/${P}" +SRC_URI="http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/${P}.tar.gz" + +SRC_TEST="do" +LICENSE="Artistic | GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" + +DEPEND="dev-perl/Pod-Simple + dev-perl/Test-Builder-Tester" diff --git a/dev-perl/Test-Pod/files/digest-Test-Pod-1.16 b/dev-perl/Test-Pod/files/digest-Test-Pod-1.16 new file mode 100644 index 000000000000..df41b5ab07eb --- /dev/null +++ b/dev-perl/Test-Pod/files/digest-Test-Pod-1.16 @@ -0,0 +1 @@ +MD5 23e46084f9cbf40b8c2edb7ef59670a3 Test-Pod-1.16.tar.gz 6632 |