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 4F02515ACFC for ; Wed, 3 May 2023 17:22:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DBA8E107A; Wed, 3 May 2023 17:22:21 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 14E0DE107A for ; Wed, 3 May 2023 17:22:21 +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 53ADF3416BA for ; Wed, 3 May 2023 17:22:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B89F78AC for ; Wed, 3 May 2023 17:22:18 +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: <1683134538.22e74d138e3432ce4ec4b1efec418674ec094ef9.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.13.0.ebuild X-VCS-Directories: net-misc/tigervnc-xorg-module/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 22e74d138e3432ce4ec4b1efec418674ec094ef9 X-VCS-Branch: master Date: Wed, 3 May 2023 17:22:18 +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: d8712fef-efe4-4571-a20c-f59b1a3ac301 X-Archives-Hash: 1e447ead7fb0d973b5000b5484c591e3 commit: 22e74d138e3432ce4ec4b1efec418674ec094ef9 Author: Viorel Munteanu gentoo org> AuthorDate: Wed May 3 17:20:46 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed May 3 17:22:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e74d13 net-misc/tigervnc-xorg-module: drop 1.13.0 Signed-off-by: Viorel Munteanu gentoo.org> .../tigervnc-xorg-module-1.13.0.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild deleted file mode 100644 index 48f881ebf961..000000000000 --- a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.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%.*}* -"