diff options
author | Torsten Veller <tove@gentoo.org> | 2012-07-27 18:55:05 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-07-27 18:55:05 +0000 |
commit | d05bd7d2992b8d96b2ded643ee2279b6e28c7015 (patch) | |
tree | 27ae0af4a2d5dd7ac3aaf61efa7bc1c6bdc3435d /dev-perl | |
parent | [bump] dev-perl/UNIVERSAL-isa-1.201.207.260 (diff) | |
download | gentoo-2-d05bd7d2992b8d96b2ded643ee2279b6e28c7015.tar.gz gentoo-2-d05bd7d2992b8d96b2ded643ee2279b6e28c7015.tar.bz2 gentoo-2-d05bd7d2992b8d96b2ded643ee2279b6e28c7015.zip |
[bump] dev-perl/UNIVERSAL-can-1.201.207.260
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/UNIVERSAL-can/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/UNIVERSAL-can/ChangeLog b/dev-perl/UNIVERSAL-can/ChangeLog index 04879fb37f5b..3ce25c3fc706 100644 --- a/dev-perl/UNIVERSAL-can/ChangeLog +++ b/dev-perl/UNIVERSAL-can/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/UNIVERSAL-can # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.9 2012/06/24 12:58:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.10 2012/07/27 18:55:05 tove Exp $ + +*UNIVERSAL-can-1.201.207.260 (27 Jul 2012) + + 27 Jul 2012; Torsten Veller <tove@gentoo.org> + +UNIVERSAL-can-1.201.207.260.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild new file mode 100644 index 000000000000..07c30b6a73ae --- /dev/null +++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild,v 1.1 2012/07/27 18:55:05 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=CHROMATIC +MODULE_VERSION=1.20120726 +inherit perl-module + +DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-Scalar-List-Utils" +DEPEND=" + test? ( + ${RDEPEND} + >=virtual/perl-Test-Simple-0.60 + )" + +SRC_TEST="do" |