diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-26 11:49:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-26 11:49:54 +0000 |
commit | ac4c958f06cd938e15079720a61da8fc739655fd (patch) | |
tree | 59fb3ec63278e281f1b03538e06fc2ba9d9719ce /dev-perl/Test-Pod | |
parent | Version bump (diff) | |
download | gentoo-2-ac4c958f06cd938e15079720a61da8fc739655fd.tar.gz gentoo-2-ac4c958f06cd938e15079720a61da8fc739655fd.tar.bz2 gentoo-2-ac4c958f06cd938e15079720a61da8fc739655fd.zip |
Cleanup
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Test-Pod')
-rw-r--r-- | dev-perl/Test-Pod/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.22.ebuild | 19 |
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index 63e8218c88df..a5c671607d9c 100644 --- a/dev-perl/Test-Pod/ChangeLog +++ b/dev-perl/Test-Pod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Pod -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.49 2008/11/18 15:38:22 tove Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.50 2009/01/26 11:49:54 tove Exp $ + + 26 Jan 2009; Torsten Veller <tove@gentoo.org> -Test-Pod-1.22.ebuild: + Cleanup 18 Nov 2008; Torsten Veller <tove@gentoo.org> Test-Pod-1.22.ebuild, Test-Pod-1.26.ebuild: diff --git a/dev-perl/Test-Pod/Test-Pod-1.22.ebuild b/dev-perl/Test-Pod/Test-Pod-1.22.ebuild deleted file mode 100644 index e8abedda2fc3..000000000000 --- a/dev-perl/Test-Pod/Test-Pod-1.22.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 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.15 2008/11/18 15:38:22 tove Exp $ - -inherit perl-module - -DESCRIPTION="check for POD errors in files" -HOMEPAGE="http://search.cpan.org/~petdance/" -SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" - -SRC_TEST="do" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="virtual/perl-Pod-Simple - >=virtual/perl-Test-Simple-0.62 - dev-lang/perl" |