Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-libinput: ChangeLog xf86-input-libinput-0.11.0.ebuild
Date: Tue, 23 Jun 2015 12:18:50
Message-Id: 20150623121837.E51D3A52@oystercatcher.gentoo.org
1 eva 15/06/23 12:18:37
2
3 Modified: ChangeLog
4 Added: xf86-input-libinput-0.11.0.ebuild
5 Log:
6 Version bump, bug #551926.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.6 x11-drivers/xf86-input-libinput/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 17 Mar 2015 18:29:29 -0000 1.5
24 +++ ChangeLog 23 Jun 2015 12:18:37 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-drivers/xf86-input-libinput
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 1.5 2015/03/17 18:29:29 chithanh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 1.6 2015/06/23 12:18:37 eva Exp $
30 +
31 +*xf86-input-libinput-0.11.0 (23 Jun 2015)
32 +
33 + 23 Jun 2015; Gilles Dartiguelongue <eva@g.o>
34 + +xf86-input-libinput-0.11.0.ebuild:
35 + Version bump, bug #551926.
36
37 *xf86-input-libinput-0.8.0 (17 Mar 2015)
38
39
40
41
42 1.1 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.11.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.11.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.11.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xf86-input-libinput-0.11.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.11.0.ebuild,v 1.1 2015/06/23 12:18:37 eva Exp $
52
53 EAPI=5
54
55 inherit xorg-2
56
57 DESCRIPTION="X.org input driver based on libinput"
58
59 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
60 IUSE=""
61
62 RDEPEND=">=dev-libs/libinput-0.14.0:0="
63 DEPEND="${RDEPEND}"
64
65 DOCS=( "README.md" "conf/99-libinput.conf" )