summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 10:15:37 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 10:15:37 +0000
commit4be7b6e49f7e2560944c5971ae60231db82f9a27 (patch)
tree1c12201fec78385059d7fffc8c7c24eda492e029 /dev-perl/ExtUtils-F77
parentRevision bump. Add dependency on external xolox-misc scripts. (diff)
downloadgentoo-2-4be7b6e49f7e2560944c5971ae60231db82f9a27.tar.gz
gentoo-2-4be7b6e49f7e2560944c5971ae60231db82f9a27.tar.bz2
gentoo-2-4be7b6e49f7e2560944c5971ae60231db82f9a27.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r--dev-perl/ExtUtils-F77/ChangeLog7
-rw-r--r--dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog
index 12c4a30bb72d..c30f5363436e 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-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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.41 2011/08/31 10:15:37 tove Exp $
+
+*ExtUtils-F77-1.170.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org> +ExtUtils-F77-1.170.0.ebuild:
+ Change version scheme
*ExtUtils-F77-1.170 (12 Jan 2011)
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.ebuild
new file mode 100644
index 000000000000..554ea9deb87e
--- /dev/null
+++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.170.0.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.0.ebuild,v 1.1 2011/08/31 10:15:37 tove Exp $
+
+EAPI=4
+
+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"