diff options
author | 2015-05-10 18:37:08 +0000 | |
---|---|---|
committer | 2015-05-10 18:37:08 +0000 | |
commit | 7388b426f0cd3800f9885476738cf82c8fc33377 (patch) | |
tree | 08d3810b899ab43e2294f90fb00ee3b01be6adf2 /dev-perl | |
parent | sparc stable wrt bug #548802 (diff) | |
download | gentoo-2-7388b426f0cd3800f9885476738cf82c8fc33377.tar.gz gentoo-2-7388b426f0cd3800f9885476738cf82c8fc33377.tar.bz2 gentoo-2-7388b426f0cd3800f9885476738cf82c8fc33377.zip |
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Exception-Class/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Exception-Class/Exception-Class-1.390.0.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-perl/Exception-Class/ChangeLog b/dev-perl/Exception-Class/ChangeLog index c0447c1b85c7..d82b9da2db9a 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.87 2015/01/31 13:46:50 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.88 2015/05/10 18:37:08 dilfridge Exp $ + +*Exception-Class-1.390.0 (10 May 2015) + + 10 May 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +Exception-Class-1.390.0.ebuild: + Version bump 31 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> Exception-Class-1.370.0-r1.ebuild: diff --git a/dev-perl/Exception-Class/Exception-Class-1.390.0.ebuild b/dev-perl/Exception-Class/Exception-Class-1.390.0.ebuild new file mode 100644 index 000000000000..3845546446de --- /dev/null +++ b/dev-perl/Exception-Class/Exception-Class-1.390.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 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.390.0.ebuild,v 1.1 2015/05/10 18:37:08 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=1.39 +inherit perl-module + +DESCRIPTION="A module that allows you to declare real exception classes in Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +IUSE="test" + +RDEPEND=" + >=dev-perl/Class-Data-Inheritable-0.20.0 + >=dev-perl/Devel-StackTrace-2.0.0 + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.880.0 + ) +" + +SRC_TEST="do parallel" |