summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Exception-Warning')
-rw-r--r--dev-perl/Exception-Warning/ChangeLog6
-rw-r--r--dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild23
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-perl/Exception-Warning/ChangeLog b/dev-perl/Exception-Warning/ChangeLog
index 342eff6b0b03..309ef2c4d591 100644
--- a/dev-perl/Exception-Warning/ChangeLog
+++ b/dev-perl/Exception-Warning/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Exception-Warning
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.7 2011/08/31 10:36:27 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.8 2011/09/04 11:21:23 tove Exp $
+
+ 04 Sep 2011; Torsten Veller <tove@gentoo.org>
+ -Exception-Warning-0.0401.ebuild:
+ Cleanup
*Exception-Warning-0.40.100 (31 Aug 2011)
diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild
deleted file mode 100644
index 56a0259196c5..000000000000
--- a/dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild
+++ /dev/null
@@ -1,23 +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-Warning/Exception-Warning-0.0401.ebuild,v 1.1 2009/12/10 16:04:58 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR="DEXTER"
-inherit perl-module
-
-DESCRIPTION="Convert simple warn into real exception object"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Exception-Base-0.22.01"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? ( dev-perl/Test-Assert
- >=dev-perl/Test-Unit-Lite-0.12
- virtual/perl-parent )"
-
-SRC_TEST=do