public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/
Date: Sun, 15 Jan 2023 22:41:58 +0000 (UTC)	[thread overview]
Message-ID: <1673822412.e958d4fadbead2caac9181c80d89ae58b4252890.sam@gentoo> (raw)

commit:     e958d4fadbead2caac9181c80d89ae58b4252890
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 22:36:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 22:40:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e958d4fa

sys-devel/gcc-config: drop 2.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/gcc-config/Manifest              |  1 -
 sys-devel/gcc-config/gcc-config-2.9.ebuild | 60 ------------------------------
 2 files changed, 61 deletions(-)

diff --git a/sys-devel/gcc-config/Manifest b/sys-devel/gcc-config/Manifest
index 667843224c00..ba7fe333bdac 100644
--- a/sys-devel/gcc-config/Manifest
+++ b/sys-devel/gcc-config/Manifest
@@ -1,3 +1,2 @@
 DIST gcc-config-2.10.tar.xz 18040 BLAKE2B de902fcf9169290a09988b56fa75f1bf24f702ce98a8fe37b6d4fe090bab615716c32a9e219d25a2257c60099eb4424b86cc1a1565c1b4f3dbcd6c9acad6f340 SHA512 cced56c52d97cbace5fb7e1fc9c73b413454bc5c53641c9429a7da88a0b31db2c70a8b90a4b4b0fbe1e732f21a5f979a4721a7bc8537666f8277b7755bd4af52
 DIST gcc-config-2.8.tar.xz 17968 BLAKE2B aa34e681ef0c86bb846d89b816b46276f5c7c32974c785a9611a903a4fe165c997a34664abe17aa4d8720a96f194054e5d8c371a6c9270b1c235d7539094436c SHA512 5e91df44fb7782b9ad41ed06fbd53f74868c059f892c6c2b8195ebaa899905dd9f502562887f1a3765dd6b61698e956d01c6fa6f97a535cf16e26e70fcd902ba
-DIST gcc-config-2.9.tar.xz 18032 BLAKE2B 6ee4d89a7fc2c211cb2ce0f6b0802ac300b30deccf6e54cd80a548d6e2e878097ad93cb0174485df8611780cf29e0c3c7590f726409f369a92c6d780db5c167f SHA512 11fa782699ffcca38eee9ef3ca8dbdfdda68459bdad80ca3378ae07e0ee7c114a494c3362e05dc39d69d9770808f2b97bc682aec49e3c3483e7ba0c4498d57f3

diff --git a/sys-devel/gcc-config/gcc-config-2.9.ebuild b/sys-devel/gcc-config/gcc-config-2.9.ebuild
deleted file mode 100644
index 7ff12f007e38..000000000000
--- a/sys-devel/gcc-config/gcc-config-2.9.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} == 9999 ]]; then
-	EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gcc-config.git"
-	inherit git-r3
-else
-	SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-fi
-
-DESCRIPTION="Utility to manage compilers"
-HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+cc-wrappers +native-symlinks"
-
-RDEPEND=">=sys-apps/gentoo-functions-0.10"
-
-_emake() {
-	emake \
-		PV="${PVR}" \
-		SUBLIBDIR="$(get_libdir)" \
-		USE_CC_WRAPPERS="$(usex cc-wrappers)" \
-		USE_NATIVE_LINKS="$(usex native-symlinks)" \
-		TOOLCHAIN_PREFIX="${CHOST}-" \
-		"$@"
-}
-
-src_compile() {
-	_emake
-}
-
-src_install() {
-	_emake DESTDIR="${D}" install
-}
-
-pkg_postinst() {
-	# Do we have a valid multi ver setup ?
-	local x
-	for x in $(gcc-config -C -l 2>/dev/null | awk '$NF == "*" { print $2 }') ; do
-		gcc-config ${x}
-	done
-
-	# USE flag change can add or delete files in /usr/bin worth recaching
-	if [[ ! ${ROOT} && -f ${EPREFIX}/usr/share/eselect/modules/compiler-shadow.eselect ]] ; then
-		eselect compiler-shadow update all
-	fi
-
-	if ! has_version "sys-devel/gcc[gcj(-)]" && [[ -x "${EROOT}"/usr/bin/gcj ]] ; then
-		# Warn about obsolete /usr/bin/gcj for bug #804178
-		ewarn "Obsolete GCJ wrapper found: ${EROOT}/usr/bin/gcj!"
-		ewarn "Please delete this file unless you know it is needed (e.g. custom gcj install)."
-		ewarn "If you have no idea what this means, please delete the file:"
-		ewarn " rm ${EROOT}/usr/bin/gcj"
-	fi
-}


             reply	other threads:[~2023-01-15 22:42 UTC|newest]

