Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/
Date: Mon, 02 Oct 2017 20:40:50
Message-Id: 1506976829.26acb19b0b76c6adde2622da07dcfec25bdc102c.dilfridge@gentoo
1 commit: 26acb19b0b76c6adde2622da07dcfec25bdc102c
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 2 20:39:43 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 2 20:40:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26acb19b
7
8 sys-devel/gcc-config: Remove ugly workaround for 12 years gone bug, bug 554334
9
10 Closes: https://bugs.gentoo.org/554334
11 Package-Manager: Portage-2.3.10, Repoman-2.3.3
12
13 sys-devel/gcc-config/gcc-config-1.7.3.ebuild | 5 +----
14 sys-devel/gcc-config/gcc-config-1.8-r1.ebuild | 5 +----
15 sys-devel/gcc-config/gcc-config-1.8.ebuild | 5 +----
16 sys-devel/gcc-config/gcc-config-1.9.0.ebuild | 3 ---
17 4 files changed, 3 insertions(+), 15 deletions(-)
18
19 diff --git a/sys-devel/gcc-config/gcc-config-1.7.3.ebuild b/sys-devel/gcc-config/gcc-config-1.7.3.ebuild
20 index fd904a29eae..1f415730f60 100644
21 --- a/sys-devel/gcc-config/gcc-config-1.7.3.ebuild
22 +++ b/sys-devel/gcc-config/gcc-config-1.7.3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 inherit unpacker toolchain-funcs multilib
29 @@ -29,9 +29,6 @@ pkg_postinst() {
30 # Scrub eselect-compiler remains
31 rm -f "${ROOT}"/etc/env.d/05compiler &
32
33 - # Make sure old versions dont exist #79062
34 - rm -f "${ROOT}"/usr/sbin/gcc-config &
35 -
36 # We not longer use the /usr/include/g++-v3 hacks, as
37 # it is not needed ...
38 rm -f "${ROOT}"/usr/include/g++{,-v3} &
39
40 diff --git a/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild b/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild
41 index fba5ee6c195..280e28638ed 100644
42 --- a/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild
43 +++ b/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2015 Gentoo Foundation
46 +# Copyright 1999-2017 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=5
50 @@ -37,9 +37,6 @@ pkg_postinst() {
51 # Scrub eselect-compiler remains
52 rm -f "${ROOT}"/etc/env.d/05compiler &
53
54 - # Make sure old versions dont exist #79062
55 - rm -f "${ROOT}"/usr/sbin/gcc-config &
56 -
57 # We not longer use the /usr/include/g++-v3 hacks, as
58 # it is not needed ...
59 rm -f "${ROOT}"/usr/include/g++{,-v3} &
60
61 diff --git a/sys-devel/gcc-config/gcc-config-1.8.ebuild b/sys-devel/gcc-config/gcc-config-1.8.ebuild
62 index 3d3204cef71..e83d9cc1109 100644
63 --- a/sys-devel/gcc-config/gcc-config-1.8.ebuild
64 +++ b/sys-devel/gcc-config/gcc-config-1.8.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 +# Copyright 1999-2017 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 inherit unpacker toolchain-funcs multilib
71 @@ -29,9 +29,6 @@ pkg_postinst() {
72 # Scrub eselect-compiler remains
73 rm -f "${ROOT}"/etc/env.d/05compiler &
74
75 - # Make sure old versions dont exist #79062
76 - rm -f "${ROOT}"/usr/sbin/gcc-config &
77 -
78 # We not longer use the /usr/include/g++-v3 hacks, as
79 # it is not needed ...
80 rm -f "${ROOT}"/usr/include/g++{,-v3} &
81
82 diff --git a/sys-devel/gcc-config/gcc-config-1.9.0.ebuild b/sys-devel/gcc-config/gcc-config-1.9.0.ebuild
83 index 0a629aac713..b6c591857ea 100644
84 --- a/sys-devel/gcc-config/gcc-config-1.9.0.ebuild
85 +++ b/sys-devel/gcc-config/gcc-config-1.9.0.ebuild
86 @@ -33,9 +33,6 @@ pkg_postinst() {
87 # Scrub eselect-compiler remains
88 rm -f "${ROOT}"/etc/env.d/05compiler &
89
90 - # Make sure old versions dont exist #79062
91 - rm -f "${ROOT}"/usr/sbin/gcc-config &
92 -
93 # We not longer use the /usr/include/g++-v3 hacks, as
94 # it is not needed ...
95 rm -f "${ROOT}"/usr/include/g++{,-v3} &