Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc-xorg-module/
Date: Wed, 01 Mar 2023 16:33:21
Message-Id: 1677688380.12b7abc14ce0bd36ac0f424876b73f954a8cde63.ceamac@gentoo
1 commit: 12b7abc14ce0bd36ac0f424876b73f954a8cde63
2 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 16:32:17 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 16:33:00 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b7abc1
7
8 net-misc/tigervnc-xorg-module: add 1.13.1
9
10 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
11
12 .../tigervnc-xorg-module-1.13.1.ebuild | 18 ++++++++++++++++++
13 1 file changed, 18 insertions(+)
14
15 diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.1.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.1.ebuild
16 new file mode 100644
17 index 000000000000..aa3265514938
18 --- /dev/null
19 +++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.1.ebuild
20 @@ -0,0 +1,18 @@
21 +# Copyright 2022-2023 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +XSERVER_VERSION="21.1.1"
27 +
28 +DESCRIPTION="Metapackage for the xorg module provided by tigervnc"
29 +HOMEPAGE="https://tigervnc.org/"
30 +
31 +LICENSE="metapackage"
32 +SLOT="0"
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
34 +
35 +RDEPEND="
36 + ~net-misc/tigervnc-${PV}[server]
37 + =x11-base/xorg-server-${XSERVER_VERSION%.*}*
38 +"