diff options
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r-- | dev-perl/ExtUtils-F77/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.15-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild | 7 |
4 files changed, 8 insertions, 43 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index 48fbb602fc1b..04de031caccc 100644 --- a/dev-perl/ExtUtils-F77/ChangeLog +++ b/dev-perl/ExtUtils-F77/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ExtUtils-F77 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.36 2008/03/28 08:53:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.37 2008/09/30 12:47:46 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> -ExtUtils-F77-1.15.ebuild, + -ExtUtils-F77-1.15-r1.ebuild, ExtUtils-F77-1.16.ebuild: + Cleanup 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> ExtUtils-F77-1.16.ebuild: Stable for HPPA too. diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15-r1.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15-r1.ebuild deleted file mode 100644 index b1fc61f7dcec..000000000000 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 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.15-r1.ebuild,v 1.1 2007/04/16 16:39:43 mcummings Exp $ - -inherit perl-module eutils - -DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code" -HOMEPAGE="http://search.cpan.org/~kgb/" -SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc s390 sh sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" - -src_unpack() { - unpack ${A} - cd ${S} - has_version '>sys-devel/gcc-4.0.9999' && epatch ${FILESDIR}/perl-ExtUtils-F77-1.15-alt-g77.patch -} diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild deleted file mode 100644 index 7529aeefbca4..000000000000 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2007 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.15.ebuild,v 1.12 2007/07/10 23:33:28 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code" -HOMEPAGE="http://search.cpan.org/~kgb/" -SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc s390 sh sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild index 3cd5606fa38b..f680cb7e0d9a 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2008 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.8 2008/03/28 08:53:02 jer Exp $ +# $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 $ -inherit perl-module eutils +MODULE_AUTHOR=KGB +inherit perl-module DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code" -HOMEPAGE="http://search.cpan.org/~kgb/" -SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" |