summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-04-02 10:37:00 +0000
committerTorsten Veller <tove@gentoo.org>2011-04-02 10:37:00 +0000
commit5b21b271c2aa8bc6510e7a847163904a01f8c619 (patch)
tree3e8e6e782f451440f148899b58200cd9c8e7444a /dev-perl/TheSchwartz
parentCleanup (diff)
downloadgentoo-2-5b21b271c2aa8bc6510e7a847163904a01f8c619.tar.gz
gentoo-2-5b21b271c2aa8bc6510e7a847163904a01f8c619.tar.bz2
gentoo-2-5b21b271c2aa8bc6510e7a847163904a01f8c619.zip
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/TheSchwartz')
-rw-r--r--dev-perl/TheSchwartz/ChangeLog5
-rw-r--r--dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild21
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/TheSchwartz/ChangeLog b/dev-perl/TheSchwartz/ChangeLog
index 98a0b7350647..5da3aeeba586 100644
--- a/dev-perl/TheSchwartz/ChangeLog
+++ b/dev-perl/TheSchwartz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/TheSchwartz
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/TheSchwartz/ChangeLog,v 1.10 2011/01/27 19:06:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/TheSchwartz/ChangeLog,v 1.11 2011/04/02 10:37:00 tove Exp $
+
+ 02 Apr 2011; Torsten Veller <tove@gentoo.org> -TheSchwartz-1.07.ebuild:
+ Cleanup
27 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
TheSchwartz-1.10.ebuild:
diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild b/dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild
deleted file mode 100644
index 1c15c24b2d0a..000000000000
--- a/dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild,v 1.4 2009/12/10 21:09:00 ranger Exp $
-
-MODULE_AUTHOR="BRADFITZ"
-
-inherit perl-module
-
-DESCRIPTION="Reliable job queue"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND=">=dev-perl/Data-ObjectDriver-0.06"
-RDEPEND="${DEPEND}"
-
-# testsuite broken.
-SRC_TEST="never"