commit: eb5e8d143fb56ae0e9c40cddd425fb900bf6c1a7 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com> AuthorDate: Wed Apr 13 13:13:40 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 14 01:03:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5e8d14
net-misc/tigervnc-xorg-module: initial import 1.12.0 Metapackage to link a specific version of tigervnc to the right version of xorg-server for using the xorg module Bug: https://bugs.gentoo.org/481928 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25006 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/tigervnc-xorg-module/metadata.xml | 15 +++++++++++++++ .../tigervnc-xorg-module-1.12.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/net-misc/tigervnc-xorg-module/metadata.xml b/net-misc/tigervnc-xorg-module/metadata.xml new file mode 100644 index 000000000000..c9acc8f7d177 --- /dev/null +++ b/net-misc/tigervnc-xorg-module/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Viorel Munteanu</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">TigerVNC/tigervnc</remote-id> + </upstream> +</pkgmetadata> 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 new file mode 100644 index 000000000000..07bcc43dc9ea --- /dev/null +++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.12.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022 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://www.tigervnc.org" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + ~net-misc/tigervnc-${PV}[server] + =x11-base/xorg-server-${XSERVER_VERSION%.*}* +"
