Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xhost/
Date: Thu, 28 Feb 2019 05:47:50
Message-Id: 1551332686.424affa61fe1ea537f35705beeb15c56dfa2aab9.mattst88@gentoo
1 commit: 424affa61fe1ea537f35705beeb15c56dfa2aab9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 05:32:56 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 05:44:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424affa6
7
8 x11-apps/xhost: Version bump to 1.0.8
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xhost/Manifest | 1 +
13 x11-apps/xhost/xhost-1.0.8.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/x11-apps/xhost/Manifest b/x11-apps/xhost/Manifest
17 index 1f8833cd26d..cfd2706eed5 100644
18 --- a/x11-apps/xhost/Manifest
19 +++ b/x11-apps/xhost/Manifest
20 @@ -1,2 +1,3 @@
21 DIST xhost-1.0.6.tar.bz2 133176 BLAKE2B 8cb649716b93d3bf020e4897f2d6f7f1a0a765c4fb8715b1c128475725bc6822cfe49aebfdc6677c1eccc8510938848dae538f7b4c90282c4b01df0af124fb62 SHA512 4e9b8b5b3a13b995e4f3596b26fa637d5892936090516eef1eb296c257358496ed5ad7b5c1e924003fcc18b6c8d4592f83e515d66a605a895f1d9fdc5d064f1a
22 DIST xhost-1.0.7.tar.bz2 135767 BLAKE2B 0156640ede491a8a2f1610ca5d68d97e88fa349bcbad39a308aae46d29f7cf8f93a8fee8273ba369484efd9641653e7bcfbd8fb3ec14d9f07b20e4ffd7fd6fd2 SHA512 670a8c97291565f6c36c94e135f7bd60a572bb42b4fca9d2460823db0d0576187c64f9b876ed60d348029d3f74a732862eea4ce889a6b6b9c97665746a38b1d7
23 +DIST xhost-1.0.8.tar.bz2 138539 BLAKE2B f05d58444537431d9dce5e6dccc27bc8116141d66b34b6edb356dbe823898dbb2927f8ad8dc133178efc7e5b399b7b6428883ea7c665577d4b1984300474eabe SHA512 55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b
24
25 diff --git a/x11-apps/xhost/xhost-1.0.8.ebuild b/x11-apps/xhost/xhost-1.0.8.ebuild
26 new file mode 100644
27 index 00000000000..c31226dbf27
28 --- /dev/null
29 +++ b/x11-apps/xhost/xhost-1.0.8.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit xorg-3
37 +
38 +DESCRIPTION="Controls host and/or user access to a running X server"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
41 +IUSE="ipv6"
42 +
43 +RDEPEND="x11-libs/libX11
44 + x11-libs/libXmu
45 + x11-libs/libXau"
46 +DEPEND="${RDEPEND}"
47 +
48 +pkg_setup() {
49 + XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)"
50 +}