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.8.ebuild ChangeLog xkeyboard-config-2.5.ebuild xkeyboard-config-2.2.1-r1.ebuild xkeyboard-config-2.5.1.ebuild xkeyboard-config-2.1.ebuild xkeyboard-config-2.3.ebuild xkeyboard-config-2.4.1-r2.ebuild xkeyboard-config-2.4.1-r3.ebuild
Date: Wed, 30 Jan 2013 14:11:15
Message-Id: 20130130141111.599652171D@flycatcher.gentoo.org
1 chithanh 13/01/30 14:11:11
2
3 Modified: ChangeLog
4 Added: xkeyboard-config-2.8.ebuild
5 Removed: xkeyboard-config-2.5.ebuild
6 xkeyboard-config-2.2.1-r1.ebuild
7 xkeyboard-config-2.5.1.ebuild
8 xkeyboard-config-2.1.ebuild
9 xkeyboard-config-2.3.ebuild
10 xkeyboard-config-2.4.1-r2.ebuild
11 xkeyboard-config-2.4.1-r3.ebuild
12 Log:
13 Version bump. Switch to EAPI=5 and drop old.
14
15 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
16
17 Revision Changes Path
18 1.180 x11-misc/xkeyboard-config/ChangeLog
19
20 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.180&view=markup
21 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.180&content-type=text/plain
22 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.179&r2=1.180
23
24 Index: ChangeLog
25 ===================================================================
26 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
27 retrieving revision 1.179
28 retrieving revision 1.180
29 diff -u -r1.179 -r1.180
30 --- ChangeLog 4 Jan 2013 18:03:26 -0000 1.179
31 +++ ChangeLog 30 Jan 2013 14:11:11 -0000 1.180
32 @@ -1,6 +1,18 @@
33 # ChangeLog for x11-misc/xkeyboard-config
34 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
35 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.179 2013/01/04 18:03:26 jer Exp $
36 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.180 2013/01/30 14:11:11 chithanh Exp $
37 +
38 +*xkeyboard-config-2.8 (30 Jan 2013)
39 +
40 + 30 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
41 + +xkeyboard-config-2.8.ebuild,
42 + -files/xkeyboard-config-2.4.1-extended-function-keys.patch,
43 + -files/xkeyboard-config-2.4.1-shift-backspace.patch,
44 + -files/xorg-cve-2012-0064.patch, -xkeyboard-config-2.1.ebuild,
45 + -xkeyboard-config-2.2.1-r1.ebuild, -xkeyboard-config-2.3.ebuild,
46 + -xkeyboard-config-2.4.1-r2.ebuild, -xkeyboard-config-2.4.1-r3.ebuild,
47 + -xkeyboard-config-2.5.1.ebuild, -xkeyboard-config-2.5.ebuild:
48 + Version bump. Switch to EAPI=5 and drop old.
49
50 04 Jan 2013; Jeroen Roovers <jer@g.o> xkeyboard-config-2.7.ebuild:
51 Stable for HPPA (bug #440872).
52
53
54
55 1.1 x11-misc/xkeyboard-config/xkeyboard-config-2.8.ebuild
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.8.ebuild?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.8.ebuild?rev=1.1&content-type=text/plain
59
60 Index: xkeyboard-config-2.8.ebuild
61 ===================================================================
62 # Copyright 1999-2013 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.8.ebuild,v 1.1 2013/01/30 14:11:11 chithanh Exp $
65
66 EAPI=5
67
68 XORG_STATIC=no
69 inherit xorg-2
70
71 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config"
72
73 DESCRIPTION="X keyboard configuration database"
74 HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
75 [[ ${PV} == *9999* ]] || SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2"
76
77 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"
78 IUSE=""
79
80 LICENSE="MIT"
81 SLOT="0"
82
83 RDEPEND=">=x11-apps/xkbcomp-1.2.3
84 >=x11-libs/libX11-1.4.3"
85 DEPEND="${RDEPEND}
86 dev-util/intltool
87 >=x11-proto/xproto-7.0.20"
88
89 XORG_CONFIGURE_OPTIONS=(
90 --with-xkb-base="${EPREFIX}/usr/share/X11/xkb"
91 --enable-compat-rules
92 # do not check for runtime deps
93 --disable-runtime-deps
94 --with-xkb-rules-symlink=xorg
95 )
96
97 src_prepare() {
98 xorg-2_src_prepare
99 if [[ ${XORG_EAUTORECONF} != no ]]; then
100 intltoolize --copy --automake || die
101 fi
102 }
103
104 src_compile() {
105 # cleanup to make sure .dir files are regenerated
106 # bug #328455 c#26
107 xorg-2_src_compile clean
108 xorg-2_src_compile
109 }