zlogene 14/07/30 21:22:40 Modified: ChangeLog Added: Const-Fast-0.14.0.ebuild Log: Version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.11 dev-perl/Const-Fast/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Const-Fast/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Const-Fast/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Const-Fast/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 30 Jul 2014 21:20:39 -0000 1.10 +++ ChangeLog 30 Jul 2014 21:22:40 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Const-Fast # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.10 2014/07/30 21:20:39 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.11 2014/07/30 21:22:40 zlogene Exp $ + +*Const-Fast-0.14.0 (30 Jul 2014) + + 30 Jul 2014; Mikle Kolyada <[email protected]> +Const-Fast-0.14.0.ebuild: + Version bump 30 Jul 2014; Mikle Kolyada <[email protected]> Const-Fast-0.13.0.ebuild: Stable for all 1.1 dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild?rev=1.1&content-type=text/plain Index: Const-Fast-0.14.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild,v 1.1 2014/07/30 21:22:40 zlogene Exp $ EAPI=5 MODULE_AUTHOR=LEONT MODULE_VERSION=0.014 inherit perl-module DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" dev-perl/Sub-Exporter dev-perl/Sub-Exporter-Progressive " DEPEND="${RDEPEND} test? ( >=dev-perl/Test-Exception-0.290.0 ) " SRC_TEST=do
