summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 10:21:45 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 10:21:45 +0000
commit7912539e83bb65cd893865f1e67f274adc6b740f (patch)
treec60d04b575ac436a293f5f335ffaaca895c4330e /dev-perl/Fatal-Exception
parentRevision bump. Add dependency on external xolox-misc scripts. (diff)
downloadhistorical-7912539e83bb65cd893865f1e67f274adc6b740f.tar.gz
historical-7912539e83bb65cd893865f1e67f274adc6b740f.tar.bz2
historical-7912539e83bb65cd893865f1e67f274adc6b740f.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Fatal-Exception')
-rw-r--r--dev-perl/Fatal-Exception/ChangeLog9
-rw-r--r--dev-perl/Fatal-Exception/Fatal-Exception-0.50.0.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Fatal-Exception/ChangeLog b/dev-perl/Fatal-Exception/ChangeLog
index 1e99c72a0901..356a0b9900c9 100644
--- a/dev-perl/Fatal-Exception/ChangeLog
+++ b/dev-perl/Fatal-Exception/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Fatal-Exception
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/ChangeLog,v 1.3 2010/02/03 11:53:06 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/ChangeLog,v 1.4 2011/08/31 10:13:10 tove Exp $
+
+*Fatal-Exception-0.50.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org> +Fatal-Exception-0.50.0.ebuild:
+ Change version scheme
03 Feb 2010; Torsten Veller <tove@gentoo.org> Fatal-Exception-0.05.ebuild:
Depend on Module-Build. Remove test dependencies
diff --git a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0.ebuild b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0.ebuild
new file mode 100644
index 000000000000..0234bf03e7a0
--- /dev/null
+++ b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0.ebuild,v 1.1 2011/08/31 10:13:10 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DEXTER
+MODULE_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Succeed or throw exception"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/Exception-Died
+ >=dev-perl/Exception-Base-0.22.01"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+# test? ( >=dev-perl/Test-Unit-Lite-0.12
+# dev-perl/Test-Assert
+# dev-perl/Exception-Warning )"