summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-21 18:32:05 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-21 18:32:05 +0000
commit59dd2cd775513af306fae3f2ce883145e6a26bda (patch)
tree57f3893bda47757afe0358fbfaf62cf168e6e2bd /dev-perl/Test-SharedFork
parentCleanup (diff)
downloadgentoo-2-59dd2cd775513af306fae3f2ce883145e6a26bda.tar.gz
gentoo-2-59dd2cd775513af306fae3f2ce883145e6a26bda.tar.bz2
gentoo-2-59dd2cd775513af306fae3f2ce883145e6a26bda.zip
Cleanup
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-SharedFork')
-rw-r--r--dev-perl/Test-SharedFork/ChangeLog6
-rw-r--r--dev-perl/Test-SharedFork/Test-SharedFork-0.190.0.ebuild26
2 files changed, 5 insertions, 27 deletions
diff --git a/dev-perl/Test-SharedFork/ChangeLog b/dev-perl/Test-SharedFork/ChangeLog
index 7cd8cc9306a2..fae69fdff6ea 100644
--- a/dev-perl/Test-SharedFork/ChangeLog
+++ b/dev-perl/Test-SharedFork/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Test-SharedFork
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-SharedFork/ChangeLog,v 1.2 2012/02/29 09:14:36 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-SharedFork/ChangeLog,v 1.3 2012/04/21 18:32:03 tove Exp $
+
+ 21 Apr 2012; Torsten Veller <tove@gentoo.org>
+ -Test-SharedFork-0.190.0.ebuild:
+ Cleanup
*Test-SharedFork-0.200.0 (29 Feb 2012)
diff --git a/dev-perl/Test-SharedFork/Test-SharedFork-0.190.0.ebuild b/dev-perl/Test-SharedFork/Test-SharedFork-0.190.0.ebuild
deleted file mode 100644
index 65e0aeea4869..000000000000
--- a/dev-perl/Test-SharedFork/Test-SharedFork-0.190.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-SharedFork/Test-SharedFork-0.190.0.ebuild,v 1.1 2012/02/02 16:57:02 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=TOKUHIROM
-MODULE_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION="fork test"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Requires
- >=virtual/perl-Test-Simple-0.88
- virtual/perl-Test-Harness
- )
-"
-
-SRC_TEST=do