summaryrefslogtreecommitdiff
path: root/net-misc/tigervnc-xorg-module
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-10-24 07:34:59 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-10-24 07:34:59 +0000
commit490386eb6e07bed7184dd4063d5bfce87fa2e302 (patch)
tree8f566303b34b571f22435db457f7050c20ae4fb7 /net-misc/tigervnc-xorg-module
parentf0e92064b4a53672522e47d970e8dc360498678e (diff)
downloadbaldeagleos-repo-490386eb6e07bed7184dd4063d5bfce87fa2e302.tar.gz
baldeagleos-repo-490386eb6e07bed7184dd4063d5bfce87fa2e302.tar.xz
baldeagleos-repo-490386eb6e07bed7184dd4063d5bfce87fa2e302.zip
Adding metadata
Diffstat (limited to 'net-misc/tigervnc-xorg-module')
-rw-r--r--net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.14.1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.14.1.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.14.1.ebuild
new file mode 100644
index 000000000000..a9d1823bc98d
--- /dev/null
+++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.14.1.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 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ ~net-misc/tigervnc-${PV}[server]
+ =x11-base/xorg-server-${XSERVER_VERSION%.*}*
+"