axs 14/08/26 15:30:08 Modified: ChangeLog Added: Math-Round-0.60.0-r1.ebuild Removed: Math-Round-0.60.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.14 dev-perl/Math-Round/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Round/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Round/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Round/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 17 Mar 2013 17:54:08 -0000 1.13 +++ ChangeLog 26 Aug 2014 15:30:08 -0000 1.14 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Math-Round -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v 1.13 2013/03/17 17:54:08 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v 1.14 2014/08/26 15:30:08 axs Exp $ + +*Math-Round-0.60.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Math-Round-0.60.0-r1.ebuild, -Math-Round-0.60.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 17 Mar 2013; Torsten Veller <[email protected]> metadata.xml: Maintained by perl team 1.1 dev-perl/Math-Round/Math-Round-0.60.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Round/Math-Round-0.60.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Round/Math-Round-0.60.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Math-Round-0.60.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-Round/Math-Round-0.60.0-r1.ebuild,v 1.1 2014/08/26 15:30:08 axs Exp $ EAPI=5 MODULE_AUTHOR=GROMMEL MODULE_VERSION=0.06 inherit perl-module DESCRIPTION="Perl extension for rounding numbers" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" SRC_TEST=do
