diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-31 10:38:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-31 10:38:37 +0000 |
commit | 219557008b5f00db305e1156e8b66cdd3f559fac (patch) | |
tree | a08de1bb265ec8021dbd9bf10838d20f68348201 /dev-perl/Exception-Class | |
parent | Change version scheme (diff) | |
download | gentoo-2-219557008b5f00db305e1156e8b66cdd3f559fac.tar.gz gentoo-2-219557008b5f00db305e1156e8b66cdd3f559fac.tar.bz2 gentoo-2-219557008b5f00db305e1156e8b66cdd3f559fac.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
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.320.0.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index b9acaccd52c8..f6e7e9c9112f 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.60 2011/01/14 17:49:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.61 2011/08/31 10:38:37 tove Exp $ + +*Exception-Class-1.320.0 (31 Aug 2011) + + 31 Aug 2011; Torsten Veller <tove@gentoo.org> + +Exception-Class-1.320.0.ebuild: + Change version scheme 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Exception-Class-1.23.ebuild, -Exception-Class-1.29.ebuild, -Exception-Class-1.30.ebuild: diff --git a/dev-perl/Exception-Class/Exception-Class-1.320.0.ebuild b/dev-perl/Exception-Class/Exception-Class-1.320.0.ebuild new file mode 100644 index 000000000000..673f8a8eb963 --- /dev/null +++ b/dev-perl/Exception-Class/Exception-Class-1.320.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 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.320.0.ebuild,v 1.1 2011/08/31 10:38:37 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=1.32 +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" |