diff options
author | Torsten Veller <tove@gentoo.org> | 2012-10-07 16:40:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-10-07 16:40:47 +0000 |
commit | e075e56ce7c50768267b2442395e75ebd6a79be9 (patch) | |
tree | 3a892f36ebd896c20a10308cab3a1252401df7ee /dev-perl | |
parent | Revert to ~x86 because dev-libs/libpeas is still ~x86, see https://bugs.gento... (diff) | |
download | gentoo-2-e075e56ce7c50768267b2442395e75ebd6a79be9.tar.gz gentoo-2-e075e56ce7c50768267b2442395e75ebd6a79be9.tar.bz2 gentoo-2-e075e56ce7c50768267b2442395e75ebd6a79be9.zip |
[bump] dev-perl/Exception-Class-1.350.0
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.350.0.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index bd3fb7ff5138..d3a57be8e625 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.66 2012/06/24 12:59:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.67 2012/10/07 16:40:47 tove Exp $ + +*Exception-Class-1.350.0 (07 Oct 2012) + + 07 Oct 2012; Torsten Veller <tove@gentoo.org> + +Exception-Class-1.350.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Exception-Class/Exception-Class-1.350.0.ebuild b/dev-perl/Exception-Class/Exception-Class-1.350.0.ebuild new file mode 100644 index 000000000000..cc82ea764960 --- /dev/null +++ b/dev-perl/Exception-Class/Exception-Class-1.350.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 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.350.0.ebuild,v 1.1 2012/10/07 16:40:47 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=1.35 +inherit perl-module + +DESCRIPTION="A module that allows you to declare real exception classes in Perl" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +IUSE="" + +RDEPEND=" + >=dev-perl/Class-Data-Inheritable-0.20.0 + >=dev-perl/Devel-StackTrace-1.200.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.310.0 +" + +SRC_TEST="do" |