summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-09-07 09:09:32 +0000
committerTorsten Veller <tove@gentoo.org>2009-09-07 09:09:32 +0000
commita438e1940f0915d1ef584d8804a67bf0e5df2e1e (patch)
tree957ab30020a25f1391be1aef7e0d4dc6559311e1 /dev-perl/Exception-Base
parentCleanup (diff)
downloadgentoo-2-a438e1940f0915d1ef584d8804a67bf0e5df2e1e.tar.gz
gentoo-2-a438e1940f0915d1ef584d8804a67bf0e5df2e1e.tar.bz2
gentoo-2-a438e1940f0915d1ef584d8804a67bf0e5df2e1e.zip
Cleanup
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-Base')
-rw-r--r--dev-perl/Exception-Base/ChangeLog6
-rw-r--r--dev-perl/Exception-Base/Exception-Base-0.2201.ebuild19
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-perl/Exception-Base/ChangeLog b/dev-perl/Exception-Base/ChangeLog
index 7109256689dc..25cf6dafce05 100644
--- a/dev-perl/Exception-Base/ChangeLog
+++ b/dev-perl/Exception-Base/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Exception-Base
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.2 2009/08/18 20:50:32 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Base/ChangeLog,v 1.3 2009/09/07 09:09:32 tove Exp $
+
+ 07 Sep 2009; Torsten Veller <tove@gentoo.org>
+ -Exception-Base-0.2201.ebuild:
+ Cleanup
*Exception-Base-0.2202 (18 Aug 2009)
diff --git a/dev-perl/Exception-Base/Exception-Base-0.2201.ebuild b/dev-perl/Exception-Base/Exception-Base-0.2201.ebuild
deleted file mode 100644
index b2242ef8265c..000000000000
--- a/dev-perl/Exception-Base/Exception-Base-0.2201.ebuild
+++ /dev/null
@@ -1,19 +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/Exception-Base/Exception-Base-0.2201.ebuild,v 1.1 2009/06/23 07:39:34 robbat2 Exp $
-
-EAPI=2
-MODULE_AUTHOR="DEXTER"
-
-inherit perl-module
-
-DESCRIPTION="Error handling with exception class"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=dev-perl/Test-Unit-Lite-0.12"
-RDEPEND="${DEPEND}"