Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: ifc-10.0.026-r1.ebuild ChangeLog
Date: Tue, 08 Jan 2008 15:37:53
Message-Id: E1JCGWT-0001q0-TM@stork.gentoo.org
1 bicatali 08/01/08 15:37:49
2
3 Modified: ifc-10.0.026-r1.ebuild ChangeLog
4 Log:
5 Removed INCLUDE variable for good.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.12 dev-lang/ifc/ifc-10.0.026-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild?r1=1.11&r2=1.12
14
15 Index: ifc-10.0.026-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- ifc-10.0.026-r1.ebuild 24 Dec 2007 19:36:15 -0000 1.11
22 +++ ifc-10.0.026-r1.ebuild 8 Jan 2008 15:37:49 -0000 1.12
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.11 2007/12/24 19:36:15 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.12 2008/01/08 15:37:49 bicatali Exp $
29
30 inherit rpm eutils
31
32 @@ -83,7 +83,6 @@
33 echo "ROOTPATH=${INSTALL_DIR}/bin" >> ${env_file}
34 echo "LDPATH=${INSTALL_DIR}/lib" >> ${env_file}
35 echo "MANPATH=${INSTALL_DIR}/man" >> ${env_file}
36 - echo "INCLUDE=${INSTALL_DIR}/include" >> ${env_file}
37 doenvd ${env_file} || die "doenvd ${env_file} failed"
38 }
39
40
41
42
43 1.42 dev-lang/ifc/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.42&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.42&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ChangeLog?r1=1.41&r2=1.42
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v
52 retrieving revision 1.41
53 retrieving revision 1.42
54 diff -u -r1.41 -r1.42
55 --- ChangeLog 25 Dec 2007 14:14:43 -0000 1.41
56 +++ ChangeLog 8 Jan 2008 15:37:49 -0000 1.42
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-lang/ifc
59 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.41 2007/12/25 14:14:43 phreak Exp $
61 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.42 2008/01/08 15:37:49 bicatali Exp $
63 +
64 + 08 Jan 2008; Sébastien Fabbro <bicatali@g.o>
65 + ifc-10.0.026-r1.ebuild:
66 + Removed INCLUDE variable for good.
67
68 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
69 Removing kugelfang from metadata.xml as per #46972.
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list