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/xdm: xdm-1.1.8.ebuild ChangeLog
Date: Mon, 04 May 2009 14:52:37
Message-Id: E1M0zX0-0006CU-Ra@stork.gentoo.org
1 ssuominen 09/05/04 14:52:34
2
3 Modified: xdm-1.1.8.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/xdm/xdm-1.1.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdm/xdm-1.1.8.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdm/xdm-1.1.8.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdm/xdm-1.1.8.ebuild?r1=1.8&r2=1.9
14
15 Index: xdm-1.1.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.8.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- xdm-1.1.8.ebuild 22 Apr 2009 21:01:01 -0000 1.8
22 +++ xdm-1.1.8.ebuild 4 May 2009 14:52:34 -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/xdm/xdm-1.1.8.ebuild,v 1.8 2009/04/22 21:01:01 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.8.ebuild,v 1.9 2009/05/04 14:52:34 ssuominen Exp $
28
29 # Must be before x-modular eclass is inherited
30 #SNAPSHOT="yes"
31 @@ -29,11 +29,13 @@
32 PATCHES="${FILESDIR}/wtmp.patch
33 ${FILESDIR}/xwilling-hang.patch"
34
35 -CONFIGURE_OPTIONS="$(use_enable ipv6)
36 - $(use_with pam)
37 - --disable-xprint
38 - --with-default-vt=${DEFAULTVT}
39 - --with-xdmconfigdir=/etc/X11/xdm"
40 +pkg_setup() {
41 + CONFIGURE_OPTIONS="$(use_enable ipv6)
42 + $(use_with pam)
43 + --disable-xprint
44 + --with-default-vt=${DEFAULTVT}
45 + --with-xdmconfigdir=/etc/X11/xdm"
46 +}
47
48 src_install() {
49 x-modular_src_install
50
51
52
53 1.96 x11-apps/xdm/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdm/ChangeLog?rev=1.96&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdm/ChangeLog?rev=1.96&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xdm/ChangeLog?r1=1.95&r2=1.96
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v
62 retrieving revision 1.95
63 retrieving revision 1.96
64 diff -u -r1.95 -r1.96
65 --- ChangeLog 22 Apr 2009 21:01:01 -0000 1.95
66 +++ ChangeLog 4 May 2009 14:52:34 -0000 1.96
67 @@ -1,6 +1,9 @@
68 # ChangeLog for x11-apps/xdm
69 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.95 2009/04/22 21:01:01 maekke Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.96 2009/05/04 14:52:34 ssuominen Exp $
72 +
73 + 04 May 2009; Samuli Suominen <ssuominen@g.o> xdm-1.1.8.ebuild:
74 + Move use_ functions out of global scope.
75
76 22 Apr 2009; Markus Meier <maekke@g.o> xdm-1.1.8:
77 amd64 stable, bug #265404