axs 14/08/22 17:51:12 Modified: ChangeLog Added: ExtUtils-F77-1.170.0-r1.ebuild Removed: ExtUtils-F77-1.170.0.ebuild Log: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.53 dev-perl/ExtUtils-F77/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 8 Feb 2013 19:55:59 -0000 1.52 +++ ChangeLog 22 Aug 2014 17:51:12 -0000 1.53 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/ExtUtils-F77 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.52 2013/02/08 19:55:59 bicatali Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.53 2014/08/22 17:51:12 axs Exp $ + +*ExtUtils-F77-1.170.0-r1 (22 Aug 2014) + + 22 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +ExtUtils-F77-1.170.0-r1.ebuild, -ExtUtils-F77-1.170.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 08 Feb 2013; Sébastien Fabbro <[email protected]> ExtUtils-F77-1.170.0.ebuild: 1.1 dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0-r1.ebuild?rev=1.1&content-type=text/plain Index: ExtUtils-F77-1.170.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/ExtUtils-F77/ExtUtils-F77-1.170.0-r1.ebuild,v 1.1 2014/08/22 17:51:12 axs Exp $ EAPI=5 MODULE_AUTHOR=KGB MODULE_VERSION=1.17 inherit perl-module DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc s390 sh sparc x86 ~amd64-linux ~x86-linux" IUSE="" SRC_TEST="do"
