summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-10-26 08:14:20 +0000
committerTorsten Veller <tove@gentoo.org>2008-10-26 08:14:20 +0000
commit3c3f3608edab8ccb955fc26ca19713e7eba08043 (patch)
treebdb6ee69ae7adeed66454f3ec01b7fbbaba87341 /dev-perl/Exception-Class
parentAdd ~ppc64 (diff)
downloadhistorical-3c3f3608edab8ccb955fc26ca19713e7eba08043.tar.gz
historical-3c3f3608edab8ccb955fc26ca19713e7eba08043.tar.bz2
historical-3c3f3608edab8ccb955fc26ca19713e7eba08043.zip
Version bump
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26-tuxonice i686
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.26.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog
index c6126fa073ac..bc6657474599 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.45 2008/10/23 07:08:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.46 2008/10/26 08:10:45 tove Exp $
+
+*Exception-Class-1.26 (26 Oct 2008)
+
+ 26 Oct 2008; Torsten Veller <tove@gentoo.org>
+ +Exception-Class-1.26.ebuild:
+ Version bump
*Exception-Class-1.25 (23 Oct 2008)
diff --git a/dev-perl/Exception-Class/Exception-Class-1.26.ebuild b/dev-perl/Exception-Class/Exception-Class-1.26.ebuild
new file mode 100644
index 000000000000..979139fe0e55
--- /dev/null
+++ b/dev-perl/Exception-Class/Exception-Class-1.26.ebuild
@@ -0,0 +1,22 @@
+# 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.26.ebuild,v 1.1 2008/10/26 08:10:45 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=""
+
+SRC_TEST="do"
+
+RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02
+ >=dev-perl/Devel-StackTrace-1.20
+ dev-lang/perl"
+
+DEPEND="${RDEPEND}
+ >=dev-perl/module-build-0.28"