dilfridge 15/04/18 19:09:55 Modified: ChangeLog Added: Carp-Assert-0.210.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.26 dev-perl/Carp-Assert/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Carp-Assert/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Carp-Assert/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Carp-Assert/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 22 Aug 2014 17:23:00 -0000 1.25 +++ ChangeLog 18 Apr 2015 19:09:55 -0000 1.26 @@ -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 <[email protected]> + +Carp-Assert-0.210.0.ebuild: + Version bump *Carp-Assert-0.200.0-r1 (22 Aug 2014) 1.1 dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.210.0.ebuild?rev=1.1&content-type=text/plain Index: Carp-Assert-0.210.0.ebuild =================================================================== # 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"
