summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 10:37:49 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 10:37:49 +0000
commit9da2b61b9c5f4095cba7f33e4f3b0f68ab98d483 (patch)
treeb4fbf275392d22b7f9cc26f89ad857972317fe19 /dev-perl/Exception-Died
parentChange version scheme (diff)
downloadgentoo-2-9da2b61b9c5f4095cba7f33e4f3b0f68ab98d483.tar.gz
gentoo-2-9da2b61b9c5f4095cba7f33e4f3b0f68ab98d483.tar.bz2
gentoo-2-9da2b61b9c5f4095cba7f33e4f3b0f68ab98d483.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-Died')
-rw-r--r--dev-perl/Exception-Died/ChangeLog9
-rw-r--r--dev-perl/Exception-Died/Exception-Died-0.60.0.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Exception-Died/ChangeLog b/dev-perl/Exception-Died/ChangeLog
index be2badd1acee..98555e6c8abc 100644
--- a/dev-perl/Exception-Died/ChangeLog
+++ b/dev-perl/Exception-Died/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Exception-Died
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v 1.4 2010/02/03 11:46:29 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/ChangeLog,v 1.5 2011/08/31 10:37:49 tove Exp $
+
+*Exception-Died-0.60.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org> +Exception-Died-0.60.0.ebuild:
+ Change version scheme
03 Feb 2010; Torsten Veller <tove@gentoo.org> Exception-Died-0.06.ebuild:
Depend on Module-Build. Remove test dependencies
diff --git a/dev-perl/Exception-Died/Exception-Died-0.60.0.ebuild b/dev-perl/Exception-Died/Exception-Died-0.60.0.ebuild
new file mode 100644
index 000000000000..ac6996aa6249
--- /dev/null
+++ b/dev-perl/Exception-Died/Exception-Died-0.60.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.60.0.ebuild,v 1.1 2011/08/31 10:37:49 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DEXTER
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Convert simple die into real exception object"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/constant-boolean
+ >=dev-perl/Exception-Base-0.22.01"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+# test? ( virtual/perl-parent
+# >=dev-perl/Test-Unit-Lite-0.12
+# >=dev-perl/Test-Assert-0.0501 )"