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/xhost: xhost-1.0.2.ebuild ChangeLog
Date: Mon, 04 May 2009 15:04:31
Message-Id: E1M0ziW-0006oy-Nr@stork.gentoo.org
1 ssuominen 09/05/04 15:04:28
2
3 Modified: xhost-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.12 x11-apps/xhost/xhost-1.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xhost/xhost-1.0.2.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xhost/xhost-1.0.2.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xhost/xhost-1.0.2.ebuild?r1=1.11&r2=1.12
14
15 Index: xhost-1.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.2.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- xhost-1.0.2.ebuild 29 Sep 2007 10:12:31 -0000 1.11
22 +++ xhost-1.0.2.ebuild 4 May 2009 15:04:28 -0000 1.12
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.2.ebuild,v 1.11 2007/09/29 10:12:31 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.2.ebuild,v 1.12 2009/05/04 15:04:28 ssuominen Exp $
29
30 # Must be before x-modular eclass is inherited
31 #SNAPSHOT="yes"
32 @@ -16,4 +16,6 @@
33 x11-libs/libXmu"
34 DEPEND="${RDEPEND}"
35
36 -CONFIGURE_OPTIONS="$(use_enable ipv6)"
37 +pkg_setup() {
38 + CONFIGURE_OPTIONS="$(use_enable ipv6)"
39 +}
40
41
42
43 1.44 x11-apps/xhost/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xhost/ChangeLog?rev=1.44&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xhost/ChangeLog?rev=1.44&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xhost/ChangeLog?r1=1.43&r2=1.44
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v
52 retrieving revision 1.43
53 retrieving revision 1.44
54 diff -u -r1.43 -r1.44
55 --- ChangeLog 9 Oct 2007 09:03:56 -0000 1.43
56 +++ ChangeLog 4 May 2009 15:04:28 -0000 1.44
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-apps/xhost
59 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.43 2007/10/09 09:03:56 dberkholz Exp $
61 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.44 2009/05/04 15:04:28 ssuominen Exp $
63 +
64 + 04 May 2009; Samuli Suominen <ssuominen@g.o> xhost-1.0.2.ebuild:
65 + Move use_ functions out of global scope.
66
67 09 Oct 2007; Donnie Berkholz <dberkholz@g.o>; -xhost-1.0.1.ebuild:
68 Drop old ebuilds.