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.9.ebuild ChangeLog
Date: Sat, 01 Jun 2013 03:26:48
Message-Id: 20130601032641.A082C2171D@flycatcher.gentoo.org
1 chithanh 13/06/01 03:26:41
2
3 Modified: ChangeLog
4 Added: xkeyboard-config-2.9.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.182 x11-misc/xkeyboard-config/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.182&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.182&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.181&r2=1.182
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
20 retrieving revision 1.181
21 retrieving revision 1.182
22 diff -u -r1.181 -r1.182
23 --- ChangeLog 25 Feb 2013 08:42:24 -0000 1.181
24 +++ ChangeLog 1 Jun 2013 03:26:41 -0000 1.182
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.181 2013/02/25 08:42:24 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.182 2013/06/01 03:26:41 chithanh Exp $
30 +
31 +*xkeyboard-config-2.9 (01 Jun 2013)
32 +
33 + 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xkeyboard-config-2.9.ebuild:
35 + Version bump.
36
37 25 Feb 2013; Zac Medico <zmedico@g.o> xkeyboard-config-2.8.ebuild:
38 Add ~arm-linux keyword.
39
40
41
42 1.1 x11-misc/xkeyboard-config/xkeyboard-config-2.9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xkeyboard-config-2.9.ebuild
48 ===================================================================
49 # Copyright 1999-2013 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.9.ebuild,v 1.1 2013/06/01 03:26:41 chithanh Exp $
52
53 EAPI=5
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 ~arm-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 }