Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass
Date: Sat, 02 Jun 2012 20:17:11
Message-Id: 20120602201659.5169B2004B@flycatcher.gentoo.org
1 vapier 12/06/02 20:16:59
2
3 Modified: toolchain.eclass
4 Log:
5 punt pkg_postrm as we no longer install these files into the / paths (rev 1.537), which means these files dont exist for us to touch in the first place #415947
6
7 Revision Changes Path
8 1.542 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.542&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.542&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.541&r2=1.542
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.541
18 retrieving revision 1.542
19 diff -u -r1.541 -r1.542
20 --- toolchain.eclass 31 May 2012 17:45:08 -0000 1.541
21 +++ toolchain.eclass 2 Jun 2012 20:16:59 -0000 1.542
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.541 2012/05/31 17:45:08 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.542 2012/06/02 20:16:59 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -23,7 +23,7 @@
31 inherit git-2
32 fi
33
34 -EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test pkg_preinst src_install pkg_postinst pkg_prerm pkg_postrm
35 +EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test pkg_preinst src_install pkg_postinst pkg_prerm
36 DESCRIPTION="The GNU Compiler Collection"
37
38 FEATURES=${FEATURES/multilib-strict/}
39 @@ -607,12 +607,6 @@
40 fi
41 }
42
43 -toolchain_pkg_prerm() {
44 - # Don't let these files be uninstalled #87647
45 - touch -c "${ROOT}"/sbin/fix_libtool_files.sh \
46 - "${ROOT}"/$(get_libdir)/rcscripts/awk/fixlafiles.awk
47 -}
48 -
49 toolchain_pkg_postrm() {
50 # to make our lives easier (and saner), we do the fix_libtool stuff here.
51 # rather than checking SLOT's and trying in upgrade paths, we just see if