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 5AEF0158083 for ; Wed, 18 Sep 2024 23:46:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54D602BC025; Wed, 18 Sep 2024 23:46:48 +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 2D89E2BC01D for ; Wed, 18 Sep 2024 23:46:48 +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 57857343075 for ; Wed, 18 Sep 2024 23:46:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FC8F27FB for ; Wed, 18 Sep 2024 23:46:42 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1726659140.e3a01d58e0ec87be60d822542cba4b7a8c46ffab.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: e3a01d58e0ec87be60d822542cba4b7a8c46ffab X-VCS-Branch: master Date: Wed, 18 Sep 2024 23:46:42 +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: 81c579d7-21c6-45df-8911-855abfec340e X-Archives-Hash: 7eda8d8f474d3779544dcacbdcc8792a commit: e3a01d58e0ec87be60d822542cba4b7a8c46ffab Author: Filip Kobierski pm me> AuthorDate: Wed Sep 18 11:32:20 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Wed Sep 18 11:32:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3a01d58 move new mask to the top of the list (sorry) This can be squashed with the commit below Signed-off-by: Filip Kobierski pm.me> profiles/package.mask | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index c1f9482d4..b191c5e2c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -18,6 +18,13 @@ # New entries go on top. +# Filip Kobierski (2024-09-19) +# Not maintained for over 4 years, project +# changed it's name to wownero-seed. +# Ebuiild did not work since at least 2022-07-21 (#859721) +# Removal on 2024-10-19 +dev-libs/monero-seed + # Takuya Wakazono (2024-09-11) # Dead upstream and no revdeps left. # Removal on 2024-10-11. @@ -88,10 +95,3 @@ sys-libs/gcompat # (See also top comment) # Sorry for the inconvenience. app-office/lotus123r3 - -# Filip Kobierski (2024-09-19) -# Not maintained for over 4 years, project -# changed it's name to wownero-seed. -# Ebuiild did not work since at least 2022-07-21 (#859721) -# Removal on 2024-10-19 -dev-libs/monero-seed \ No newline at end of file