Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@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: Mon, 02 Sep 2013 16:17:18
Message-Id: 20130902161712.B569E2004C@flycatcher.gentoo.org
1 nimiux 13/09/02 16:17:12
2
3 Modified: ChangeLog libxkbcommon-0.3.1.ebuild
4 Log:
5 Stable for amd64 wrt bug #480340
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D628E536)
8
9 Revision Changes Path
10 1.5 x11-libs/libxkbcommon/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 13 Jul 2013 14:34:53 -0000 1.4
23 +++ ChangeLog 2 Sep 2013 16:17:12 -0000 1.5
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.4 2013/07/13 14:34:53 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.5 2013/09/02 16:17:12 nimiux Exp $
29 +
30 + 02 Sep 2013; Chema Alonso <nimiux@g.o> libxkbcommon-0.3.1.ebuild:
31 + Stable for amd64 wrt bug #480340
32
33 13 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 libxkbcommon-0.3.1.ebuild:
35
36
37
38 1.3 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.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild?r1=1.2&r2=1.3
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.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- libxkbcommon-0.3.1.ebuild 13 Jul 2013 14:34:53 -0000 1.2
51 +++ libxkbcommon-0.3.1.ebuild 2 Sep 2013 16:17:12 -0000 1.3
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.2 2013/07/13 14:34:53 chithanh Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.3.1.ebuild,v 1.3 2013/09/02 16:17:12 nimiux 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}