diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-18 19:09:55 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-18 19:09:55 +0000 |
commit | 7a7694d1548295b4e5c6f954c22ac86c9320c000 (patch) | |
tree | 7678ca8fd19c8d49647b37d804f3a6821fedb0d3 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-7a7694d1548295b4e5c6f954c22ac86c9320c000.tar.gz gentoo-2-7a7694d1548295b4e5c6f954c22ac86c9320c000.tar.bz2 gentoo-2-7a7694d1548295b4e5c6f954c22ac86c9320c000.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/Carp-Assert/Carp-Assert-0.210.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Carp-Assert/ChangeLog | 10 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild b/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild new file mode 100644 index 000000000000..01a1c827eefa --- /dev/null +++ b/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild,v 1.1 2015/04/18 19:09:55 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=NEILB +MODULE_VERSION=0.21 +inherit perl-module + +DESCRIPTION="Executable comments in carp" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( >=virtual/perl-Test-Simple-0.880.0 ) +" + +SRC_TEST="do" diff --git a/dev-perl/Carp-Assert/ChangeLog b/dev-perl/Carp-Assert/ChangeLog index 83ab247291c7..f884af4fd001 100644 --- a/dev-perl/Carp-Assert/ChangeLog +++ b/dev-perl/Carp-Assert/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Carp-Assert -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v 1.25 2014/08/22 17:23:00 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v 1.26 2015/04/18 19:09:55 dilfridge Exp $ + +*Carp-Assert-0.210.0 (18 Apr 2015) + + 18 Apr 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +Carp-Assert-0.210.0.ebuild: + Version bump *Carp-Assert-0.200.0-r1 (22 Aug 2014) |