diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-21 13:32:05 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-21 13:32:05 +0000 |
commit | b48ecdba023a067c2be5e7da770a9ec612c5705f (patch) | |
tree | c20774e21d0fa3bde163c9106ce53474558cc207 /dev-perl/ExtUtils-F77 | |
parent | mips -> ~mips (diff) | |
download | historical-b48ecdba023a067c2be5e7da770a9ec612c5705f.tar.gz historical-b48ecdba023a067c2be5e7da770a9ec612c5705f.tar.bz2 historical-b48ecdba023a067c2be5e7da770a9ec612c5705f.zip |
Ebuild maintenance. EAPI=2. mips -> ~mips
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r-- | dev-perl/ExtUtils-F77/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index 82d430adf3aa..964fc7e32458 100644 --- a/dev-perl/ExtUtils-F77/ChangeLog +++ b/dev-perl/ExtUtils-F77/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/ExtUtils-F77 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.38 2009/08/16 09:31:37 tove Exp $ +# 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 $ + + 21 Jan 2010; Torsten Veller <tove@gentoo.org> ExtUtils-F77-1.16.ebuild: + Ebuild maintenance. EAPI=2. mips -> ~mips 16 Aug 2009; Torsten Veller <tove@gentoo.org> -files/perl-ExtUtils-F77-1.15-alt-g77.patch: diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild index f680cb7e0d9a..b7130d8936c6 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.16.ebuild,v 1.9 2008/09/30 12:47:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild,v 1.10 2010/01/21 13:32:05 tove Exp $ + +EAPI=2 MODULE_AUTHOR=KGB inherit perl-module DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code" -LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc s390 sh sparc x86" IUSE="" SRC_TEST="do" -DEPEND="dev-lang/perl" |