summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-20 07:22:22 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-20 07:22:22 +0000
commit3b5d76e4f1adfdd63ffd64136edc0089b2ceb6d1 (patch)
treefeeff1399bd84780a4919953045ec59daf8a4753
parentCleanup (diff)
downloadgentoo-2-3b5d76e4f1adfdd63ffd64136edc0089b2ceb6d1.tar.gz
gentoo-2-3b5d76e4f1adfdd63ffd64136edc0089b2ceb6d1.tar.bz2
gentoo-2-3b5d76e4f1adfdd63ffd64136edc0089b2ceb6d1.zip
Cleanup
(Portage version: 2.2_rc98/cvs/Linux x86_64)
-rw-r--r--dev-perl/Test-LongString/ChangeLog6
-rw-r--r--dev-perl/Test-LongString/Test-LongString-0.11.ebuild16
-rw-r--r--dev-perl/Test-LongString/Test-LongString-0.12.ebuild20
3 files changed, 5 insertions, 37 deletions
diff --git a/dev-perl/Test-LongString/ChangeLog b/dev-perl/Test-LongString/ChangeLog
index aa296bf33c78..c342be1f65f1 100644
--- a/dev-perl/Test-LongString/ChangeLog
+++ b/dev-perl/Test-LongString/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-LongString
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.30 2010/09/24 17:26:49 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.31 2010/10/20 07:22:22 tove Exp $
+
+ 20 Oct 2010; Torsten Veller <tove@gentoo.org>
+ -Test-LongString-0.11.ebuild, -Test-LongString-0.12.ebuild:
+ Cleanup
*Test-LongString-0.14 (24 Sep 2010)
diff --git a/dev-perl/Test-LongString/Test-LongString-0.11.ebuild b/dev-perl/Test-LongString/Test-LongString-0.11.ebuild
deleted file mode 100644
index dc79d52a4866..000000000000
--- a/dev-perl/Test-LongString/Test-LongString-0.11.ebuild
+++ /dev/null
@@ -1,16 +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-LongString/Test-LongString-0.11.ebuild,v 1.10 2010/01/14 14:36:42 grobian Exp $
-
-MODULE_AUTHOR=RGARCIA
-inherit perl-module
-
-DESCRIPTION="A library to test long strings."
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl"
diff --git a/dev-perl/Test-LongString/Test-LongString-0.12.ebuild b/dev-perl/Test-LongString/Test-LongString-0.12.ebuild
deleted file mode 100644
index e46acdbee3d8..000000000000
--- a/dev-perl/Test-LongString/Test-LongString-0.12.ebuild
+++ /dev/null
@@ -1,20 +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-LongString/Test-LongString-0.12.ebuild,v 1.2 2010/01/14 14:36:42 grobian Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=RGARCIA
-inherit perl-module
-
-DESCRIPTION="A library to test long strings."
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST="do"