summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-10 16:04:58 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-10 16:04:58 +0000
commite97c5e39d4c8fd56300a003c1425e2701706d5f5 (patch)
tree2c2e8234c21a89dec5eac9e57b4e6424ae51a6c8 /dev-perl/Exception-Warning
parentx86 stable, bug 292455 (diff)
downloadgentoo-2-e97c5e39d4c8fd56300a003c1425e2701706d5f5.tar.gz
gentoo-2-e97c5e39d4c8fd56300a003c1425e2701706d5f5.tar.bz2
gentoo-2-e97c5e39d4c8fd56300a003c1425e2701706d5f5.zip
Version bump
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-Warning')
-rw-r--r--dev-perl/Exception-Warning/ChangeLog8
-rw-r--r--dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Exception-Warning/ChangeLog b/dev-perl/Exception-Warning/ChangeLog
index 39ffc12c4b98..334c7acf7fa9 100644
--- a/dev-perl/Exception-Warning/ChangeLog
+++ b/dev-perl/Exception-Warning/ChangeLog
@@ -1,6 +1,12 @@
# 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.4 2009/11/23 20:59:55 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Warning/ChangeLog,v 1.5 2009/12/10 16:04:58 tove Exp $
+
+*Exception-Warning-0.0401 (10 Dec 2009)
+
+ 10 Dec 2009; Torsten Veller <tove@gentoo.org>
+ +Exception-Warning-0.0401.ebuild:
+ Version bump
23 Nov 2009; Torsten Veller <tove@gentoo.org>
Exception-Warning-0.04.ebuild:
diff --git a/dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild b/dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild
new file mode 100644
index 000000000000..56a0259196c5
--- /dev/null
+++ b/dev-perl/Exception-Warning/Exception-Warning-0.0401.ebuild
@@ -0,0 +1,23 @@
+# 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