summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/ExtUtils-F77/ChangeLog9
-rw-r--r--dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.ebuild17
2 files changed, 24 insertions, 2 deletions
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 <tove@gentoo.org> +ExtUtils-F77-1.170.ebuild:
+ Version bump
21 Jan 2010; Torsten Veller <tove@gentoo.org> 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"