summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-05 07:12:27 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-05 07:12:27 +0000
commitb78416b04022bcaf74aa1d2a6cceb382bb63cc37 (patch)
treefa011b632cfd35597a6a8b28a65f2f34787a2595 /dev-perl/Exception-Class
parentFix repoman warnings (diff)
downloadgentoo-2-b78416b04022bcaf74aa1d2a6cceb382bb63cc37.tar.gz
gentoo-2-b78416b04022bcaf74aa1d2a6cceb382bb63cc37.tar.bz2
gentoo-2-b78416b04022bcaf74aa1d2a6cceb382bb63cc37.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux 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.27.ebuild21
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog
index fff0185f5146..c3e30a739c5d 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.48 2008/12/30 16:03:34 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.49 2009/05/05 07:12:27 tove Exp $
+
+*Exception-Class-1.27 (05 May 2009)
+
+ 05 May 2009; Torsten Veller <tove@gentoo.org>
+ +Exception-Class-1.27.ebuild:
+ Version bump
30 Dec 2008; Torsten Veller <tove@gentoo.org>
-Exception-Class-1.24.ebuild, -Exception-Class-1.25.ebuild:
diff --git a/dev-perl/Exception-Class/Exception-Class-1.27.ebuild b/dev-perl/Exception-Class/Exception-Class-1.27.ebuild
new file mode 100644
index 000000000000..a0a633aee595
--- /dev/null
+++ b/dev-perl/Exception-Class/Exception-Class-1.27.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 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.27.ebuild,v 1.1 2009/05/05 07:12:27 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"
+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"