From f62e2a7611f275fd333202bf0ce82b87d5af943f Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Wed, 12 Jan 2011 21:06:44 +0000 Subject: Version bump (Portage version: 2.2.0_alpha15/cvs/Linux x86_64) --- dev-perl/ExtUtils-F77/ChangeLog | 9 +++++++-- dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.ebuild | 17 +++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.ebuild (limited to 'dev-perl/ExtUtils-F77') diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index 964fc7e32458..12c4a30bb72d 100644 --- a/dev-perl/ExtUtils-F77/ChangeLog +++ b/dev-perl/ExtUtils-F77/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/ExtUtils-F77 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.39 2010/01/21 13:32:05 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.40 2011/01/12 21:06:44 tove Exp $ + +*ExtUtils-F77-1.170 (12 Jan 2011) + + 12 Jan 2011; Torsten Veller +ExtUtils-F77-1.170.ebuild: + Version bump 21 Jan 2010; Torsten Veller ExtUtils-F77-1.16.ebuild: Ebuild maintenance. EAPI=2. mips -> ~mips diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.ebuild new file mode 100644 index 000000000000..b1e95dd3b156 --- /dev/null +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 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.ebuild,v 1.1 2011/01/12 21:06:44 tove Exp $ + +EAPI=3 + +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" +IUSE="" + +SRC_TEST="do" -- cgit v1.2.3-65-gdbad