Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config: gcc-config-1.4.0-r4.ebuild
Date: Mon, 31 Dec 2007 16:21:23
Message-Id: E1J9NOB-0006gT-4T@stork.gentoo.org
1 vapier 07/12/31 16:21:19
2
3 Modified: gcc-config-1.4.0-r4.ebuild
4 Log:
5 make sure to punt eselect-compiler env.d entry if need be
6 (Portage version: 2.1.4_rc12)
7
8 Revision Changes Path
9 1.7 sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild?r1=1.6&r2=1.7
14
15 Index: gcc-config-1.4.0-r4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- gcc-config-1.4.0-r4.ebuild 29 Dec 2007 19:28:12 -0000 1.6
22 +++ gcc-config-1.4.0-r4.ebuild 31 Dec 2007 16:21:18 -0000 1.7
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/sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild,v 1.6 2007/12/29 19:28:12 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.0-r4.ebuild,v 1.7 2007/12/31 16:21:18 vapier Exp $
28
29 inherit flag-o-matic toolchain-funcs multilib
30
31 @@ -50,6 +50,11 @@
32 gcc-config $(/usr/bin/gcc-config --get-current-profile)
33 fi
34
35 + # Scrub eselect-compiler remains
36 + if [[ -e ${ROOT}/etc/env.d/05compiler ]] ; then
37 + rm -f "${ROOT}"/etc/env.d/05compiler
38 + fi
39 +
40 # Make sure old versions dont exist #79062
41 rm -f "${ROOT}"/usr/sbin/gcc-config
42 }
43
44
45
46 --
47 gentoo-commits@g.o mailing list