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 8E5E6158083 for ; Wed, 18 Sep 2024 11:33:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5297E29A3; Wed, 18 Sep 2024 11:33:10 +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 AD81BE29A3 for ; Wed, 18 Sep 2024 11:33:10 +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 C77FA342F8D for ; Wed, 18 Sep 2024 11:33:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EAEB14D3 for ; Wed, 18 Sep 2024 11:33:08 +0000 (UTC) From: "Filip Kobierski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Filip Kobierski" Message-ID: <1726659140.e3a01d58e0ec87be60d822542cba4b7a8c46ffab.fkobi@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: fkobi X-VCS-Committer-Name: Filip Kobierski X-VCS-Revision: e3a01d58e0ec87be60d822542cba4b7a8c46ffab X-VCS-Branch: dev Date: Wed, 18 Sep 2024 11:33:08 +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: fde185d2-f196-49b6-9b91-8f11be07baef X-Archives-Hash: a2bdba18df875748883fa7c07208df5b commit: e3a01d58e0ec87be60d822542cba4b7a8c46ffab Author: Filip Kobierski pm me> AuthorDate: Wed Sep 18 11:32:20 2024 +0000 Commit: Filip Kobierski pm 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