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: Fri, 05 Oct 2007 11:48:15
Message-Id: E1IdlWC-00047n-Lf@stork.gentoo.org
1 bicatali 07/10/05 11:38:56
2
3 Modified: ifc-10.0.026-r1.ebuild ChangeLog
4 Log:
5 added virtual/libstdc++ as a dep for all arches.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.3 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.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild?rev=1.3&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.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ifc-10.0.026-r1.ebuild 2 Oct 2007 17:14:33 -0000 1.2
22 +++ ifc-10.0.026-r1.ebuild 5 Oct 2007 11:38:56 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.2 2007/10/02 17:14:33 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.0.026-r1.ebuild,v 1.3 2007/10/05 11:38:56 bicatali Exp $
28
29 inherit rpm
30
31 @@ -26,7 +26,8 @@
32 RESTRICT="test strip mirror"
33 IUSE=""
34 DEPEND=""
35 -RDEPEND="amd64? ( app-emulation/emul-linux-x86-compat )"
36 +RDEPEND="virtual/libstdc++
37 + amd64? ( app-emulation/emul-linux-x86-compat )"
38
39 src_unpack() {
40 unpack ${A}
41
42
43
44 1.30 dev-lang/ifc/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.30&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.30&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ifc/ChangeLog?r1=1.29&r2=1.30
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v
53 retrieving revision 1.29
54 retrieving revision 1.30
55 diff -u -r1.29 -r1.30
56 --- ChangeLog 2 Oct 2007 17:14:33 -0000 1.29
57 +++ ChangeLog 5 Oct 2007 11:38:56 -0000 1.30
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-lang/ifc
60 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.29 2007/10/02 17:14:33 bicatali Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.30 2007/10/05 11:38:56 bicatali Exp $
63 +
64 + 05 Oct 2007; Sébastien Fabbro <bicatali@g.o>
65 + ifc-10.0.026-r1.ebuild:
66 + added virtual/libstdc++ as a dep for all arches.
67
68 02 Oct 2007; Sébastien Fabbro <bicatali@g.o>
69 ifc-10.0.026-r1.ebuild:
70
71
72
73 --
74 gentoo-commits@g.o mailing list