summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-23 07:35:47 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-23 07:35:47 +0000
commitef5ce42acfd140169adebccf860132ff9ff79aab (patch)
tree3a35a897172a8e2342d07cd0b4f3744daef4a0ec /dev-perl/Exception-Class
parentVersion bump (diff)
downloadgentoo-2-ef5ce42acfd140169adebccf860132ff9ff79aab.tar.gz
gentoo-2-ef5ce42acfd140169adebccf860132ff9ff79aab.tar.bz2
gentoo-2-ef5ce42acfd140169adebccf860132ff9ff79aab.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r--dev-perl/Exception-Class/ChangeLog8
-rw-r--r--dev-perl/Exception-Class/Exception-Class-1.30.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog
index 4cf81896354e..3f55edf1516a 100644
--- a/dev-perl/Exception-Class/ChangeLog
+++ b/dev-perl/Exception-Class/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Exception-Class
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.53 2010/01/09 19:55:11 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.54 2010/03/23 07:35:47 tove Exp $
+
+*Exception-Class-1.30 (23 Mar 2010)
+
+ 23 Mar 2010; Torsten Veller <tove@gentoo.org>
+ +Exception-Class-1.30.ebuild:
+ Version bump
09 Jan 2010; Fabian Groffen <grobian@gentoo.org>
Exception-Class-1.29.ebuild:
diff --git a/dev-perl/Exception-Class/Exception-Class-1.30.ebuild b/dev-perl/Exception-Class/Exception-Class-1.30.ebuild
new file mode 100644
index 000000000000..940a6ee971f7
--- /dev/null
+++ b/dev-perl/Exception-Class/Exception-Class-1.30.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.30.ebuild,v 1.1 2010/03/23 07:35:47 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=DROLSKY
+inherit perl-module
+
+DESCRIPTION="A module that allows you to declare real exception classes in Perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02
+ >=dev-perl/Devel-StackTrace-1.20"
+DEPEND="${RDEPEND}
+ >=virtual/perl-Module-Build-0.28"
+
+SRC_TEST="do"