diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-29 12:52:15 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-29 12:52:15 +0000 |
commit | 33495762d3ef88bfe4fd8bc393b88b8ffdf0e1a5 (patch) | |
tree | 3baa7d806c9ce9a7b111cc84c87d39d1028e6b1c /dev-perl/Test-Inter | |
parent | Cleanup (diff) | |
download | gentoo-2-33495762d3ef88bfe4fd8bc393b88b8ffdf0e1a5.tar.gz gentoo-2-33495762d3ef88bfe4fd8bc393b88b8ffdf0e1a5.tar.bz2 gentoo-2-33495762d3ef88bfe4fd8bc393b88b8ffdf0e1a5.zip |
Cleanup
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Inter')
-rw-r--r-- | dev-perl/Test-Inter/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Inter/Test-Inter-1.01.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Test-Inter/Test-Inter-1.20.0.ebuild | 25 |
3 files changed, 5 insertions, 48 deletions
diff --git a/dev-perl/Test-Inter/ChangeLog b/dev-perl/Test-Inter/ChangeLog index 55f663b128dd..cbc93abd9d19 100644 --- a/dev-perl/Test-Inter/ChangeLog +++ b/dev-perl/Test-Inter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Inter # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inter/ChangeLog,v 1.12 2011/07/07 23:30:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inter/ChangeLog,v 1.13 2011/07/29 12:52:15 tove Exp $ + + 29 Jul 2011; Torsten Veller <tove@gentoo.org> -Test-Inter-1.01.ebuild, + -Test-Inter-1.20.0.ebuild: + Cleanup 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> Test-Inter-1.30.0.ebuild: keyword ~x86-fbsd, bug #341969 diff --git a/dev-perl/Test-Inter/Test-Inter-1.01.ebuild b/dev-perl/Test-Inter/Test-Inter-1.01.ebuild deleted file mode 100644 index e48051c14d01..000000000000 --- a/dev-perl/Test-Inter/Test-Inter-1.01.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inter/Test-Inter-1.01.ebuild,v 1.10 2011/06/14 13:53:16 mattst88 Exp $ - -EAPI="3" - -MODULE_AUTHOR="SBECK" -inherit perl-module - -DESCRIPTION="Framework for more readable interactive test scripts" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Pod-Coverage - dev-perl/Test-Pod )" - -SRC_TEST="do" diff --git a/dev-perl/Test-Inter/Test-Inter-1.20.0.ebuild b/dev-perl/Test-Inter/Test-Inter-1.20.0.ebuild deleted file mode 100644 index 048887a68c4c..000000000000 --- a/dev-perl/Test-Inter/Test-Inter-1.20.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inter/Test-Inter-1.20.0.ebuild,v 1.1 2011/06/25 08:19:01 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=SBECK -MODULE_VERSION=1.02 -inherit perl-module - -DESCRIPTION="Framework for more readable interactive test scripts" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - )" - -SRC_TEST="do" |