diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-19 20:03:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-19 20:03:07 +0000 |
commit | fd3a9eca84af0f05950bff936437dd6d62dda4d1 (patch) | |
tree | d14fed12ffc909e09bf935dd64d28db7725c088f /dev-perl | |
parent | [bump] dev-perl/DateManip-6.380.0 (diff) | |
download | gentoo-2-fd3a9eca84af0f05950bff936437dd6d62dda4d1.tar.gz gentoo-2-fd3a9eca84af0f05950bff936437dd6d62dda4d1.tar.bz2 gentoo-2-fd3a9eca84af0f05950bff936437dd6d62dda4d1.zip |
[bump] dev-perl/Carp-Assert-More-1.140.0
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Carp-Assert-More/Carp-Assert-More-1.140.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Carp-Assert-More/ChangeLog | 10 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Carp-Assert-More/Carp-Assert-More-1.140.0.ebuild b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.140.0.ebuild new file mode 100644 index 000000000000..5dded05d00ed --- /dev/null +++ b/dev-perl/Carp-Assert-More/Carp-Assert-More-1.140.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/Carp-Assert-More/Carp-Assert-More-1.140.0.ebuild,v 1.1 2013/01/19 20:03:07 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=PETDANCE +MODULE_VERSION=1.14 +inherit perl-module + +DESCRIPTION="convenience wrappers around Carp::Assert" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +RDEPEND="virtual/perl-Scalar-List-Utils + dev-perl/Carp-Assert" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Exception )" + +SRC_TEST="do" diff --git a/dev-perl/Carp-Assert-More/ChangeLog b/dev-perl/Carp-Assert-More/ChangeLog index 5a9f92ade133..ba2d23f933fe 100644 --- a/dev-perl/Carp-Assert-More/ChangeLog +++ b/dev-perl/Carp-Assert-More/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Carp-Assert-More -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog,v 1.18 2012/06/24 12:58:34 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert-More/ChangeLog,v 1.19 2013/01/19 20:03:07 tove Exp $ + +*Carp-Assert-More-1.140.0 (19 Jan 2013) + + 19 Jan 2013; Torsten Veller <tove@gentoo.org> + +Carp-Assert-More-1.140.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info |