axs 14/08/26 14:52:03 Modified: ChangeLog Added: Math-Random-MT-1.160.0-r1.ebuild Removed: Math-Random-MT-1.160.0.ebuild Log: bumped EAPI to 5 to help with dev-lang/perl upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.7 dev-perl/Math-Random-MT/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Random-MT/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Random-MT/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Random-MT/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-MT/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 6 Jan 2013 18:48:52 -0000 1.6 +++ ChangeLog 26 Aug 2014 14:52:02 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Math-Random-MT -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-MT/ChangeLog,v 1.6 2013/01/06 18:48:52 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-MT/ChangeLog,v 1.7 2014/08/26 14:52:02 axs Exp $ + +*Math-Random-MT-1.160.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org> + +Math-Random-MT-1.160.0-r1.ebuild, -Math-Random-MT-1.160.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 06 Jan 2013; Torsten Veller <t...@gentoo.org> -Math-Random-MT-1.130.0.ebuild, -Math-Random-MT-1.140.0.ebuild: 1.1 dev-perl/Math-Random-MT/Math-Random-MT-1.160.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Math-Random-MT-1.160.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0-r1.ebuild,v 1.1 2014/08/26 14:52:02 axs Exp $ EAPI=5 MODULE_AUTHOR=FANGLY MODULE_VERSION=1.16 inherit perl-module DESCRIPTION="The Mersenne Twister PRNG" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND=" test? ( dev-perl/Test-Number-Delta ) " SRC_TEST=do