Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xauth: xauth-1.0.3.ebuild xauth-1.0.2.ebuild ChangeLog
Date: Mon, 04 May 2009 14:54:01
Message-Id: E1M0zYN-0006IE-JE@stork.gentoo.org
1 ssuominen 09/05/04 14:53:59
2
3 Modified: xauth-1.0.3.ebuild xauth-1.0.2.ebuild ChangeLog
4 Log:
5 Move use_ functions out of global scope.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 x11-apps/xauth/xauth-1.0.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/xauth-1.0.3.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/xauth-1.0.3.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/xauth-1.0.3.ebuild?r1=1.8&r2=1.9
14
15 Index: xauth-1.0.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.3.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- xauth-1.0.3.ebuild 16 Apr 2009 02:07:41 -0000 1.8
22 +++ xauth-1.0.3.ebuild 4 May 2009 14:53:59 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.3.ebuild,v 1.8 2009/04/16 02:07:41 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.3.ebuild,v 1.9 2009/05/04 14:53:59 ssuominen Exp $
28
29 # Must be before x-modular eclass is inherited
30 #SNAPSHOT="yes"
31 @@ -18,4 +18,6 @@
32 x11-libs/libXmu"
33 DEPEND="${RDEPEND}"
34
35 -CONFIGURE_OPTIONS="$(use_enable ipv6)"
36 +pkg_setup() {
37 + CONFIGURE_OPTIONS="$(use_enable ipv6)"
38 +}
39
40
41
42 1.12 x11-apps/xauth/xauth-1.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/xauth-1.0.2.ebuild?rev=1.12&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/xauth-1.0.2.ebuild?rev=1.12&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/xauth-1.0.2.ebuild?r1=1.11&r2=1.12
47
48 Index: xauth-1.0.2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.2.ebuild,v
51 retrieving revision 1.11
52 retrieving revision 1.12
53 diff -u -r1.11 -r1.12
54 --- xauth-1.0.2.ebuild 7 Aug 2007 13:25:49 -0000 1.11
55 +++ xauth-1.0.2.ebuild 4 May 2009 14:53:59 -0000 1.12
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2007 Gentoo Foundation
58 +# Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.2.ebuild,v 1.11 2007/08/07 13:25:49 gustavoz Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.2.ebuild,v 1.12 2009/05/04 14:53:59 ssuominen Exp $
62
63 # Must be before x-modular eclass is inherited
64 #SNAPSHOT="yes"
65 @@ -18,4 +18,6 @@
66 x11-libs/libXmu"
67 DEPEND="${RDEPEND}"
68
69 -CONFIGURE_OPTIONS="$(use_enable ipv6)"
70 +pkg_setup() {
71 + CONFIGURE_OPTIONS="$(use_enable ipv6)"
72 +}
73
74
75
76 1.48 x11-apps/xauth/ChangeLog
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/ChangeLog?rev=1.48&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/ChangeLog?rev=1.48&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xauth/ChangeLog?r1=1.47&r2=1.48
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v
85 retrieving revision 1.47
86 retrieving revision 1.48
87 diff -u -r1.47 -r1.48
88 --- ChangeLog 16 Apr 2009 02:07:41 -0000 1.47
89 +++ ChangeLog 4 May 2009 14:53:59 -0000 1.48
90 @@ -1,6 +1,10 @@
91 # ChangeLog for x11-apps/xauth
92 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.47 2009/04/16 02:07:41 jer Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.48 2009/05/04 14:53:59 ssuominen Exp $
95 +
96 + 04 May 2009; Samuli Suominen <ssuominen@g.o> xauth-1.0.2.ebuild,
97 + xauth-1.0.3.ebuild:
98 + Move use_ functions out of global scope.
99
100 16 Apr 2009; Jeroen Roovers <jer@g.o> xauth-1.0.3.ebuild:
101 Stable for HPPA (bug #251832).