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 60DB815800A for ; Sun, 23 Jul 2023 08:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E47DE081A; Sun, 23 Jul 2023 08:03:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 pigeon.gentoo.org (Postfix) with ESMTPS id 47D41E081A for ; Sun, 23 Jul 2023 08:03:46 +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 8D7C233E3A9 for ; Sun, 23 Jul 2023 08:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 521C9BFD for ; Sun, 23 Jul 2023 08:03:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1690096091.e4d677651e7fafbc3cd2ba9d3fa11282c55eafb9.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e4d677651e7fafbc3cd2ba9d3fa11282c55eafb9 X-VCS-Branch: master Date: Sun, 23 Jul 2023 08:03: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: 9ae49087-6984-45e0-9010-a0ac40f7c5f8 X-Archives-Hash: 9fe404569306d4c3491b768c14e13d67 commit: e4d677651e7fafbc3cd2ba9d3fa11282c55eafb9 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 23 07:07:21 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 23 07:08:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d67765 package.mask: Last rite dev-python/vncdotool Bug: https://bugs.gentoo.org/910708 Signed-off-by: Michał Górny gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 1d155cc29982..8b283159b285 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Michał Górny (2023-07-23) +# Package with no maintainer and tests restricted (also test deps look +# suspicious). It was only needed for tests +# in dev-python/pyvirtualdisplay, and that package didn't support +# the newest version anyway. No revdeps left. +# Removal on 2023-08-22. Bug #910708. +dev-python/vncdotool + # David Seifert (2023-07-22) # Upstream unresponsive and package is pretty much dead. dev-python/tqdm # is a modern and fast replacement for dev-python/progressbar.