Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: ChangeLog xkeyboard-config-2.4.ebuild
Date: Sun, 02 Oct 2011 01:05:54
Message-Id: 20111002010544.D71772004B@flycatcher.gentoo.org
1 chithanh 11/10/02 01:05:44
2
3 Modified: ChangeLog
4 Added: xkeyboard-config-2.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.140 x11-misc/xkeyboard-config/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.140&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.140&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.139&r2=1.140
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
20 retrieving revision 1.139
21 retrieving revision 1.140
22 diff -u -r1.139 -r1.140
23 --- ChangeLog 21 Sep 2011 00:39:33 -0000 1.139
24 +++ ChangeLog 2 Oct 2011 01:05:44 -0000 1.140
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/xkeyboard-config
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.139 2011/09/21 00:39:33 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.140 2011/10/02 01:05:44 chithanh Exp $
30 +
31 +*xkeyboard-config-2.4 (02 Oct 2011)
32 +
33 + 02 Oct 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xkeyboard-config-2.4.ebuild:
35 + Version bump.
36
37 21 Sep 2011; Jeroen Roovers <jer@g.o> xkeyboard-config-2.3.ebuild:
38 Stable for HPPA (bug #380421).
39
40
41
42 1.1 x11-misc/xkeyboard-config/xkeyboard-config-2.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xkeyboard-config-2.4.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.4.ebuild,v 1.1 2011/10/02 01:05:44 chithanh Exp $
52
53 EAPI=4
54
55 XORG_STATIC=no
56 inherit xorg-2
57
58 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config"
59
60 DESCRIPTION="X keyboard configuration database"
61 HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
62 [[ ${PV} == *9999* ]] || SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2"
63
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
65 IUSE=""
66
67 LICENSE="MIT"
68 SLOT="0"
69
70 RDEPEND=">=x11-apps/xkbcomp-1.2.1
71 >=x11-libs/libX11-1.4.2"
72 DEPEND="${RDEPEND}
73 x11-proto/xproto
74 >=dev-util/intltool-0.30
75 dev-perl/XML-Parser"
76
77 XORG_CONFIGURE_OPTIONS=(
78 --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
79 --enable-compat-rules
80 # do not check for runtime deps
81 --disable-runtime-deps
82 --with-xkb-rules-symlink=xorg
83 )
84
85 src_prepare() {
86 xorg-2_src_prepare
87 if [[ ${XORG_EAUTORECONF} != no ]]; then
88 intltoolize --copy --automake || die
89 fi
90 }
91
92 src_compile() {
93 # cleanup to make sure .dir files are regenerated
94 # bug #328455 c#26
95 xorg-2_src_compile clean
96 xorg-2_src_compile
97 }