Gentoo Archives: gentoo-commits

From: "dberkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xinit: ChangeLog xinit-1.0.5.ebuild
Date: Sat, 08 Sep 2007 06:59:02
Message-Id: E1ITuAu-0003TU-IK@stork.gentoo.org
1 dberkholz 07/09/08 06:52:12
2
3 Modified: ChangeLog
4 Added: xinit-1.0.5.ebuild
5 Log:
6 Bump for 7.3.
7 (Portage version: 2.1.3.8)
8
9 Revision Changes Path
10 1.96 x11-apps/xinit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.96&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.96&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/ChangeLog?r1=1.95&r2=1.96
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v
19 retrieving revision 1.95
20 retrieving revision 1.96
21 diff -u -r1.95 -r1.96
22 --- ChangeLog 7 Sep 2007 20:04:21 -0000 1.95
23 +++ ChangeLog 8 Sep 2007 06:52:12 -0000 1.96
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-apps/xinit
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.95 2007/09/07 20:04:21 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.96 2007/09/08 06:52:12 dberkholz Exp $
29 +
30 +*xinit-1.0.5 (08 Sep 2007)
31 +
32 + 08 Sep 2007; Donnie Berkholz <dberkholz@g.o>; +xinit-1.0.5.ebuild:
33 + Bump for 7.3.
34
35 07 Sep 2007; Chris Gianelloni <wolf31o2@g.o> xinit-1.0.4.ebuild:
36 Stable on x86 wrt bug #191615.
37
38
39
40 1.1 x11-apps/xinit/xinit-1.0.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xinit/xinit-1.0.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xinit-1.0.5.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.5.ebuild,v 1.1 2007/09/08 06:52:12 dberkholz Exp $
50
51 # Must be before x-modular eclass is inherited
52 # This is enabled due to modified Makefile.am from the patches
53 SNAPSHOT="yes"
54
55 inherit x-modular pam
56
57 DESCRIPTION="X Window System initializer"
58
59 LICENSE="${LICENSE} GPL-2"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE="minimal"
62
63 RDEPEND="x11-apps/xauth
64 x11-libs/libX11"
65 DEPEND="${RDEPEND}"
66 PDEPEND="!minimal? ( x11-wm/twm
67 x11-apps/xclock
68 x11-apps/xrdb
69 x11-apps/xsm
70 x11-terms/xterm )"
71
72 PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch
73 ${FILESDIR}/gentoo-startx-customization-1.0.4.patch"
74
75 src_unpack() {
76 x-modular_unpack_source
77 x-modular_patch_source
78
79 sed -i -e "s:^XINITDIR.*:XINITDIR = \$(sysconfdir)/X11/xinit:g" ${S}/Makefile.am
80
81 x-modular_reconf_source
82 }
83
84 src_install() {
85 x-modular_src_install
86 exeinto /etc/X11
87 doexe ${FILESDIR}/chooser.sh ${FILESDIR}/startDM.sh
88 exeinto /etc/X11/Sessions
89 doexe ${FILESDIR}/Xsession
90 exeinto /etc/X11/xinit
91 doexe ${FILESDIR}/xinitrc
92 newinitd ${FILESDIR}/xdm.initd-1 xdm
93 newconfd ${FILESDIR}/xdm.confd-1 xdm
94 newpamd ${FILESDIR}/xserver.pamd xserver
95 }
96
97
98
99 --
100 gentoo-commits@g.o mailing list