Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc-xorg-module/
Date: Sat, 14 May 2022 01:03:55
Message-Id: 1652490216.eb5e8d143fb56ae0e9c40cddd425fb900bf6c1a7.sam@gentoo
1 commit: eb5e8d143fb56ae0e9c40cddd425fb900bf6c1a7
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 13 13:13:40 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 14 01:03:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5e8d14
7
8 net-misc/tigervnc-xorg-module: initial import 1.12.0
9
10 Metapackage to link a specific version of tigervnc to the right version
11 of xorg-server for using the xorg module
12
13 Bug: https://bugs.gentoo.org/481928
14 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
15 Closes: https://github.com/gentoo/gentoo/pull/25006
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 net-misc/tigervnc-xorg-module/metadata.xml | 15 +++++++++++++++
19 .../tigervnc-xorg-module-1.12.0.ebuild | 18 ++++++++++++++++++
20 2 files changed, 33 insertions(+)
21
22 diff --git a/net-misc/tigervnc-xorg-module/metadata.xml b/net-misc/tigervnc-xorg-module/metadata.xml
23 new file mode 100644
24 index 000000000000..c9acc8f7d177
25 --- /dev/null
26 +++ b/net-misc/tigervnc-xorg-module/metadata.xml
27 @@ -0,0 +1,15 @@
28 +<?xml version="1.0" encoding="UTF-8"?>
29 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
30 +<pkgmetadata>
31 + <maintainer type="person" proxied="yes">
32 + <email>ceamac.paragon@×××××.com</email>
33 + <name>Viorel Munteanu</name>
34 + </maintainer>
35 + <maintainer type="project" proxied="proxy">
36 + <email>proxy-maint@g.o</email>
37 + <name>Proxy Maintainers</name>
38 + </maintainer>
39 + <upstream>
40 + <remote-id type="github">TigerVNC/tigervnc</remote-id>
41 + </upstream>
42 +</pkgmetadata>
43
44 diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild
45 new file mode 100644
46 index 000000000000..07bcc43dc9ea
47 --- /dev/null
48 +++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild
49 @@ -0,0 +1,18 @@
50 +# Copyright 2022 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=8
54 +
55 +XSERVER_VERSION="21.1.1"
56 +
57 +DESCRIPTION="Metapackage for the xorg module provided by tigervnc"
58 +HOMEPAGE="https://www.tigervnc.org"
59 +
60 +LICENSE="metapackage"
61 +SLOT="0"
62 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
63 +
64 +RDEPEND="
65 + ~net-misc/tigervnc-${PV}[server]
66 + =x11-base/xorg-server-${XSERVER_VERSION%.*}*
67 +"