zlogene 15/07/01 12:20:25 Modified: ChangeLog Added: indirect-0.350.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.14 dev-perl/indirect/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/indirect/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/indirect/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/indirect/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 31 Aug 2014 11:31:48 -0000 1.13 +++ ChangeLog 1 Jul 2015 12:20:25 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/indirect -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.13 2014/08/31 11:31:48 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.14 2015/07/01 12:20:25 zlogene Exp $ + +*indirect-0.350.0 (01 Jul 2015) + + 01 Jul 2015; Mikle Kolyada <[email protected]> +indirect-0.350.0.ebuild: + Version bump 31 Aug 2014; Mikle Kolyada <[email protected]> -indirect-0.260.0.ebuild: Drop old. 1.1 dev-perl/indirect/indirect-0.350.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/indirect/indirect-0.350.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/indirect/indirect-0.350.0.ebuild?rev=1.1&content-type=text/plain Index: indirect-0.350.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/indirect/indirect-0.350.0.ebuild,v 1.1 2015/07/01 12:20:25 zlogene Exp $ EAPI=5 MODULE_AUTHOR=VPIT MODULE_VERSION=0.35 inherit perl-module DESCRIPTION="Lexically warn about using the indirect object syntax" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" DEPEND=" test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage )" SRC_TEST=do
