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.14.ebuild ChangeLog
Date: Sat, 07 Feb 2015 16:23:49
Message-Id: 20150207162345.3ABC41142B@oystercatcher.gentoo.org
1 chithanh 15/02/07 16:23:45
2
3 Modified: ChangeLog
4 Added: xkeyboard-config-2.14.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
9
10 Revision Changes Path
11 1.205 x11-misc/xkeyboard-config/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.205&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.205&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.204&r2=1.205
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
20 retrieving revision 1.204
21 retrieving revision 1.205
22 diff -u -r1.204 -r1.205
23 --- ChangeLog 4 Nov 2014 16:56:31 -0000 1.204
24 +++ ChangeLog 7 Feb 2015 16:23:45 -0000 1.205
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/xkeyboard-config
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.204 2014/11/04 16:56:31 chithanh Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.205 2015/02/07 16:23:45 chithanh Exp $
31 +
32 +*xkeyboard-config-2.14 (07 Feb 2015)
33 +
34 + 07 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
35 + +xkeyboard-config-2.14.ebuild:
36 + Version bump.
37
38 *xkeyboard-config-2.13 (04 Nov 2014)
39
40
41
42
43 1.1 x11-misc/xkeyboard-config/xkeyboard-config-2.14.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.14.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.14.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xkeyboard-config-2.14.ebuild
49 ===================================================================
50 # Copyright 1999-2015 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.14.ebuild,v 1.1 2015/02/07 16:23:45 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 }