Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libxkbcommon: ChangeLog libxkbcommon-0.3.1.ebuild
Date: Sat, 07 Dec 2013 13:02:39
Message-Id: 20131207130231.3FBE82004B@flycatcher.gentoo.org
1 johu 13/12/07 13:02:30
2
3 Modified: ChangeLog libxkbcommon-0.3.1.ebuild
4 Log:
5 x86 stable, bug #480340
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
8
9 Revision Changes Path
10 1.6 x11-libs/libxkbcommon/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 2 Sep 2013 16:17:12 -0000 1.5
23 +++ ChangeLog 7 Dec 2013 13:02:30 -0000 1.6
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-libs/libxkbcommon
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.5 2013/09/02 16:17:12 nimiux Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.6 2013/12/07 13:02:30 johu Exp $
29 +
30 + 07 Dec 2013; Johannes Huber <johu@g.o> libxkbcommon-0.3.1.ebuild:
31 + x86 stable, bug #480340
32
33 02 Sep 2013; Chema Alonso <nimiux@g.o> libxkbcommon-0.3.1.ebuild:
34 Stable for amd64 wrt bug #480340
35
36
37
38 1.4 x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild?r1=1.3&r2=1.4
43
44 Index: libxkbcommon-0.3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- libxkbcommon-0.3.1.ebuild 2 Sep 2013 16:17:12 -0000 1.3
51 +++ libxkbcommon-0.3.1.ebuild 7 Dec 2013 13:02:30 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild,v 1.3 2013/09/02 16:17:12 nimiux Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild,v 1.4 2013/12/07 13:02:30 johu Exp $
57
58 EAPI=5
59 XORG_EAUTORECONF="yes"
60 @@ -13,7 +13,7 @@
61 else
62 XORG_BASE_INDIVIDUAL_URI=""
63 SRC_URI="http://xkbcommon.org/download/${P}.tar.xz"
64 - KEYWORDS="amd64 ~arm ~x86"
65 + KEYWORDS="amd64 ~arm x86"
66 fi
67
68 inherit xorg-2 ${GIT_ECLASS}