diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-10-02 22:39:43 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-10-02 22:40:29 +0200 |
commit | 26acb19b0b76c6adde2622da07dcfec25bdc102c (patch) | |
tree | c2b514c8af18d0a1336f97eaa3e6dbb862d7b599 /sys-devel/gcc-config | |
parent | dev-perl/CGI-FormBuilder: Improve optdep notice (diff) | |
download | gentoo-26acb19b0b76c6adde2622da07dcfec25bdc102c.tar.gz gentoo-26acb19b0b76c6adde2622da07dcfec25bdc102c.tar.bz2 gentoo-26acb19b0b76c6adde2622da07dcfec25bdc102c.zip |
sys-devel/gcc-config: Remove ugly workaround for 12 years gone bug, bug 554334
Closes: https://bugs.gentoo.org/554334
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.7.3.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.8-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.8.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.9.0.ebuild | 3 |
4 files changed, 3 insertions, 15 deletions
diff --git a/sys-devel/gcc-config/gcc-config-1.7.3.ebuild b/sys-devel/gcc-config/gcc-config-1.7.3.ebuild index fd904a29eaea..1f415730f60a 100644 --- a/sys-devel/gcc-config/gcc-config-1.7.3.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.7.3.ebuild @@ -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} & diff --git a/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild b/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild index fba5ee6c1950..280e28638ed9 100644 --- a/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild @@ -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} & diff --git a/sys-devel/gcc-config/gcc-config-1.8.ebuild b/sys-devel/gcc-config/gcc-config-1.8.ebuild index 3d3204cef71d..e83d9cc11090 100644 --- a/sys-devel/gcc-config/gcc-config-1.8.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.8.ebuild @@ -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} & diff --git a/sys-devel/gcc-config/gcc-config-1.9.0.ebuild b/sys-devel/gcc-config/gcc-config-1.9.0.ebuild index 0a629aac7136..b6c591857ea1 100644 --- a/sys-devel/gcc-config/gcc-config-1.9.0.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.9.0.ebuild @@ -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} & |