summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-12 20:24:36 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-12 20:24:36 -0500
commit06e98acd9a652c240c9b932002d119a855cc0d9a (patch)
tree46be3a16d538a91588a949ab9dfab89c5ee24dd1 /x11-apps
parentmedia-video/cheese: Version bump to 43.0 (diff)
downloadgentoo-06e98acd9a652c240c9b932002d119a855cc0d9a.tar.gz
gentoo-06e98acd9a652c240c9b932002d119a855cc0d9a.tar.bz2
gentoo-06e98acd9a652c240c9b932002d119a855cc0d9a.zip
x11-apps/xhost: Version bump to 1.0.9
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xhost/Manifest1
-rw-r--r--x11-apps/xhost/xhost-1.0.9.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/xhost/Manifest b/x11-apps/xhost/Manifest
index aae1c0454213..e64201b36b1c 100644
--- a/x11-apps/xhost/Manifest
+++ b/x11-apps/xhost/Manifest
@@ -1 +1,2 @@
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.9.ebuild b/x11-apps/xhost/xhost-1.0.9.ebuild
new file mode 100644
index 000000000000..0f40816aaa48
--- /dev/null
+++ b/x11-apps/xhost/xhost-1.0.9.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+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"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXau"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+XORG_CONFIGURE_OPTIONS=(
+ --enable-ipv6
+)