summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-08-23 18:06:58 +0000
committerTorsten Veller <tove@gentoo.org>2008-08-23 18:06:58 +0000
commitf5c334e018ce15e09ce9c538567033a24f3451fe (patch)
tree3f35945ead623c67facbd4e3a2b6a86ea8759f44 /dev-perl/Exception-Class
parentadd ~amd64, bug #215669 (diff)
downloadgentoo-2-f5c334e018ce15e09ce9c538567033a24f3451fe.tar.gz
gentoo-2-f5c334e018ce15e09ce9c538567033a24f3451fe.tar.bz2
gentoo-2-f5c334e018ce15e09ce9c538567033a24f3451fe.zip
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Exception-Class')
-rw-r--r--dev-perl/Exception-Class/ChangeLog10
-rw-r--r--dev-perl/Exception-Class/Exception-Class-1.24.ebuild25
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog
index f13a4d41b52b..8b08561da365 100644
--- a/dev-perl/Exception-Class/ChangeLog
+++ b/dev-perl/Exception-Class/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Exception-Class
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.43 2006/08/05 03:25:57 mcummings Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.44 2008/08/23 18:06:58 tove Exp $
+
+*Exception-Class-1.24 (23 Aug 2008)
+
+ 23 Aug 2008; Torsten Veller <tove@gentoo.org>
+ +Exception-Class-1.24.ebuild:
+ Version bump
05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
Exception-Class-1.23.ebuild:
diff --git a/dev-perl/Exception-Class/Exception-Class-1.24.ebuild b/dev-perl/Exception-Class/Exception-Class-1.24.ebuild
new file mode 100644
index 000000000000..5ea3d1025aae
--- /dev/null
+++ b/dev-perl/Exception-Class/Exception-Class-1.24.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 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.24.ebuild,v 1.1 2008/08/23 18:06:58 tove Exp $
+
+MODULE_AUTHOR=DROLSKY
+inherit perl-module
+
+DESCRIPTION="Exception::Class module for perl"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+SRC_TEST="do"
+
+RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02
+ >=dev-perl/Devel-StackTrace-1.12
+ dev-lang/perl"
+
+DEPEND="${RDEPEND}
+ >=dev-perl/module-build-0.28
+ test? ( dev-perl/Test-Pod )"
+
+export OPTIMIZE="$CFLAGS"