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 4C3011581F0 for ; Fri, 24 Jan 2025 13:38:00 +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 3398A343519 for ; Fri, 24 Jan 2025 13:38:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 39E4411042D; Fri, 24 Jan 2025 13:37:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 31AD711042D for ; Fri, 24 Jan 2025 13:37:59 +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 C9C513434BF for ; Fri, 24 Jan 2025 13:37:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 314F2E65 for ; Fri, 24 Jan 2025 13:37:57 +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: <1737725854.bd0c6a64e2e3dc2d35c4d561d47a7f3f3f61d43e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: bd0c6a64e2e3dc2d35c4d561d47a7f3f3f61d43e X-VCS-Branch: master Date: Fri, 24 Jan 2025 13:37:57 +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: 163acf03-c15f-482e-b7d3-de9c938254df X-Archives-Hash: 722f2b5bb599f5be706e2c379bc10600 commit: bd0c6a64e2e3dc2d35c4d561d47a7f3f3f61d43e Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 24 13:36:59 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 24 13:37:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0c6a64 dev-go/{go-colortext,gom}: last-rite Bug: https://bugs.gentoo.org/948653 Signed-off-by: Arthur Zamarin gentoo.org> profiles/package.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index be01f435fda4..19bd8c9a7ddc 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,15 @@ #--- END OF EXAMPLES --- +# 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 +dev-go/gom + # Andreas Sturmlechner (2025-01-23) # Last release from 12 years ago, git master still defaults to Qt4. # Plenty of other options in ::gentoo. Bug #947741, removal on 2025-02-22.