diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 16:48:17 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 16:48:17 +0000 |
commit | e1f602e5eb584f2282373b6bd4a8f3b26f1a1fb0 (patch) | |
tree | baf248a29f21a75fd716565351b8590b35464efc /dev-perl/Test-Pod | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-e1f602e5eb584f2282373b6bd4a8f3b26f1a1fb0.tar.gz gentoo-2-e1f602e5eb584f2282373b6bd4a8f3b26f1a1fb0.tar.bz2 gentoo-2-e1f602e5eb584f2282373b6bd4a8f3b26f1a1fb0.zip |
Version bump, thanks seemant
(Portage version: 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}" - - |