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.11.ebuild ChangeLog
Date: Tue, 04 Feb 2014 19:58:43
Message-Id: 20140204195833.B872D2004C@flycatcher.gentoo.org
1 chithanh 14/02/04 19:58:33
2
3 Modified: ChangeLog
4 Added: xkeyboard-config-2.11.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.193 x11-misc/xkeyboard-config/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.193&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.193&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.192&r2=1.193
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
20 retrieving revision 1.192
21 retrieving revision 1.193
22 diff -u -r1.192 -r1.193
23 --- ChangeLog 8 Oct 2013 05:09:09 -0000 1.192
24 +++ ChangeLog 4 Feb 2014 19:58:33 -0000 1.193
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/xkeyboard-config
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.192 2013/10/08 05:09:09 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.193 2014/02/04 19:58:33 chithanh Exp $
31 +
32 +*xkeyboard-config-2.11 (04 Feb 2014)
33 +
34 + 04 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +xkeyboard-config-2.11.ebuild:
36 + Version bump.
37
38 08 Oct 2013; Agostino Sarubbo <ago@g.o> xkeyboard-config-2.9.ebuild:
39 Stable for x86, wrt bug #475480
40
41
42
43 1.1 x11-misc/xkeyboard-config/xkeyboard-config-2.11.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.11.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.11.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xkeyboard-config-2.11.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.11.ebuild,v 1.1 2014/02/04 19:58:33 chithanh Exp $
53
54 EAPI=5
55
56 XORG_STATIC=no
57 inherit xorg-2
58
59 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config"
60
61 DESCRIPTION="X keyboard configuration database"
62 HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
63 [[ ${PV} == *9999* ]] || SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2"
64
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
66 IUSE=""
67
68 LICENSE="MIT"
69 SLOT="0"
70
71 RDEPEND=">=x11-apps/xkbcomp-1.2.3
72 >=x11-libs/libX11-1.4.3"
73 DEPEND="${RDEPEND}
74 dev-util/intltool
75 >=x11-proto/xproto-7.0.20"
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 }