summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/Manifest.gzbin13850 -> 13850 bytes
-rw-r--r--x11-apps/xhost/Manifest2
-rw-r--r--x11-apps/xhost/xhost-1.0.9.ebuild19
3 files changed, 0 insertions, 21 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz
index 475cc3144ede..b487a8ecf1f1 100644
--- a/x11-apps/Manifest.gz
+++ b/x11-apps/Manifest.gz
Binary files differ
diff --git a/x11-apps/xhost/Manifest b/x11-apps/xhost/Manifest
index de5ebc8f8b93..72ae65288323 100644
--- a/x11-apps/xhost/Manifest
+++ b/x11-apps/xhost/Manifest
@@ -1,5 +1,3 @@
DIST xhost-1.0.10.tar.xz 137076 BLAKE2B 04e1f14099571966c53f724e4010f90d9606bbf691d02da8652ae2d3921e4404be158227a92216599e4f9a25d97a93acb9dc59be8a60766bab9f20d8ba28cdb6 SHA512 65467b0a096455dae681f8397f5b8b0490a2f80db5cb9f92757cfff8d7822b43833202a275eed8467c6a6aaf3b02e0a7b1a069c5d587d32e56b1893297903051
-DIST xhost-1.0.9.tar.xz 132828 BLAKE2B 31304ee5db863b3448057a1702e0bc7739fd01be8b334ba7dece8b4db2b5384ecc11882fad5957e4e9fa491c2ad6e2d22f8ce6cd79988ceac7ce08401ebd886d SHA512 d281a0df0a036d693ce7dbe0d1d53839110d203f42454bf4d33a49fbfddec078149969b6ad76641e40e207ddc8317ea563088c59025fc57d8245e5ed27f79818
EBUILD xhost-1.0.10.ebuild 482 BLAKE2B cca2cfbd207aa39a3fff9faa8f11244956b21cb062f7b99c41465c483df7cd9da42d94a0d2f23b07dc8678b9c616b7af14f79666885c75de8affa33b2ab1674c SHA512 a78b5d5bc03edd1beb561efe93105a75ca0f14cc9f5ac5c0f77097b72ff4316573b97f38868c277fb3d86f47a8877e671241cca6e3e126c3aeb5daf44b30cb2d
-EBUILD xhost-1.0.9.ebuild 482 BLAKE2B 599122a17731200dec3936764b8b11810036fe3434bb2a66ef3fa470c2557e46f773323a7706af4fc22a40208782b496060162c54b846cfd3c2c6a1c3ca489de SHA512 764ef1b1eb076f9f9d8b4517d7c15186dac82a8b484817f5fcbdbb8b1207e45dd7846618b0a7afe76897df005d30f2d6a062ded596f965e9406c3954dcd195a8
MISC metadata.xml 336 BLAKE2B 4ac510f48734a3d057912f12ab061568620275dfb05bb28f5226f2221fa91567d074047f6e45db79a5e788a0a7387c2a5cadf279ed59371a270aa3f1031d8e94 SHA512 462475533ea9306043d4631f3eab65fb1b333bf002705dfc7bd1cde51ffc3c3a4b6416703ae80980dd6304b3fc07172789a6e66a6c91679f69e0736bc6ac00bf
diff --git a/x11-apps/xhost/xhost-1.0.9.ebuild b/x11-apps/xhost/xhost-1.0.9.ebuild
deleted file mode 100644
index e572b690132a..000000000000
--- a/x11-apps/xhost/xhost-1.0.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xorg-3
-
-DESCRIPTION="Controls host and/or user access to a running X server"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXau"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-XORG_CONFIGURE_OPTIONS=(
- --enable-ipv6
-)