summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-01-04 12:56:56 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-01-04 12:56:56 +0000
commit8abc8409bf8d150d8701100a88259d356922d683 (patch)
treed25211094d6fbd3d558e202e3709834636499d83 /dev-perl/ExtUtils-F77
parentStable on sparc wrt #74694 (Manifest recommit) (diff)
downloadgentoo-2-8abc8409bf8d150d8701100a88259d356922d683.tar.gz
gentoo-2-8abc8409bf8d150d8701100a88259d356922d683.tar.bz2
gentoo-2-8abc8409bf8d150d8701100a88259d356922d683.zip
bug 76590
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r--dev-perl/ExtUtils-F77/ChangeLog9
-rw-r--r--dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild8
-rw-r--r--dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild8
-rw-r--r--dev-perl/ExtUtils-F77/ExtUtils-F77-1.14.ebuild8
4 files changed, 19 insertions, 14 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog
index 2d8a0394b4c6..f5e9acd22045 100644
--- a/dev-perl/ExtUtils-F77/ChangeLog
+++ b/dev-perl/ExtUtils-F77/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/ExtUtils-F77
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.17 2004/06/25 00:27:08 agriffis Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.18 2005/01/04 12:56:56 mcummings Exp $
+
+ 04 Jan 2005; Michael Cummings <mcummings@gentoo.org>
+ ExtUtils-F77-1.13-r1.ebuild, ExtUtils-F77-1.14-r1.ebuild,
+ ExtUtils-F77-1.14.ebuild:
+ bug 76590
14 Apr 2004; Stephen P. Becker <geoman@gentoo.org>
ExtUtils-F77-1.14-r1.ebuild:
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild
index 93d4d953dd1d..ade4a7e128ea 100644
--- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild
+++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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.13-r1.ebuild,v 1.16 2004/10/16 23:57:21 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild,v 1.17 2005/01/04 12:56:56 mcummings Exp $
inherit perl-module
DESCRIPTION="F77 Perl Module"
-SRC_URI="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.tar.gz"
-HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme"
+SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~kgb/${P}/"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild
index bbb6357edd79..a96f4084c85d 100644
--- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild
+++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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.14-r1.ebuild,v 1.12 2004/10/16 23:57:21 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild,v 1.13 2005/01/04 12:56:56 mcummings Exp $
inherit perl-module
DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code"
-SRC_URI="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.tar.gz"
-HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme"
+SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~kgb/${P}/"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14.ebuild
index 5400c2c0bcac..77034a7f5bf4 100644
--- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14.ebuild
+++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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.14.ebuild,v 1.9 2004/10/16 23:57:21 rac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14.ebuild,v 1.10 2005/01/04 12:56:56 mcummings Exp $
inherit perl-module
DESCRIPTION="F77 Perl Module"
-SRC_URI="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.tar.gz"
-HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme"
+SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~kgb/${P}/"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"