Thread overview: 186+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-15 22:41 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25  3:40 [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/ Matt Turner
2025-01-22 11:45 Arthur Zamarin
2025-01-22 11:45 Arthur Zamarin
2025-01-22  7:57 Sam James
2025-01-22  7:57 Sam James
2025-01-22  7:57 Sam James
2025-01-22  7:57 Sam James
2025-01-22  7:57 Sam James
2024-12-08  3:29 Sam James
2023-09-18  0:41 Andreas K. Hüttel
2023-09-18  0:41 Andreas K. Hüttel
2023-06-25 15:39 Arthur Zamarin
2023-06-25  7:39 Sam James
2023-06-25  7:22 Sam James
2023-06-25  7:22 Sam James
2023-06-25  7:12 Sam James
2023-06-25  7:07 Sam James
2023-06-25  7:06 Sam James
2023-06-25  7:06 Sam James
2023-05-14 17:31 Sam James
2023-04-10  8:21 Sam James
2023-04-10  6:52 Sam James
2023-04-10  6:52 Sam James
2023-04-10  6:52 Sam James
2023-04-10  6:52 Sam James
2023-04-10  6:52 Sam James
2023-04-10  6:52 Sam James
2023-04-10  6:52 Sam James
2023-01-05  0:19 Sam James
2023-01-03  6:14 Sam James
2023-01-03  6:14 Sam James
2022-12-28 19:16 Sam James
2022-12-28 15:27 Sam James
2022-10-26 23:07 Sam James
2022-10-26 23:07 Sam James
2022-10-26 23:07 Sam James
2022-10-26 23:07 Sam James
2022-10-26 23:07 Sam James
2022-10-26 23:07 Sam James
2022-10-26 23:07 Sam James
2022-10-26 23:07 Sam James
2022-10-10 14:18 Sam James
2022-10-10 14:18 Sam James
2022-10-08 22:08 Sam James
2022-09-22 23:47 Sam James
2022-01-06 15:02 Agostino Sarubbo
2022-01-06 15:01 Agostino Sarubbo
2022-01-03 12:36 Sam James
2022-01-01 15:08 Arthur Zamarin
2022-01-01 15:08 Arthur Zamarin
2022-01-01 15:08 Arthur Zamarin
2022-01-01  9:37 Arthur Zamarin
2022-01-01  9:33 Arthur Zamarin
2021-11-22  7:11 Sam James
2021-11-18  5:30 Sam James
2021-11-18  5:29 Sam James
2021-10-01  7:14 Sam James
2021-05-15 13:58 Sergei Trofimovich
2021-05-15  2:53 Sam James
2021-05-15  2:41 Sam James
2021-04-24 12:37 Sergei Trofimovich
2021-04-13  7:36 Agostino Sarubbo
2021-04-04 21:21 Sergei Trofimovich
2021-04-04 21:21 Sergei Trofimovich
2021-04-04 16:03 Thomas Deutschmann
2021-04-04 12:36 Sergei Trofimovich
2021-04-03 20:45 Sergei Trofimovich
2021-03-26 11:50 Agostino Sarubbo
2021-03-01 17:18 Thomas Deutschmann
2021-02-28 20:40 Sergei Trofimovich
2021-02-28 12:22 Sergei Trofimovich
2021-02-28  9:50 Sergei Trofimovich
2021-02-26 17:34 Sergei Trofimovich
2021-02-26 14:19 Agostino Sarubbo
2021-01-23 17:58 Sergei Trofimovich
2020-11-19  7:37 Sergei Trofimovich
2020-11-18 19:16 Sergei Trofimovich
2020-10-15 23:20 Sergei Trofimovich
2020-10-15 22:21 Sergei Trofimovich
2020-10-13 10:01 Agostino Sarubbo
2020-10-13  9:26 Agostino Sarubbo
2020-10-12 11:49 Agostino Sarubbo
2020-10-12 11:47 Agostino Sarubbo
2020-10-12  7:00 Agostino Sarubbo
2020-10-12  7:00 Agostino Sarubbo
2020-10-10 17:13 Sam James
2020-10-10 17:13 Sam James
2020-10-08  8:00 Sergei Trofimovich
2020-10-07  6:55 Agostino Sarubbo
2020-09-05 18:17 Sergei Trofimovich
2020-08-29 14:48 Thomas Deutschmann
2020-08-01  9:01 Sergei Trofimovich
2020-08-01  8:53 Sergei Trofimovich
2020-07-28 17:28 Sergei Trofimovich
2020-07-27 18:36 Sergei Trofimovich
2020-07-27  3:01 Sam James
2020-07-26  1:18 Sam James
2020-07-25 11:17 Sam James
2020-07-16  8:01 Sergei Trofimovich
2020-07-12  0:39 Sam James
2020-07-02 17:05 Sergei Trofimovich
2020-06-29 13:40 Agostino Sarubbo
2020-06-29 13:38 Agostino Sarubbo
2020-06-29 13:37 Agostino Sarubbo
2020-06-29 13:37 Agostino Sarubbo
2020-06-29 13:36 Agostino Sarubbo
2020-06-29 13:36 Agostino Sarubbo
2020-06-29 13:35 Agostino Sarubbo
2020-06-24 20:53 Sergei Trofimovich
2020-06-21 12:00 Sergei Trofimovich
2020-06-20 21:20 Sergei Trofimovich
2020-05-23  7:55 Sergei Trofimovich
2020-05-22 20:53 Sergei Trofimovich
2020-05-22 20:36 Sergei Trofimovich
2020-05-22  9:47 Sergei Trofimovich
2020-05-02 17:51 Sergei Trofimovich
2020-03-31 17:51 Mart Raudsepp
2020-03-23 23:58 Sergei Trofimovich
2020-03-15 12:59 Mikle Kolyada
2020-03-15 12:57 Mikle Kolyada
2020-03-08  9:58 Sergei Trofimovich
2020-03-04  8:07 Agostino Sarubbo
2020-03-03 14:38 Agostino Sarubbo
2020-03-03 13:41 Agostino Sarubbo
2020-03-03 12:36 Agostino Sarubbo
2020-03-03 11:58 Agostino Sarubbo
2020-03-03 11:31 Agostino Sarubbo
2020-03-03 11:21 Agostino Sarubbo
2020-03-03 11:08 Agostino Sarubbo
2020-02-13 19:52 Sergei Trofimovich
2020-02-13 12:46 Agostino Sarubbo
2020-02-13 12:38 Agostino Sarubbo
2020-02-13 12:27 Agostino Sarubbo
2020-02-13 12:19 Agostino Sarubbo
2020-02-13 12:10 Agostino Sarubbo
2020-02-13 12:03 Agostino Sarubbo
2020-02-13  9:19 Agostino Sarubbo
2020-02-13  8:57 Agostino Sarubbo
2020-01-26 14:37 Sergei Trofimovich
2020-01-12 16:12 Sergei Trofimovich
2019-12-08 22:36 Sergei Trofimovich
2019-11-27 13:20 Mikle Kolyada
2019-11-27 13:20 Mikle Kolyada
2019-11-27 13:20 Mikle Kolyada
2019-11-22 13:44 Matt Turner
2019-11-21 17:17 Sergei Trofimovich
2019-11-14 11:55 Agostino Sarubbo
2019-11-13  7:44 Agostino Sarubbo
2019-11-13  7:39 Agostino Sarubbo
2019-11-12 23:13 Aaron Bauman
2019-11-12 15:08 Agostino Sarubbo
2019-11-12 10:16 Agostino Sarubbo
2019-11-12 10:13 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-09-08  9:15 Sergei Trofimovich
2019-05-04 19:51 Andreas K. Hüttel
2019-02-07 16:50 Mikle Kolyada
2019-01-11 21:00 Mart Raudsepp
2018-12-28  7:08 Mikle Kolyada
2018-12-23 19:52 Matt Turner
2018-12-15 22:39 Sergei Trofimovich
2018-12-14 22:50 Sergei Trofimovich
2018-12-14 22:48 Sergei Trofimovich
2018-12-14 22:44 Sergei Trofimovich
2018-12-14 22:22 Sergei Trofimovich
2018-12-14  2:13 Thomas Deutschmann
2018-12-13 20:41 Mikle Kolyada
2018-08-24 18:42 Sergei Trofimovich
2018-01-14 20:10 Mike Frysinger
2017-12-17  0:24 Andreas Hüttel
2017-12-16 20:05 Andreas Hüttel
2017-12-09 22:00 Andreas Hüttel
2017-12-01 23:40 Michał Górny
2017-10-18 12:36 Sergei Trofimovich
2017-10-17 19:07 Markus Meier
2017-10-14 21:53 Sergei Trofimovich
2017-10-13 19:53 Sergei Trofimovich
2017-10-04 22:52 Thomas Deutschmann
2017-10-04 14:56 Manuel Rüger
2017-10-04 12:09 Andreas Hüttel
2017-10-04  8:13 Sergei Trofimovich
2017-10-04  3:48 Matt Turner
2017-10-02 20:40 Andreas Hüttel
2017-08-31 22:15 Andreas Hüttel
2016-01-28 15:24 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1673822412.e958d4fadbead2caac9181c80d89ae58b4252890.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox