summaryrefslogtreecommitdiff
path: root/x11-misc/x2vnc
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 /x11-misc/x2vnc
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'x11-misc/x2vnc')
-rw-r--r--x11-misc/x2vnc/Manifest1
-rw-r--r--x11-misc/x2vnc/files/expectk.patch17
-rw-r--r--x11-misc/x2vnc/files/x2vnc-1.7.2-clang16.patch33
-rw-r--r--x11-misc/x2vnc/metadata.xml8
-rw-r--r--x11-misc/x2vnc/x2vnc-1.7.2-r2.ebuild47
5 files changed, 0 insertions, 106 deletions
diff --git a/x11-misc/x2vnc/Manifest b/x11-misc/x2vnc/Manifest
deleted file mode 100644
index 8fac0ee61b4c..000000000000
--- a/x11-misc/x2vnc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST x2vnc-1.7.2.tar.gz 82258 BLAKE2B 4eebf2f33a38ac3fefc4b5a2a527977ad5dc73d0e3e8c289bffb2c0be1ca01117bbef5c312e186f295c910cbed0c71bea82cba8aaedb2cbbb192795d8eac9133 SHA512 f9bb9f8b95a6172758d1fd8b97f235088f0815afa21f2e11db77e59b36f8b3fe2fa2d8b922b14ccde1c589851d80489c9fd81d9f734ca9b053e4bc4019eade0b
diff --git a/x11-misc/x2vnc/files/expectk.patch b/x11-misc/x2vnc/files/expectk.patch
deleted file mode 100644
index 354dc4ffbe9e..000000000000
--- a/x11-misc/x2vnc/files/expectk.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/contrib/tkx2vnc 2010-03-14 21:31:49.000000000 +0100
-+++ b/contrib/tkx2vnc 2010-03-14 21:32:58.000000000 +0100
-@@ -1,10 +1,13 @@
--#!/usr/bin/expectk -f
-+#!/usr/bin/wish
-
- # Name: tkx2vnc
- # Author: David Noble
- # Version: 1.0a
- # Written: May 13, 2002
- # Modified: May 15, 2002
-+# Expect dependency fixed by Patrick Kursawe, March 14, 2010
-+
-+package require Expect
-
- proc prompt {} {
- global prefs
diff --git a/x11-misc/x2vnc/files/x2vnc-1.7.2-clang16.patch b/x11-misc/x2vnc/files/x2vnc-1.7.2-clang16.patch
deleted file mode 100644
index 7b9cd1b50b69..000000000000
--- a/x11-misc/x2vnc/files/x2vnc-1.7.2-clang16.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-https://bugs.gentoo.org/870652
---- a/rfbproto.c
-+++ b/rfbproto.c
-@@ -25,2 +25,4 @@
-
-+#include <ctype.h>
-+#include <time.h>
- #include <unistd.h>
---- a/sockets.c
-+++ b/sockets.c
-@@ -33,2 +33,3 @@
- void PrintInHex(char *buf, int len);
-+int tunnel(char *gatewayhost, char *remotehost, int remoteport);
-
---- a/vncauth.c
-+++ b/vncauth.c
-@@ -28,2 +28,4 @@
- #include <sys/stat.h>
-+#include <time.h>
-+#include <unistd.h>
- #include <vncauth.h>
---- a/x.c
-+++ b/x.c
-@@ -26,2 +26,3 @@
- #include <sys/types.h>
-+#include <time.h>
- #include <unistd.h>
---- a/x2vnc.c
-+++ b/x2vnc.c
-@@ -25,2 +25,3 @@
-
-+#include <time.h>
- #include <unistd.h>
diff --git a/x11-misc/x2vnc/metadata.xml b/x11-misc/x2vnc/metadata.xml
deleted file mode 100644
index 3ab9b4a739d3..000000000000
--- a/x11-misc/x2vnc/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>desktop-misc@gentoo.org</email>
- <name>Gentoo Desktop Miscellaneous Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/x11-misc/x2vnc/x2vnc-1.7.2-r2.ebuild b/x11-misc/x2vnc/x2vnc-1.7.2-r2.ebuild
deleted file mode 100644
index 997988bdf28c..000000000000
--- a/x11-misc/x2vnc/x2vnc-1.7.2-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic
-
-DESCRIPTION="Control a remote computer running VNC from X"
-HOMEPAGE="https://fredrik.hubbe.net/x2vnc.html"
-SRC_URI="https://fredrik.hubbe.net/x2vnc/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
-IUSE="tk"
-
-COMMON_DEPEND="
- x11-libs/libX11
- x11-libs/libXScrnSaver
- x11-libs/libXext
- x11-libs/libXinerama
- x11-libs/libXrandr
- x11-libs/libXxf86dga"
-RDEPEND="
- ${COMMON_DEPEND}
- tk? ( dev-tcltk/expect )"
-DEPEND="
- ${COMMON_DEPEND}
- x11-base/xorg-proto"
-
-PATCHES=(
- "${FILESDIR}"/expectk.patch
- "${FILESDIR}"/${P}-clang16.patch
-)
-
-src_configure() {
- append-cflags -std=gnu89 # old codebase, incompatible with c2x
-
- default
-}
-
-src_install() {
- dodir /usr/share /usr/bin
- emake DESTDIR="${D}" install
- use tk && dobin contrib/tkx2vnc
- dodoc ChangeLog README
-}