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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2007158094 for ; Sat, 8 Oct 2022 22:16:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1CBBE087A; Sat, 8 Oct 2022 22:16:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C87D4E087A for ; Sat, 8 Oct 2022 22:16:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF0D2340B4D for ; Sat, 8 Oct 2022 22:16:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84FB75E8 for ; Sat, 8 Oct 2022 22:16:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665267402.67d6c543a652d4c6444bf82a1469c5c68b6f2510.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc-config/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-devel/gcc-config/Manifest sys-devel/gcc-config/gcc-config-2.6.ebuild sys-devel/gcc-config/gcc-config-2.7.ebuild X-VCS-Directories: sys-devel/gcc-config/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 67d6c543a652d4c6444bf82a1469c5c68b6f2510 X-VCS-Branch: master Date: Sat, 8 Oct 2022 22:16: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c1f9cf1-85ba-4543-a5ca-fce42f9434d7 X-Archives-Hash: 94a5a48d3b6e14eca8a2ff327d4aa892 commit: 67d6c543a652d4c6444bf82a1469c5c68b6f2510 Author: Sam James gentoo org> AuthorDate: Sat Oct 8 22:06:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 22:16:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=67d6c543 sys-devel/gcc-config: add 2.7, drop 2.6 Closes: https://bugs.gentoo.org/875377 Signed-off-by: Sam James gentoo.org> sys-devel/gcc-config/Manifest | 2 +- sys-devel/gcc-config/{gcc-config-2.6.ebuild => gcc-config-2.7.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gcc-config/Manifest b/sys-devel/gcc-config/Manifest index 92badc05ec..b2d279aa1a 100644 --- a/sys-devel/gcc-config/Manifest +++ b/sys-devel/gcc-config/Manifest @@ -1,2 +1,2 @@ DIST gcc-config-1.9.1.tar.xz 17628 BLAKE2B 8fce87038d9aed625d833327a7e335c311aeb04d44a07a7738def235333a9428664314ddd4da3a1d59d030136734377a838f25ff411b249aba25ea22a88460ee SHA512 6c518c266698277a1ad00a1624fc1ada15ed7096d05a520700c60a27180885169bd2051fb6869e6a958503c8eebc1cd6c211098501c5fe258ee11d96c6a0b069 -DIST gcc-config-2.6.tar.xz 17772 BLAKE2B 5f06ac46c64fd241be9e7b95e277395623f015016c5abbe5e3275dce3fbf326d998a897a915b87387c878a1b57cdc847a6f95fa0b7ca00aa954c13d00a6e7d09 SHA512 27de726b266b2f58f28a4eab0a77141a8c0cfc9e939f4f0ee8dd382578a1cdececd30a4ae15bab858fec01a533c41248c9858f25d5d7314c36e8f2fcd57df429 +DIST gcc-config-2.7.tar.xz 17916 BLAKE2B 4c775ad64648e9b463981f43ff03f0c5b703c7cb0812f3a4579fdc939630b8d91d0b1d8a9bb56e47098155be492452698907c9640f0accd5e2141dc49216093d SHA512 69888798257ea6a9c16e387b3cee872ad47aa891f191ef6fbbbf18df243fba649505799c9cad57474f34720ff8892d8f21c96b69d5d6279efe0c7ee79a9ca8b3 diff --git a/sys-devel/gcc-config/gcc-config-2.6.ebuild b/sys-devel/gcc-config/gcc-config-2.7.ebuild similarity index 100% rename from sys-devel/gcc-config/gcc-config-2.6.ebuild rename to sys-devel/gcc-config/gcc-config-2.7.ebuild