summaryrefslogtreecommitdiff
path: root/net-misc/tigervnc-xorg-module
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /net-misc/tigervnc-xorg-module
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'net-misc/tigervnc-xorg-module')
-rw-r--r--net-misc/tigervnc-xorg-module/metadata.xml11
-rw-r--r--net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.16.2.ebuild18
2 files changed, 0 insertions, 29 deletions
diff --git a/net-misc/tigervnc-xorg-module/metadata.xml b/net-misc/tigervnc-xorg-module/metadata.xml
deleted file mode 100644
index 814c80fe2416..000000000000
--- a/net-misc/tigervnc-xorg-module/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ceamac@gentoo.org</email>
- <name>Viorel Munteanu</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.16.2.ebuild b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.16.2.ebuild
deleted file mode 100644
index 6608ea9dd864..000000000000
--- a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.16.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2022-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-XSERVER_VERSION="21.1.21"
-
-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%.*}*
-"