From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 28B381582EF for ; Wed, 05 Mar 2025 10:46:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0B37634301F for ; Wed, 05 Mar 2025 10:46:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 059981102D0; Wed, 05 Mar 2025 10:46:45 +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 bobolink.gentoo.org (Postfix) with ESMTPS id EE43A1102D0 for ; Wed, 05 Mar 2025 10:46:44 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E52F34301F for ; Wed, 05 Mar 2025 10:46:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A2EC2874 for ; Wed, 05 Mar 2025 10:46:43 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1741171569.52341ebac6555f3d85b3edafcb046a18f76bf567.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-colortext/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-colortext/Manifest dev-go/go-colortext/go-colortext-0_pre20150720.ebuild dev-go/go-colortext/metadata.xml profiles/package.mask X-VCS-Directories: dev-go/go-colortext/ profiles/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 52341ebac6555f3d85b3edafcb046a18f76bf567 X-VCS-Branch: master Date: Wed, 05 Mar 2025 10:46:43 +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: 1180cb21-dc51-4c5c-b9a1-0c3929352e72 X-Archives-Hash: 9af1b2ffb3843fdbb4801d53e1947f46 commit: 52341ebac6555f3d85b3edafcb046a18f76bf567 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Mar 5 10:41:39 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Mar 5 10:46:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52341eba dev-go/go-colortext: treeclean Closes: https://bugs.gentoo.org/844655 (pkgremoved) Closes: https://bugs.gentoo.org/948653 (pkgremoved) Signed-off-by: Arthur Zamarin gentoo.org> dev-go/go-colortext/Manifest | 1 - .../go-colortext/go-colortext-0_pre20150720.ebuild | 22 ---------------------- dev-go/go-colortext/metadata.xml | 11 ----------- profiles/package.mask | 8 -------- 4 files changed, 42 deletions(-) diff --git a/dev-go/go-colortext/Manifest b/dev-go/go-colortext/Manifest deleted file mode 100644 index 1688ac3980a4..000000000000 --- a/dev-go/go-colortext/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST go-colortext-0_pre20150720.tar.gz 3542 BLAKE2B 5979377b716c94a20445ade2f6c405203b1b77fc4beb5163480c6a9f837b0b183b607c69f5d80018e8918dff8526b914ec89badf639dfc550a8480ee3815d23d SHA512 7f70e32f6f7b17c683c4e6131ef6e15d7c1f40ad7cfeb3e8ce02e799370af02493fcdeb8896c73e8f71b4c28ba3accce646a795f404900b7b63bb40f9651287d diff --git a/dev-go/go-colortext/go-colortext-0_pre20150720.ebuild b/dev-go/go-colortext/go-colortext-0_pre20150720.ebuild deleted file mode 100644 index edf72cdb953e..000000000000 --- a/dev-go/go-colortext/go-colortext-0_pre20150720.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGO_PN="github.com/daviddengcn/go-colortext" -EGIT_COMMIT=3b18c85 -ARCHIVE_URI="https://github.com/daviddengcn/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -inherit golang-build golang-vcs-snapshot - -DESCRIPTION="Change the console foreground and background colors" -HOMEPAGE="https://github.com/daviddengcn/go-colortext" -SRC_URI="${ARCHIVE_URI}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -src_install() { - golang-build_src_install - dodoc src/${EGO_PN}/*.md -} diff --git a/dev-go/go-colortext/metadata.xml b/dev-go/go-colortext/metadata.xml deleted file mode 100644 index 9c2d8227f5db..000000000000 --- a/dev-go/go-colortext/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - williamh@gentoo.org - William Hubbs - - - daviddengcn/go-colortext - - diff --git a/profiles/package.mask b/profiles/package.mask index c4777b6db743..026d370eb1c6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -271,14 +271,6 @@ app-containers/docker-proxy # Removal on 2025-02-23. Bugs #948655, #844613, #679086. app-metrics/burrow_exporter -# Arthur Zamarin (2025-01-24) -# EAPI=7, uses deprecated Go eclasses, upstream repo is archived. -# gom is a go dependency manager which doesn't work with modern -# Go tools, and is redundent to standard `go install` commands. -# go-colortext has only gom as reverse dependency. -# Removal on 2025-02-23. Bugs #948653, #844655, #844664, #922697. -dev-go/go-colortext - # Andreas Sturmlechner (2025-01-23) # Qt5 package without any revdeps. Use dev-qt/qttools[qdbus] instead. dev-qt/qdbusviewer