diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-07-24 10:52:25 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-07-24 10:52:25 +0000 |
commit | e5b9ebd56b67b57829d7fcdc77d2ea53d08a5c11 (patch) | |
tree | b0e567e5d05c7ba9bc48e19c1840d14ed039684b /dev-perl/Test-Pod | |
parent | Stable on alpha bug #139839 (diff) | |
download | gentoo-2-e5b9ebd56b67b57829d7fcdc77d2ea53d08a5c11.tar.gz gentoo-2-e5b9ebd56b67b57829d7fcdc77d2ea53d08a5c11.tar.bz2 gentoo-2-e5b9ebd56b67b57829d7fcdc77d2ea53d08a5c11.zip |
Version bump
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Test-Pod')
-rw-r--r-- | dev-perl/Test-Pod/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.26.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Test-Pod/files/digest-Test-Pod-1.26 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index fff10d9ed986..da50b5c0b260 100644 --- a/dev-perl/Test-Pod/ChangeLog +++ b/dev-perl/Test-Pod/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-Pod # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.32 2006/07/10 22:21:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.33 2006/07/24 10:52:24 mcummings Exp $ + +*Test-Pod-1.26 (24 Jul 2006) + + 24 Jul 2006; Michael Cummings <mcummings@gentoo.org> + +Test-Pod-1.26.ebuild: + Version bump 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Test-Pod-1.24.ebuild: Mark 1.24 stable on ia64 diff --git a/dev-perl/Test-Pod/Test-Pod-1.26.ebuild b/dev-perl/Test-Pod/Test-Pod-1.26.ebuild new file mode 100644 index 000000000000..377a3876a89c --- /dev/null +++ b/dev-perl/Test-Pod/Test-Pod-1.26.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.26.ebuild,v 1.1 2006/07/24 10:52:24 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="check for POD errors in files" +HOMEPAGE="http://search.cpan.org/~petdance/${P}" +SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" + +SRC_TEST="do" +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/Pod-Simple + >=virtual/perl-Test-Simple-0.62" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Test-Pod/files/digest-Test-Pod-1.26 b/dev-perl/Test-Pod/files/digest-Test-Pod-1.26 new file mode 100644 index 000000000000..9ee182c4565c --- /dev/null +++ b/dev-perl/Test-Pod/files/digest-Test-Pod-1.26 @@ -0,0 +1,3 @@ +MD5 2f259135656ac4549b65a4f14f07b7c6 Test-Pod-1.26.tar.gz 6807 +RMD160 349eae32550fff5c1e8668c3d64a7cac1bc7f73a Test-Pod-1.26.tar.gz 6807 +SHA256 a4e1cd69dcfecab9b557314bd626227df3ae38958080bb80cb41a97863dcb908 Test-Pod-1.26.tar.gz 6807 |