Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/libstdc++: libstdc++-3.3.ebuild ChangeLog
Date: Sat, 02 May 2009 02:03:29
Message-Id: E1M04Zb-0000Sy-8h@stork.gentoo.org
1 halcy0n 09/05/02 02:03:27
2
3 Modified: libstdc++-3.3.ebuild ChangeLog
4 Log:
5 Remove gcc-3.3 from the RDEPEND since its likely to not work, and no one is going to have it installed, so the libstd++ ebuild will be quicker
6 (Portage version: 2.2_rc31/cvs/Linux i686)
7
8 Revision Changes Path
9 1.14 virtual/libstdc++/libstdc++-3.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild?r1=1.13&r2=1.14
14
15 Index: libstdc++-3.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- libstdc++-3.3.ebuild 24 Dec 2007 19:34:16 -0000 1.13
22 +++ libstdc++-3.3.ebuild 2 May 2009 02:03:27 -0000 1.14
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.13 2007/12/24 19:34:16 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/libstdc++-3.3.ebuild,v 1.14 2009/05/02 02:03:27 halcy0n Exp $
29
30 DESCRIPTION="Virtual for the GNU Standard C++ Library"
31 HOMEPAGE="http://www.gentoo.org/proj/en/base/"
32 @@ -10,4 +10,4 @@
33 KEYWORDS="-* amd64 ia64 ppc ppc64 x86 ~x86-fbsd"
34 IUSE=""
35 DEPEND=""
36 -RDEPEND="|| ( =sys-libs/libstdc++-v3-bin-3.3* =sys-libs/libstdc++-v3-3.3* =sys-devel/gcc-3.3* )"
37 +RDEPEND="|| ( =sys-libs/libstdc++-v3-bin-3.3* =sys-libs/libstdc++-v3-3.3* )"
38
39
40
41 1.14 virtual/libstdc++/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libstdc++/ChangeLog?rev=1.14&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libstdc++/ChangeLog?rev=1.14&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/libstdc++/ChangeLog?r1=1.13&r2=1.14
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v
50 retrieving revision 1.13
51 retrieving revision 1.14
52 diff -u -r1.13 -r1.14
53 --- ChangeLog 24 Dec 2007 19:34:16 -0000 1.13
54 +++ ChangeLog 2 May 2009 02:03:27 -0000 1.14
55 @@ -1,6 +1,10 @@
56 # ChangeLog for virtual/libstdc++
57 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.13 2007/12/24 19:34:16 armin76 Exp $
59 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 +# $Header: /var/cvsroot/gentoo-x86/virtual/libstdc++/ChangeLog,v 1.14 2009/05/02 02:03:27 halcy0n Exp $
61 +
62 + 02 May 2009; Mark Loeser <halcy0n@g.o> libstdc++-3.3.ebuild:
63 + Remove gcc-3.3 from the RDEPEND since its likely to not work, and no one
64 + is going to have it installed, so the libstd++ ebuild will be quicker
65
66 24 Dec 2007; Raúl Porcel <armin76@g.o> libstdc++-3.3.ebuild:
67 Re-add ia64