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: xkeyboard-config-2.6.ebuild ChangeLog
Date: Wed, 30 May 2012 08:50:31
Message-Id: 20120530085018.0B6BD2004B@flycatcher.gentoo.org
1 chithanh 12/05/30 08:50:18
2
3 Modified: ChangeLog
4 Added: xkeyboard-config-2.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.161 x11-misc/xkeyboard-config/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.161&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.161&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.160&r2=1.161
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
20 retrieving revision 1.160
21 retrieving revision 1.161
22 diff -u -r1.160 -r1.161
23 --- ChangeLog 10 May 2012 17:12:32 -0000 1.160
24 +++ ChangeLog 30 May 2012 08:50:17 -0000 1.161
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/xkeyboard-config
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.160 2012/05/10 17:12:32 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.161 2012/05/30 08:50:17 chithanh Exp $
30 +
31 +*xkeyboard-config-2.6 (30 May 2012)
32 +
33 + 30 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xkeyboard-config-2.6.ebuild:
35 + Version bump.
36
37 10 May 2012; Alexis Ballier <aballier@g.o>
38 xkeyboard-config-2.5.1.ebuild:
39
40
41
42 1.1 x11-misc/xkeyboard-config/xkeyboard-config-2.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xkeyboard-config-2.6.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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.6.ebuild,v 1.1 2012/05/30 08:50:17 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 ~amd64-fbsd ~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.3
71 >=x11-libs/libX11-1.4.3"
72 DEPEND="${RDEPEND}
73 dev-util/intltool
74 >=x11-proto/xproto-7.0.20"
75
76 XORG_CONFIGURE_OPTIONS=(
77 --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
78 --enable-compat-rules
79 # do not check for runtime deps
80 --disable-runtime-deps
81 --with-xkb-rules-symlink=xorg
82 )
83
84 src_prepare() {
85 xorg-2_src_prepare
86 if [[ ${XORG_EAUTORECONF} != no ]]; then
87 intltoolize --copy --automake || die
88 fi
89 }
90
91 src_compile() {
92 # cleanup to make sure .dir files are regenerated
93 # bug #328455 c#26
94 xorg-2_src_compile clean
95 xorg-2_src_compile
96 }