Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-F77: ChangeLog ExtUtils-F77-1.16.ebuild ExtUtils-F77-1.15.ebuild ExtUtils-F77-1.15-r1.ebuild
Date: Tue, 30 Sep 2008 12:47:52
Message-Id: E1Kkedm-0001IC-Nh@stork.gentoo.org
1 tove 08/09/30 12:47:46
2
3 Modified: ChangeLog ExtUtils-F77-1.16.ebuild
4 Removed: ExtUtils-F77-1.15.ebuild
5 ExtUtils-F77-1.15-r1.ebuild
6 Log:
7 Cleanup
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
9
10 Revision Changes Path
11 1.37 dev-perl/ExtUtils-F77/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 28 Mar 2008 08:53:02 -0000 1.36
24 +++ ChangeLog 30 Sep 2008 12:47:46 -0000 1.37
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-perl/ExtUtils-F77
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.36 2008/03/28 08:53:02 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.37 2008/09/30 12:47:46 tove Exp $
30 +
31 + 30 Sep 2008; Torsten Veller <tove@g.o> -ExtUtils-F77-1.15.ebuild,
32 + -ExtUtils-F77-1.15-r1.ebuild, ExtUtils-F77-1.16.ebuild:
33 + Cleanup
34
35 28 Mar 2008; Jeroen Roovers <jer@g.o> ExtUtils-F77-1.16.ebuild:
36 Stable for HPPA too.
37
38
39
40 1.9 dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild?rev=1.9&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild?rev=1.9&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild?r1=1.8&r2=1.9
45
46 Index: ExtUtils-F77-1.16.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.16.ebuild,v
49 retrieving revision 1.8
50 retrieving revision 1.9
51 diff -u -r1.8 -r1.9
52 --- ExtUtils-F77-1.16.ebuild 28 Mar 2008 08:53:02 -0000 1.8
53 +++ ExtUtils-F77-1.16.ebuild 30 Sep 2008 12:47:46 -0000 1.9
54 @@ -1,12 +1,11 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $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 $
58 +# $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 $
59
60 -inherit perl-module eutils
61 +MODULE_AUTHOR=KGB
62 +inherit perl-module
63
64 DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code"
65 -HOMEPAGE="http://search.cpan.org/~kgb/"
66 -SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz"
67
68 LICENSE="|| ( Artistic GPL-2 )"
69 SLOT="0"