diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:29:08 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:37:39 -0500 |
commit | 2a14b524ebe555e6d5c3629ab8aa83cce9981c46 (patch) | |
tree | cdddc691ff4f7a8d2d6a0c1ea91fbe01901048f7 /x11-apps | |
parent | x11-apps/xgamma: Drop old versions (diff) | |
download | gentoo-2a14b524ebe555e6d5c3629ab8aa83cce9981c46.tar.gz gentoo-2a14b524ebe555e6d5c3629ab8aa83cce9981c46.tar.bz2 gentoo-2a14b524ebe555e6d5c3629ab8aa83cce9981c46.zip |
x11-apps/xhost: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xhost/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xhost/xhost-1.0.8.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/x11-apps/xhost/Manifest b/x11-apps/xhost/Manifest index e64201b36b1c..d8203ca5ac57 100644 --- a/x11-apps/xhost/Manifest +++ b/x11-apps/xhost/Manifest @@ -1,2 +1 @@ -DIST xhost-1.0.8.tar.bz2 138539 BLAKE2B f05d58444537431d9dce5e6dccc27bc8116141d66b34b6edb356dbe823898dbb2927f8ad8dc133178efc7e5b399b7b6428883ea7c665577d4b1984300474eabe SHA512 55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b DIST xhost-1.0.9.tar.xz 132828 BLAKE2B 31304ee5db863b3448057a1702e0bc7739fd01be8b334ba7dece8b4db2b5384ecc11882fad5957e4e9fa491c2ad6e2d22f8ce6cd79988ceac7ce08401ebd886d SHA512 d281a0df0a036d693ce7dbe0d1d53839110d203f42454bf4d33a49fbfddec078149969b6ad76641e40e207ddc8317ea563088c59025fc57d8245e5ed27f79818 diff --git a/x11-apps/xhost/xhost-1.0.8.ebuild b/x11-apps/xhost/xhost-1.0.8.ebuild deleted file mode 100644 index 52c8a6a8672f..000000000000 --- a/x11-apps/xhost/xhost-1.0.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="Controls host and/or user access to a running X server" - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="ipv6" - -RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXau" -DEPEND="${RDEPEND}" - -src_configure() { - local XORG_CONFIGURE_OPTIONS=( - $(use_enable ipv6) - ) - xorg-3_src_configure -} |