commit: d4fde94322932fd7b816c6e47ed49f2b7606c217
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 2 23:58:42 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 3 00:01:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fde943
x11-apps/xhost: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xhost/Manifest | 1 -
x11-apps/xhost/xhost-1.0.9.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/x11-apps/xhost/Manifest b/x11-apps/xhost/Manifest
index accce748980b..21f8d74e2eb6 100644
--- a/x11-apps/xhost/Manifest
+++ b/x11-apps/xhost/Manifest
@@ -1,2 +1 @@
DIST xhost-1.0.10.tar.xz 137076 BLAKE2B
04e1f14099571966c53f724e4010f90d9606bbf691d02da8652ae2d3921e4404be158227a92216599e4f9a25d97a93acb9dc59be8a60766bab9f20d8ba28cdb6
SHA512
65467b0a096455dae681f8397f5b8b0490a2f80db5cb9f92757cfff8d7822b43833202a275eed8467c6a6aaf3b02e0a7b1a069c5d587d32e56b1893297903051
-DIST xhost-1.0.9.tar.xz 132828 BLAKE2B
31304ee5db863b3448057a1702e0bc7739fd01be8b334ba7dece8b4db2b5384ecc11882fad5957e4e9fa491c2ad6e2d22f8ce6cd79988ceac7ce08401ebd886d
SHA512
d281a0df0a036d693ce7dbe0d1d53839110d203f42454bf4d33a49fbfddec078149969b6ad76641e40e207ddc8317ea563088c59025fc57d8245e5ed27f79818
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
-)