Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config: ChangeLog xkeyboard-config-2.0-r1.ebuild xkeyboard-config-2.0.ebuild
Date: Mon, 01 Nov 2010 12:14:18
Message-Id: 20101101121409.5928720051@flycatcher.gentoo.org
1 scarabeus 10/11/01 12:14:09
2
3 Modified: ChangeLog
4 Added: xkeyboard-config-2.0-r1.ebuild
5 Removed: xkeyboard-config-2.0.ebuild
6 Log:
7 Revision bump to fix bug #328455 c#26. Thanks to Oldrich Jedlicka for the solution.
8
9 (Portage version: 2.2_rc98/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.103 x11-misc/xkeyboard-config/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.103&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?rev=1.103&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog?r1=1.102&r2=1.103
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v
21 retrieving revision 1.102
22 retrieving revision 1.103
23 diff -u -r1.102 -r1.103
24 --- ChangeLog 21 Oct 2010 01:22:18 -0000 1.102
25 +++ ChangeLog 1 Nov 2010 12:14:09 -0000 1.103
26 @@ -1,6 +1,13 @@
27 # ChangeLog for x11-misc/xkeyboard-config
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.102 2010/10/21 01:22:18 ranger Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/ChangeLog,v 1.103 2010/11/01 12:14:09 scarabeus Exp $
31 +
32 +*xkeyboard-config-2.0-r1 (01 Nov 2010)
33 +
34 + 01 Nov 2010; Tomáš Chvátal <scarabeus@g.o>
35 + -xkeyboard-config-2.0.ebuild, +xkeyboard-config-2.0-r1.ebuild:
36 + Revision bump to fix bug #328455 c#26. Thanks to Oldrich Jedlicka for the
37 + solution.
38
39 21 Oct 2010; Brent Baude <ranger@g.o> ChangeLog:
40 Marking xkeyboard-config-1.9 ppc stable for bug 239063
41
42
43
44 1.1 x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xkeyboard-config-2.0-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.0-r1.ebuild,v 1.1 2010/11/01 12:14:09 scarabeus Exp $
54
55 EAPI=3
56
57 XORG_STATIC=no
58 inherit xorg-2
59
60 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config"
61
62 DESCRIPTION="X keyboard configuration database"
63 HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
64 SRC_URI="${BASE_INDIVIDUAL_URI}/data/xkeyboard-config/${P}.tar.bz2"
65
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
67 IUSE=""
68
69 LICENSE="MIT"
70 SLOT="0"
71
72 RDEPEND="x11-apps/xkbcomp"
73 DEPEND="${RDEPEND}
74 >=dev-util/intltool-0.30
75 dev-perl/XML-Parser"
76
77 CONFIGURE_OPTIONS="
78 --with-xkb-base=${EPREFIX}/usr/share/X11/xkb
79 --enable-compat-rules
80 --with-xkb-rules-symlink=xorg"
81
82 src_compile() {
83 # cleanup to make sure .dir files are regenerated
84 # bug #328455 c#26
85 emake clean || die
86 xorg-2_src_compile
87 }