Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: xkeyboard-config-1.7.ebuild ChangeLog
Date: Tue, 06 Oct 2009 10:58:22
Message-Id: E1Mv7kH-0000Ct-6t@stork.gentoo.org
1 remi 09/10/06 10:58:17
2
3 Modified: xkeyboard-config-1.7.ebuild ChangeLog
4 Log:
5 x11-misc/xkeyboard-config: make the ebuild more EAPI=2-like
6 (Portage version: 2.2_rc44/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild?r1=1.1&r2=1.2
14
15 Index: xkeyboard-config-1.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xkeyboard-config-1.7.ebuild 6 Oct 2009 10:47:02 -0000 1.1
22 +++ xkeyboard-config-1.7.ebuild 6 Oct 2009 10:58:16 -0000 1.2
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-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.1 2009/10/06 10:47:02 remi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-1.7.ebuild,v 1.2 2009/10/06 10:58:16 remi Exp $
28
29 EAPI="2"
30
31 @@ -34,19 +34,17 @@
32 fi
33 }
34
35 -src_compile() {
36 +src_configure() {
37 econf \
38 --with-xkb-base=/usr/share/X11/xkb \
39 --enable-compat-rules \
40 --disable-xkbcomp-symlink \
41 --with-xkb-rules-symlink=xorg \
42 || die "configure failed"
43 -
44 - emake || die "make failed"
45 }
46
47 src_install() {
48 - make DESTDIR="${D}" install || die "install failed"
49 + emake DESTDIR="${D}" install || die "install failed"
50 echo "CONFIG_PROTECT=\"/usr/share/X11/xkb\"" > "${T}"/10xkeyboard-config
51 doenvd "${T}"/10xkeyboard-config
52 }
53
54
55
56 1.74 x11-misc/xkeyboard-config/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.74&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.74&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.73&r2=1.74
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
65 retrieving revision 1.73
66 retrieving revision 1.74
67 diff -u -r1.73 -r1.74
68 --- ChangeLog 6 Oct 2009 10:47:02 -0000 1.73
69 +++ ChangeLog 6 Oct 2009 10:58:16 -0000 1.74
70 @@ -1,6 +1,9 @@
71 # ChangeLog for x11-misc/xkeyboard-config
72 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.73 2009/10/06 10:47:02 remi Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.74 2009/10/06 10:58:16 remi Exp $
75 +
76 + 06 Oct 2009; RĂ©mi Cardona <remi@g.o> xkeyboard-config-1.7.ebuild:
77 + make the ebuild more EAPI=2-like
78
79 *xkeyboard-config-1.7 (06 Oct 2009)