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 998DF15800F for ; Fri, 3 Feb 2023 11:18:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A85C9E07D0; Fri, 3 Feb 2023 11:18:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 85B63E07E1 for ; Fri, 3 Feb 2023 11:18: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 ABD2C33E4AD for ; Fri, 3 Feb 2023 11:18:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BC3289B for ; Fri, 3 Feb 2023 11:18:42 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1675423016.ba6420ea1653e9605ff784cff089e325c1bda716.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc-xorg-module/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.90.ebuild X-VCS-Directories: net-misc/tigervnc-xorg-module/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: ba6420ea1653e9605ff784cff089e325c1bda716 X-VCS-Branch: master Date: Fri, 3 Feb 2023 11:18: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: 560864c3-625c-4675-9783-5bb970677895 X-Archives-Hash: 890b0261d18f5f15b2e87d68a3c225bf commit: ba6420ea1653e9605ff784cff089e325c1bda716 Author: Viorel Munteanu gentoo org> AuthorDate: Fri Feb 3 10:47:36 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri Feb 3 11:16:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6420ea net-misc/tigervnc-xorg-module: drop 1.12.90 Closes: https://github.com/gentoo/gentoo/pull/29403 Signed-off-by: Viorel Munteanu gentoo.org> .../tigervnc-xorg-module-1.12.90.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.90.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.90.ebuild deleted file mode 100644 index aa3265514938..000000000000 --- a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.90.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XSERVER_VERSION="21.1.1" - -DESCRIPTION="Metapackage for the xorg module provided by tigervnc" -HOMEPAGE="https://tigervnc.org/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" - -RDEPEND=" - ~net-misc/tigervnc-${PV}[server] - =x11-base/xorg-server-${XSERVER_VERSION%.*}* -"