diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-26 03:47:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-26 03:47:45 +0000 |
commit | 57870cc77b27c01849fd7b77358124ee6a4440fc (patch) | |
tree | 4167fcc29eb0c401b299a461f2ded119f6e2805a /dev-perl/Test-Exception | |
parent | dev-haskell/dns: 0.3.8 (diff) | |
download | gentoo-2-57870cc77b27c01849fd7b77358124ee6a4440fc.tar.gz gentoo-2-57870cc77b27c01849fd7b77358124ee6a4440fc.tar.bz2 gentoo-2-57870cc77b27c01849fd7b77358124ee6a4440fc.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index bb1dce11100c..a2c7dc638d31 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-Exception -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.73 2012/06/24 12:59:19 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.74 2013/08/26 03:47:45 patrick Exp $ + +*Test-Exception-0.320.0 (26 Aug 2013) + + 26 Aug 2013; Patrick Lauer <patrick@gentoo.org> + +Test-Exception-0.320.0.ebuild: + Bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild b/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild new file mode 100644 index 000000000000..28b0dd98deff --- /dev/null +++ b/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.320.0.ebuild,v 1.1 2013/08/26 03:47:45 patrick Exp $ + +EAPI=4 + +MODULE_AUTHOR=ADIE +MODULE_VERSION=0.32 +inherit perl-module + +DESCRIPTION="test functions for exception based code" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=">=virtual/perl-Test-Simple-0.64 + >=dev-perl/Sub-Uplevel-0.18" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.36" + +SRC_TEST="do" |