sys-devel/gcc-config: Remove ugly workaround for 12 years gone bug, bug 554334
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 2 Oct 2017 20:39:43 +0000 (22:39 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 2 Oct 2017 20:40:29 +0000 (22:40 +0200)
Closes: https://bugs.gentoo.org/554334
Package-Manager: Portage-2.3.10, Repoman-2.3.3

sys-devel/gcc-config/gcc-config-1.7.3.ebuild
sys-devel/gcc-config/gcc-config-1.8-r1.ebuild
sys-devel/gcc-config/gcc-config-1.8.ebuild
sys-devel/gcc-config/gcc-config-1.9.0.ebuild

index fd904a29eaea2b7354456f4527e4cf81d89d74e2..1f415730f60a923ed1740a81eea87540ac210b85 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit unpacker toolchain-funcs multilib
@@ -29,9 +29,6 @@ pkg_postinst() {
        # Scrub eselect-compiler remains
        rm -f "${ROOT}"/etc/env.d/05compiler &
 
-       # Make sure old versions dont exist #79062
-       rm -f "${ROOT}"/usr/sbin/gcc-config &
-
        # We not longer use the /usr/include/g++-v3 hacks, as
        # it is not needed ...
        rm -f "${ROOT}"/usr/include/g++{,-v3} &
index fba5ee6c1950ad2df79e7ff9b12b4b836af5d465..280e28638ed9b17b1e0b610adcb9248c62689e53 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -37,9 +37,6 @@ pkg_postinst() {
        # Scrub eselect-compiler remains
        rm -f "${ROOT}"/etc/env.d/05compiler &
 
-       # Make sure old versions dont exist #79062
-       rm -f "${ROOT}"/usr/sbin/gcc-config &
-
        # We not longer use the /usr/include/g++-v3 hacks, as
        # it is not needed ...
        rm -f "${ROOT}"/usr/include/g++{,-v3} &
index 3d3204cef71d4d27b7eccf5444b7442bcb9871ef..e83d9cc11090eacdad544df98edc59da8dfb9fe0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit unpacker toolchain-funcs multilib
@@ -29,9 +29,6 @@ pkg_postinst() {
        # Scrub eselect-compiler remains
        rm -f "${ROOT}"/etc/env.d/05compiler &
 
-       # Make sure old versions dont exist #79062
-       rm -f "${ROOT}"/usr/sbin/gcc-config &
-
        # We not longer use the /usr/include/g++-v3 hacks, as
        # it is not needed ...
        rm -f "${ROOT}"/usr/include/g++{,-v3} &
index 0a629aac713683a157325d56ab8fe4d5540acddb..b6c591857ea1c537646d601f8f8193b21b9674ac 100644 (file)
@@ -33,9 +33,6 @@ pkg_postinst() {
        # Scrub eselect-compiler remains
        rm -f "${ROOT}"/etc/env.d/05compiler &
 
-       # Make sure old versions dont exist #79062
-       rm -f "${ROOT}"/usr/sbin/gcc-config &
-
        # We not longer use the /usr/include/g++-v3 hacks, as
        # it is not needed ...
        rm -f "${ROOT}"/usr/include/g++{,-v3} &