Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xauth: xauth-1.0.9-r1.ebuild ChangeLog xauth-1.0.7.ebuild
Date: Fri, 28 Nov 2014 15:33:48
Message-Id: 20141128153342.C0B6AB17C@oystercatcher.gentoo.org
1 chithanh 14/11/28 15:33:42
2
3 Modified: ChangeLog
4 Added: xauth-1.0.9-r1.ebuild
5 Removed: xauth-1.0.7.ebuild
6 Log:
7 Address test failures, bug #511202
8
9 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
10
11 Revision Changes Path
12 1.100 x11-apps/xauth/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/ChangeLog?rev=1.100&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/ChangeLog?rev=1.100&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/ChangeLog?r1=1.99&r2=1.100
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v
21 retrieving revision 1.99
22 retrieving revision 1.100
23 diff -u -r1.99 -r1.100
24 --- ChangeLog 8 Jun 2014 09:15:37 -0000 1.99
25 +++ ChangeLog 28 Nov 2014 15:33:42 -0000 1.100
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-apps/xauth
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.99 2014/06/08 09:15:37 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.100 2014/11/28 15:33:42 chithanh Exp $
31 +
32 +*xauth-1.0.9-r1 (28 Nov 2014)
33 +
34 + 28 Nov 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +xauth-1.0.9-r1.ebuild, -xauth-1.0.7.ebuild:
36 + Address test failures, bug #511202
37
38 08 Jun 2014; Agostino Sarubbo <ago@g.o> xauth-1.0.8.ebuild:
39 Stable for arm, wrt bug #500368
40
41
42
43 1.1 x11-apps/xauth/xauth-1.0.9-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xauth-1.0.9-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.9-r1.ebuild,v 1.1 2014/11/28 15:33:42 chithanh Exp $
53
54 EAPI=4
55
56 inherit autotools-utils xorg-2
57
58 DESCRIPTION="X authority file utility"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
61 IUSE="ipv6"
62
63 RDEPEND="x11-libs/libX11
64 x11-libs/libXau
65 x11-libs/libXext
66 x11-libs/libXmu"
67 DEPEND="${RDEPEND}"
68
69 # Tests dependend on dev-util/cmdtest awaiting keywording, bug #511202.
70 # test? ( dev-util/cmdtest )
71
72 src_configure() {
73 XORG_CONFIGURE_OPTIONS=(
74 $(use_enable ipv6)
75 )
76 xorg-2_src_configure
77 }
78
79 src_test() {
80 # Address sandbox failure, bug #527574
81 addwrite /proc/self/comm
82 autotools-utils_src_test
83 }