diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 15:59:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 15:59:30 +0000 |
commit | 1d33b3d8abeeea1456eb124148d891af62dbcbe3 (patch) | |
tree | 58cc931f20719f2a7cb008100e3c24141f5f09a3 /dev-perl/Test-Pod | |
parent | version bump - remove old (diff) | |
download | historical-1d33b3d8abeeea1456eb124148d891af62dbcbe3.tar.gz historical-1d33b3d8abeeea1456eb124148d891af62dbcbe3.tar.bz2 historical-1d33b3d8abeeea1456eb124148d891af62dbcbe3.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
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 | 20 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.43.ebuild | 21 |
3 files changed, 6 insertions, 43 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index 064cc18f7e85..d0a8d7fd2fe4 100644 --- a/dev-perl/Test-Pod/ChangeLog +++ b/dev-perl/Test-Pod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Pod -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.64 2010/11/15 10:26:07 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.65 2011/01/14 15:51:41 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Test-Pod-1.26.ebuild, + -Test-Pod-1.43.ebuild: + Cleanup 15 Nov 2010; Fabian Groffen <grobian@gentoo.org> Test-Pod-1.44.ebuild: Marked ~x86-solaris, bug #345435 diff --git a/dev-perl/Test-Pod/Test-Pod-1.26.ebuild b/dev-perl/Test-Pod/Test-Pod-1.26.ebuild deleted file mode 100644 index bf15c6a45f9e..000000000000 --- a/dev-perl/Test-Pod/Test-Pod-1.26.ebuild +++ /dev/null @@ -1,20 +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.26.ebuild,v 1.16 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" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -DEPEND="virtual/perl-Pod-Simple - >=virtual/perl-Test-Simple-0.62 - dev-lang/perl" - -SRC_TEST="do" diff --git a/dev-perl/Test-Pod/Test-Pod-1.43.ebuild b/dev-perl/Test-Pod/Test-Pod-1.43.ebuild deleted file mode 100644 index 3fa332e43651..000000000000 --- a/dev-perl/Test-Pod/Test-Pod-1.43.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 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.43.ebuild,v 1.1 2010/04/22 05:47:24 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DWHEELER -inherit perl-module - -DESCRIPTION="check for POD errors in files" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND=">=virtual/perl-Pod-Simple-3.05 - >=virtual/perl-Test-Simple-0.62" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.30" - -SRC_TEST="do" |