diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-07 07:02:23 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-07 07:02:23 +0000 |
commit | cea879ff46c6b945951dfc243244b7a71f5652d2 (patch) | |
tree | dbfb86bd04d47c00f0ee3a3a0fc1fc7848cf8726 /dev-perl/Exception-Class | |
parent | remove unused license (diff) | |
download | gentoo-2-cea879ff46c6b945951dfc243244b7a71f5652d2.tar.gz gentoo-2-cea879ff46c6b945951dfc243244b7a71f5652d2.tar.bz2 gentoo-2-cea879ff46c6b945951dfc243244b7a71f5652d2.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/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.28.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index c3e30a739c5d..cd9ece5e9b64 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.50 2009/05/07 07:02:23 tove Exp $ + +*Exception-Class-1.28 (07 May 2009) + + 07 May 2009; Torsten Veller <tove@gentoo.org> + +Exception-Class-1.28.ebuild: + Version bump *Exception-Class-1.27 (05 May 2009) diff --git a/dev-perl/Exception-Class/Exception-Class-1.28.ebuild b/dev-perl/Exception-Class/Exception-Class-1.28.ebuild new file mode 100644 index 000000000000..3882ca95fe9f --- /dev/null +++ b/dev-perl/Exception-Class/Exception-Class-1.28.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.28.ebuild,v 1.1 2009/05/07 07:02:23 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" |