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 D3CA415802E for ; Sat, 29 Jun 2024 18:56:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A10F2BC04F; Sat, 29 Jun 2024 18:56:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEF8B2BC04F for ; Sat, 29 Jun 2024 18:56:30 +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 E30F4335D21 for ; Sat, 29 Jun 2024 18:56:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 579E71218 for ; Sat, 29 Jun 2024 18:56:28 +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: <1719687365.4bebc4fbd3cbbd3e4fc2e820511f3315dfba8e7c.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.90.ebuild X-VCS-Directories: net-misc/tigervnc-xorg-module/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 4bebc4fbd3cbbd3e4fc2e820511f3315dfba8e7c X-VCS-Branch: master Date: Sat, 29 Jun 2024 18:56:28 +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: 6e67952c-29c9-4bf8-995e-4bd677e42ea7 X-Archives-Hash: ee684cfc35813611addf633724c959ec commit: 4bebc4fbd3cbbd3e4fc2e820511f3315dfba8e7c Author: Viorel Munteanu gentoo org> AuthorDate: Sat Jun 29 18:55:48 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Jun 29 18:56:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bebc4fb net-misc/tigervnc-xorg-module: add 1.13.90 Signed-off-by: Viorel Munteanu gentoo.org> .../tigervnc-xorg-module-1.13.90.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.90.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.90.ebuild new file mode 100644 index 000000000000..65b3a6997f9c --- /dev/null +++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.90.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XSERVER_VERSION="21.1.13" + +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%.*}* +"