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: Sat, 09 Dec 2017 22:00:51
Message-Id: 1512856826.c3534718213f602cfb3088d3ba1269ea36d4535a.dilfridge@gentoo
1 commit: c3534718213f602cfb3088d3ba1269ea36d4535a
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 21:59:17 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 22:00:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3534718
7
8 sys-devel/gcc-config: Remove old
9
10 Package-Manager: Portage-2.3.17, Repoman-2.3.6
11
12 sys-devel/gcc-config/Manifest | 1 -
13 sys-devel/gcc-config/gcc-config-1.7.3.ebuild | 43 ----------------------------
14 sys-devel/gcc-config/gcc-config-1.8.ebuild | 43 ----------------------------
15 3 files changed, 87 deletions(-)
16
17 diff --git a/sys-devel/gcc-config/Manifest b/sys-devel/gcc-config/Manifest
18 index b50defd87b8..7ea2b96398a 100644
19 --- a/sys-devel/gcc-config/Manifest
20 +++ b/sys-devel/gcc-config/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST gcc-config-1.7.3.tar.xz 15088 BLAKE2B 4dd6c9e716859eeaa89b93629d8a822a98039e00edd4df04adfd4cf0faaef788375e58e0a561eef663843d1285b8f00f99158156dec051c8bc4938317941ec3a SHA512 88b585787b5ad79017b27e68dbca6b5de96784582ee657d18562b1994bc1c27a6609b3dfcbf30f39a02b0b2886a289a1ddc955281fc60fe974436d13aa685908
23 DIST gcc-config-1.8.tar.xz 15020 BLAKE2B 97debbef946b0c14b4ecc0bc5b2217566b43f21318970b235b2919bd1e1ea41aff66aebb0ed73db2382f8312268327eb6844139bdeae7aba75771c699a5043df SHA512 3b84af2d961a0527834759e047330dbab7bac0ff3d6aae103f14fca2d44bd612bd4a1005649e8b4198036231ed8a8319fb13326b4d2c40474826cf53f7bc0826
24 DIST gcc-config-1.9.0.tar.xz 17468 BLAKE2B 3e0b6faff3ac582fc0fed921958ff849ba8b1be5b0c25609790cd56400c05371e47ecd955b7bc79362179a559def94463a3667858a70d6edd283d2c064ff0734 SHA512 658c8ce26fdddd6f3e519310001cdf0f8fb01226df2d575fec81b39c083613ef0675024b79b285fab89a930c4ada7a1aef04433eb21947b4e9c0a9cb12f8fabc
25
26 diff --git a/sys-devel/gcc-config/gcc-config-1.7.3.ebuild b/sys-devel/gcc-config/gcc-config-1.7.3.ebuild
27 deleted file mode 100644
28 index 1f415730f60..00000000000
29 --- a/sys-devel/gcc-config/gcc-config-1.7.3.ebuild
30 +++ /dev/null
31 @@ -1,43 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -inherit unpacker toolchain-funcs multilib
36 -
37 -DESCRIPTION="utility to manage compilers"
38 -HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/"
39 -SRC_URI="mirror://gentoo/${P}.tar.xz
40 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
45 -IUSE=""
46 -
47 -src_compile() {
48 - emake CC="$(tc-getCC)" || die
49 -}
50 -
51 -src_install() {
52 - emake \
53 - DESTDIR="${D}" \
54 - PV="${PV}" \
55 - SUBLIBDIR="$(get_libdir)" \
56 - install || die
57 -}
58 -
59 -pkg_postinst() {
60 - # Scrub eselect-compiler remains
61 - rm -f "${ROOT}"/etc/env.d/05compiler &
62 -
63 - # We not longer use the /usr/include/g++-v3 hacks, as
64 - # it is not needed ...
65 - rm -f "${ROOT}"/usr/include/g++{,-v3} &
66 -
67 - # Do we have a valid multi ver setup ?
68 - local x
69 - for x in $(gcc-config -C -l 2>/dev/null | awk '$NF == "*" { print $2 }') ; do
70 - gcc-config ${x}
71 - done
72 -
73 - wait
74 -}
75
76 diff --git a/sys-devel/gcc-config/gcc-config-1.8.ebuild b/sys-devel/gcc-config/gcc-config-1.8.ebuild
77 deleted file mode 100644
78 index e83d9cc1109..00000000000
79 --- a/sys-devel/gcc-config/gcc-config-1.8.ebuild
80 +++ /dev/null
81 @@ -1,43 +0,0 @@
82 -# Copyright 1999-2017 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -inherit unpacker toolchain-funcs multilib
86 -
87 -DESCRIPTION="utility to manage compilers"
88 -HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/"
89 -SRC_URI="mirror://gentoo/${P}.tar.xz
90 - https://dev.gentoo.org/~vapier/dist/${P}.tar.xz"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
95 -IUSE=""
96 -
97 -src_compile() {
98 - emake CC="$(tc-getCC)" || die
99 -}
100 -
101 -src_install() {
102 - emake \
103 - DESTDIR="${D}" \
104 - PV="${PV}" \
105 - SUBLIBDIR="$(get_libdir)" \
106 - install || die
107 -}
108 -
109 -pkg_postinst() {
110 - # Scrub eselect-compiler remains
111 - rm -f "${ROOT}"/etc/env.d/05compiler &
112 -
113 - # We not longer use the /usr/include/g++-v3 hacks, as
114 - # it is not needed ...
115 - rm -f "${ROOT}"/usr/include/g++{,-v3} &
116 -
117 - # Do we have a valid multi ver setup ?
118 - local x
119 - for x in $(gcc-config -C -l 2>/dev/null | awk '$NF == "*" { print $2 }') ; do
120 - gcc-config ${x}
121 - done
122 -
123 - wait
124 -}