From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0F181396D0 for ; Mon, 2 Oct 2017 20:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09F172BC015; Mon, 2 Oct 2017 20:40:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEBCF2BC015 for ; Mon, 2 Oct 2017 20:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7133C341896 for ; Mon, 2 Oct 2017 20:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 134738F66 for ; Mon, 2 Oct 2017 20:40:47 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1506976829.26acb19b0b76c6adde2622da07dcfec25bdc102c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: sys-devel/gcc-config/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 26acb19b0b76c6adde2622da07dcfec25bdc102c X-VCS-Branch: master Date: Mon, 2 Oct 2017 20:40:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3da20475-0078-4e97-a754-a155cfc70d31 X-Archives-Hash: e61740d5ad8f5ead56b9ea92e78bea4c commit: 26acb19b0b76c6adde2622da07dcfec25bdc102c Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Oct 2 20:39:43 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Oct 2 20:40:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26acb19b 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 sys-devel/gcc-config/gcc-config-1.7.3.ebuild | 5 +---- sys-devel/gcc-config/gcc-config-1.8-r1.ebuild | 5 +---- sys-devel/gcc-config/gcc-config-1.8.ebuild | 5 +---- 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 fd904a29eae..1f415730f60 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 fba5ee6c195..280e28638ed 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 3d3204cef71..e83d9cc1109 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 0a629aac713..b6c591857ea 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} &