Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: gentoo-dev@l.g.o
Cc: x11@g.o
Subject: [gentoo-dev] [PATCH 5/7] x11-apps/xauth: drop autotools-utils
Date: Sun, 17 Apr 2016 14:16:37
Message-Id: 1460902427-5759-6-git-send-email-floppym@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/7] Dropping autotools-utils from xorg-2 by Mike Gilbert
1 Package-Manager: portage-2.2.28_p66
2 ---
3 x11-apps/xauth/xauth-1.0.9-r1.ebuild | 7 ++++---
4 x11-apps/xauth/xauth-1.0.9-r2.ebuild | 7 ++++---
5 2 files changed, 8 insertions(+), 6 deletions(-)
6
7 diff --git a/x11-apps/xauth/xauth-1.0.9-r1.ebuild b/x11-apps/xauth/xauth-1.0.9-r1.ebuild
8 index ed1c75e..38553ba 100644
9 --- a/x11-apps/xauth/xauth-1.0.9-r1.ebuild
10 +++ b/x11-apps/xauth/xauth-1.0.9-r1.ebuild
11 @@ -1,10 +1,10 @@
12 -# Copyright 1999-2015 Gentoo Foundation
13 +# Copyright 1999-2016 Gentoo Foundation
14 # Distributed under the terms of the GNU General Public License v2
15 # $Id$
16
17 EAPI=4
18
19 -inherit autotools-utils xorg-2
20 +inherit xorg-2
21
22 DESCRIPTION="X authority file utility"
23
24 @@ -30,6 +30,7 @@ src_configure() {
25
26 src_test() {
27 # Address sandbox failure, bug #527574
28 + local -x SANDBOX_WRITE=${SANDBOX_WRITE}
29 addwrite /proc/self/comm
30 - autotools-utils_src_test
31 + default
32 }
33 diff --git a/x11-apps/xauth/xauth-1.0.9-r2.ebuild b/x11-apps/xauth/xauth-1.0.9-r2.ebuild
34 index 6e13214..9079f66 100644
35 --- a/x11-apps/xauth/xauth-1.0.9-r2.ebuild
36 +++ b/x11-apps/xauth/xauth-1.0.9-r2.ebuild
37 @@ -1,10 +1,10 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 +# Copyright 1999-2016 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Id$
42
43 EAPI=4
44
45 -inherit autotools-utils xorg-2
46 +inherit xorg-2
47
48 DESCRIPTION="X authority file utility"
49
50 @@ -29,6 +29,7 @@ src_configure() {
51
52 src_test() {
53 # Address sandbox failure, bug #527574
54 + local -x SANDBOX_WRITE=${SANDBOX_WRITE}
55 addwrite /proc/self/comm
56 - autotools-utils_src_test
57 + default
58 }
59 --
60 2.8.1