diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-09 07:28:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-09 07:28:59 +0000 |
commit | aa816697b3e4ede7186e7b26d0ff3656eb3fcfa7 (patch) | |
tree | 35c49e289bb4dbdef8ec629c60dd29219dcfdec7 /dev-perl/Test-Pod | |
parent | Cleanup (diff) | |
download | gentoo-2-aa816697b3e4ede7186e7b26d0ff3656eb3fcfa7.tar.gz gentoo-2-aa816697b3e4ede7186e7b26d0ff3656eb3fcfa7.tar.bz2 gentoo-2-aa816697b3e4ede7186e7b26d0ff3656eb3fcfa7.zip |
Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Pod')
-rw-r--r-- | dev-perl/Test-Pod/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.40.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.41.ebuild | 21 |
3 files changed, 5 insertions, 43 deletions
diff --git a/dev-perl/Test-Pod/ChangeLog b/dev-perl/Test-Pod/ChangeLog index f4f692a53b8a..dbd7ed68e071 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.54 2010/03/14 15:32:26 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/ChangeLog,v 1.55 2010/04/09 07:28:59 tove Exp $ + + 09 Apr 2010; Torsten Veller <tove@gentoo.org> -Test-Pod-1.40.ebuild, + -Test-Pod-1.41.ebuild: + Cleanup *Test-Pod-1.42 (14 Mar 2010) diff --git a/dev-perl/Test-Pod/Test-Pod-1.40.ebuild b/dev-perl/Test-Pod/Test-Pod-1.40.ebuild deleted file mode 100644 index 3eb7f678cb3e..000000000000 --- a/dev-perl/Test-Pod/Test-Pod-1.40.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.40.ebuild,v 1.2 2010/01/14 14:52:56 grobian Exp $ - -EAPI=2 - -MODULE_AUTHOR=PETDANCE -inherit perl-module - -DESCRIPTION="check for POD errors in files" - -LICENSE="|| ( Artistic-2 GPL-2 )" -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.07 - >=virtual/perl-Test-Simple-0.62" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Test-Pod/Test-Pod-1.41.ebuild b/dev-perl/Test-Pod/Test-Pod-1.41.ebuild deleted file mode 100644 index ffc7a10875a5..000000000000 --- a/dev-perl/Test-Pod/Test-Pod-1.41.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.41.ebuild,v 1.1 2010/01/21 19:37:39 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.07 - >=virtual/perl-Test-Simple-0.70" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.30" - -SRC_TEST="do" |