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:40:19
Message-Id: 20120602204009.79FC42004B@flycatcher.gentoo.org
1 vapier 12/06/02 20:40:09
2
3 Modified: toolchain.eclass
4 Log:
5 punt pkg_preinst as it is merely a stub and no one calls it anymore
6
7 Revision Changes Path
8 1.545 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.545&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.545&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.544&r2=1.545
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.544
18 retrieving revision 1.545
19 diff -u -r1.544 -r1.545
20 --- toolchain.eclass 2 Jun 2012 20:39:05 -0000 1.544
21 +++ toolchain.eclass 2 Jun 2012 20:40:09 -0000 1.545
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.544 2012/06/02 20:39:05 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.545 2012/06/02 20:40:09 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
35 +EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test src_install pkg_postinst
36 DESCRIPTION="The GNU Compiler Collection"
37
38 FEATURES=${FEATURES/multilib-strict/}
39 @@ -564,10 +564,6 @@
40 unset LANGUAGES #265283
41 }
42
43 -toolchain_pkg_preinst() {
44 - :
45 -}
46 -
47 toolchain_pkg_postinst() {
48 do_gcc_config