diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-20 23:16:33 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-20 23:16:33 +0000 |
commit | d5a04c8a027a143fc12d819f0d6a885aaec29c7d (patch) | |
tree | 01810ad08e24ac070e28e6076c5be0e81541ac34 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-d5a04c8a027a143fc12d819f0d6a885aaec29c7d.tar.gz gentoo-2-d5a04c8a027a143fc12d819f0d6a885aaec29c7d.tar.bz2 gentoo-2-d5a04c8a027a143fc12d819f0d6a885aaec29c7d.zip |
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/ExtUtils-F77/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.180.0.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index bfbecfc1d3ac..b40affa6b88d 100644 --- a/dev-perl/ExtUtils-F77/ChangeLog +++ b/dev-perl/ExtUtils-F77/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/ExtUtils-F77 -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.54 2015/06/20 23:16:33 dilfridge Exp $ + +*ExtUtils-F77-1.180.0 (20 Jun 2015) + + 20 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +ExtUtils-F77-1.180.0.ebuild: + Version bump *ExtUtils-F77-1.170.0-r1 (22 Aug 2014) diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.180.0.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.180.0.ebuild new file mode 100644 index 000000000000..567558692f55 --- /dev/null +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.180.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 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.180.0.ebuild,v 1.1 2015/06/20 23:16:33 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=CHM +MODULE_VERSION=1.18 +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="" + +RDEPEND="virtual/perl-ExtUtils-MakeMaker" + +SRC_TEST="do parallel" |