Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10613 - main/branches/2.1.2/bin
Date: Mon, 09 Jun 2008 14:26:53
Message-Id: E1K5iKd-0001Nh-TP@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-06-09 14:26:47 +0000 (Mon, 09 Jun 2008)
3 New Revision: 10613
4
5 Modified:
6 main/branches/2.1.2/bin/ebuild.sh
7 main/branches/2.1.2/bin/isolated-functions.sh
8 Log:
9 remove old/unused gen_wrapper function (trunk r10591)
10
11
12 Modified: main/branches/2.1.2/bin/ebuild.sh
13 ===================================================================
14 --- main/branches/2.1.2/bin/ebuild.sh 2008-06-09 14:24:09 UTC (rev 10612)
15 +++ main/branches/2.1.2/bin/ebuild.sh 2008-06-09 14:26:47 UTC (rev 10613)
16 @@ -614,15 +614,6 @@
17 fi
18 }
19
20 -# Used to generate the /lib/cpp and /usr/bin/cc wrappers
21 -gen_wrapper() {
22 - cat > "$1" <<-EOF
23 - #!/bin/sh
24 - exec $2 "\$@"
25 - EOF
26 - chmod 0755 "$1"
27 -}
28 -
29 ebuild_phase() {
30 [ "$(type -t ${1})" == "function" ] && qa_call ${1}
31 }
32
33 Modified: main/branches/2.1.2/bin/isolated-functions.sh
34 ===================================================================
35 --- main/branches/2.1.2/bin/isolated-functions.sh 2008-06-09 14:24:09 UTC (rev 10612)
36 +++ main/branches/2.1.2/bin/isolated-functions.sh 2008-06-09 14:26:47 UTC (rev 10613)
37 @@ -452,7 +452,7 @@
38 hasv hasq qa_source qa_call addread addwrite adddeny addpredict \
39 lchown lchgrp esyslog use usev useq has_version portageq \
40 best_version use_with use_enable register_die_hook check_KV \
41 - keepdir unpack strip_duplicate_slashes econf einstall gen_wrapper \
42 + keepdir unpack strip_duplicate_slashes econf einstall \
43 dyn_setup dyn_unpack dyn_clean into insinto exeinto docinto \
44 insopts diropts exeopts libopts abort_handler abort_compile \
45 abort_test abort_install dyn_compile dyn_test dyn_install \
46
47 --
48 gentoo-commits@l.g.o mailing list