summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-07-15 14:36:18 +0000
committerTorsten Veller <tove@gentoo.org>2010-07-15 14:36:18 +0000
commitdf0b7800bfbe794a972e1cfbe5c50a9071bb174a (patch)
tree6a536082ea5b373e5c09a2c108acc0416691104a /dev-perl/Exception-Class
parentVersion bump (diff)
downloadhistorical-df0b7800bfbe794a972e1cfbe5c50a9071bb174a.tar.gz
historical-df0b7800bfbe794a972e1cfbe5c50a9071bb174a.tar.bz2
historical-df0b7800bfbe794a972e1cfbe5c50a9071bb174a.zip
Version bump
Package-Manager: portage-2.2_rc67_p226/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.32.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog
index 3f55edf1516a..b6757390b94b 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.54 2010/03/23 07:35:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.55 2010/07/15 14:30:41 tove Exp $
+
+*Exception-Class-1.32 (15 Jul 2010)
+
+ 15 Jul 2010; Torsten Veller <tove@gentoo.org>
+ +Exception-Class-1.32.ebuild:
+ Version bump
*Exception-Class-1.30 (23 Mar 2010)
diff --git a/dev-perl/Exception-Class/Exception-Class-1.32.ebuild b/dev-perl/Exception-Class/Exception-Class-1.32.ebuild
new file mode 100644
index 000000000000..c6a268850c16
--- /dev/null
+++ b/dev-perl/Exception-Class/Exception-Class-1.32.ebuild
@@ -0,0 +1,22 @@
+# 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.32.ebuild,v 1.1 2010/07/15 14:30:41 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=DROLSKY
+inherit perl-module
+
+DESCRIPTION="A module that allows you to declare real exception classes in Perl"
+
+LICENSE="Artistic-2"
+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-ExtUtils-MakeMaker-6.31"
+
+SRC_TEST="do"