Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/f2c: ChangeLog f2c-20060507.ebuild
Date: Thu, 24 Feb 2011 07:43:38
Message-Id: 20110224074329.5853F20054@flycatcher.gentoo.org
1 ulm 11/02/24 07:43:29
2
3 Modified: ChangeLog f2c-20060507.ebuild
4 Log:
5 Correct license to as-is, bug 356271.
6
7 (Portage version: 2.1.9.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 dev-lang/f2c/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/f2c/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/f2c/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/f2c/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 26 Nov 2008 17:02:05 -0000 1.25
23 +++ ChangeLog 24 Feb 2011 07:43:29 -0000 1.26
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lang/f2c
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.25 2008/11/26 17:02:05 bicatali Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/ChangeLog,v 1.26 2011/02/24 07:43:29 ulm Exp $
30 +
31 + 24 Feb 2011; Ulrich Mueller <ulm@g.o> f2c-20060507.ebuild:
32 + Correct license to as-is, bug 356271.
33
34 26 Nov 2008; Sébastien Fabbro <bicatali@g.o>
35 -files/f2c-20030320-CAN-2005-0017.patch, -f2c-20030320-r1.ebuild:
36
37
38
39 1.7 dev-lang/f2c/f2c-20060507.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild?r1=1.6&r2=1.7
44
45 Index: f2c-20060507.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- f2c-20060507.ebuild 26 Nov 2008 16:49:44 -0000 1.6
52 +++ f2c-20060507.ebuild 24 Feb 2011 07:43:29 -0000 1.7
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild,v 1.6 2008/11/26 16:49:44 ranger Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/f2c/f2c-20060507.ebuild,v 1.7 2011/02/24 07:43:29 ulm Exp $
59
60 inherit eutils toolchain-funcs
61
62 @@ -11,11 +11,11 @@
63 # thing.
64 SRC_URI="mirror://gentoo/${P}.tar.bz2"
65
66 -LICENSE="libf2c"
67 +LICENSE="as-is"
68 SLOT="0"
69 KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd"
70 -
71 IUSE=""
72 +
73 RDEPEND="dev-libs/libf2c"
74 DEPEND="${RDEPEND}"