summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-24 20:39:10 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-24 20:39:10 +0000
commitf617b8f64a77b2e501617d6a44d4412b15e2c138 (patch)
treef98a10fdefca0fbcf93f2bc493f3b4289c4d98dc /dev-perl/Exception-Warning
parentVersion bump. (diff)
downloadhistorical-f617b8f64a77b2e501617d6a44d4412b15e2c138.tar.gz
historical-f617b8f64a77b2e501617d6a44d4412b15e2c138.tar.bz2
historical-f617b8f64a77b2e501617d6a44d4412b15e2c138.zip
Cleanup
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
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.03.ebuild20
-rw-r--r--dev-perl/Exception-Warning/Exception-Warning-0.04.ebuild22
3 files changed, 5 insertions, 43 deletions
diff --git a/dev-perl/Exception-Warning/ChangeLog b/dev-perl/Exception-Warning/ChangeLog
index 334c7acf7fa9..d240a18c2fad 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.5 2009/12/10 16:04:58 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.6 2009/12/24 20:10:46 tove Exp $
+
+ 24 Dec 2009; Torsten Veller <tove@gentoo.org>
+ -Exception-Warning-0.03.ebuild, -Exception-Warning-0.04.ebuild:
+ Cleanup
*Exception-Warning-0.0401 (10 Dec 2009)
diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.03.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.03.ebuild
deleted file mode 100644
index b1dcbab9a035..000000000000
--- a/dev-perl/Exception-Warning/Exception-Warning-0.03.ebuild
+++ /dev/null
@@ -1,20 +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.03.ebuild,v 1.2 2009/10/22 11:48:34 tove Exp $
-
-EAPI=2
-MODULE_AUTHOR="DEXTER"
-
-inherit perl-module
-
-DESCRIPTION="Convert simple warn into real exception object"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=dev-perl/Test-Unit-Lite-0.12
- >=dev-perl/Exception-Base-0.22.01"
-RDEPEND="${DEPEND}"
diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.04.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.04.ebuild
deleted file mode 100644
index 7c209fd7d34b..000000000000
--- a/dev-perl/Exception-Warning/Exception-Warning-0.04.ebuild
+++ /dev/null
@@ -1,22 +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.04.ebuild,v 1.2 2009/11/23 20:59:55 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 )"
-
-SRC_TEST=do