diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:20:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:20:19 +0000 |
commit | fef482abc81ae081593fc2de2dcaa5e22782a375 (patch) | |
tree | 5a6ebd7562b98a24dd3edebaed6e2e81e6adf544 /dev-perl/Test-Pod | |
parent | removed the RESTRICT since upstream is down (diff) | |
download | historical-fef482abc81ae081593fc2de2dcaa5e22782a375.tar.gz historical-fef482abc81ae081593fc2de2dcaa5e22782a375.tar.bz2 historical-fef482abc81ae081593fc2de2dcaa5e22782a375.zip |
Version bump, thanks seemant
Package-Manager: portage-2.1.2_rc4-r8
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.22.ebuild | 9 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.26.ebuild | 9 |
3 files changed, 12 insertions, 14 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index a345875c846d..3037251c37b2 100644 --- a/dev-perl/Test-Pod/ChangeLog +++ b/dev-perl/Test-Pod/ChangeLog @@ -1,6 +1,10 @@ # 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.42 2006/10/23 18:13:08 gustavoz Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.43 2007/01/19 16:48:17 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> Test-Pod-1.22.ebuild, + -Test-Pod-1.24.ebuild, Test-Pod-1.26.ebuild: + Version bump, thanks seemant 23 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> Test-Pod-1.26.ebuild: Stable on hppa diff --git a/dev-perl/Test-Pod/Test-Pod-1.22.ebuild b/dev-perl/Test-Pod/Test-Pod-1.22.ebuild index e1e6b44c08dc..604a2db0e998 100644 --- a/dev-perl/Test-Pod/Test-Pod-1.22.ebuild +++ b/dev-perl/Test-Pod/Test-Pod-1.22.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.22.ebuild,v 1.13 2006/08/05 23:51:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.22.ebuild,v 1.14 2007/01/19 16:48:17 mcummings Exp $ inherit perl-module DESCRIPTION="check for POD errors in files" -HOMEPAGE="http://search.cpan.org/~petdance/${P}" +HOMEPAGE="http://search.cpan.org/~petdance/" SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" SRC_TEST="do" @@ -17,6 +17,3 @@ IUSE="" DEPEND="dev-perl/Pod-Simple >=virtual/perl-Test-Simple-0.62 dev-lang/perl" -RDEPEND="${DEPEND}" - - diff --git a/dev-perl/Test-Pod/Test-Pod-1.26.ebuild b/dev-perl/Test-Pod/Test-Pod-1.26.ebuild index dd4fb4f5d980..585680611813 100644 --- a/dev-perl/Test-Pod/Test-Pod-1.26.ebuild +++ b/dev-perl/Test-Pod/Test-Pod-1.26.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.7 2006/10/23 18:13:08 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.26.ebuild,v 1.8 2007/01/19 16:48:17 mcummings Exp $ inherit perl-module DESCRIPTION="check for POD errors in files" -HOMEPAGE="http://search.cpan.org/~petdance/${P}" +HOMEPAGE="http://search.cpan.org/~petdance/" SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" SRC_TEST="do" @@ -17,6 +17,3 @@ IUSE="" DEPEND="dev-perl/Pod-Simple >=virtual/perl-Test-Simple-0.62 dev-lang/perl" -RDEPEND="${DEPEND}" - - |