Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-void: xf86-input-void-1.4.1.ebuild ChangeLog xf86-input-void-1.3.1.ebuild
Date: Thu, 02 Jul 2015 02:20:11
Message-Id: 20150702022000.61ABB74E@oystercatcher.gentoo.org
1 mrueg 15/07/02 02:20:00
2
3 Modified: ChangeLog
4 Added: xf86-input-void-1.4.1.ebuild
5 Removed: xf86-input-void-1.3.1.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.76 x11-drivers/xf86-input-void/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog?rev=1.76&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog?rev=1.76&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog?r1=1.75&r2=1.76
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v
21 retrieving revision 1.75
22 retrieving revision 1.76
23 diff -u -r1.75 -r1.76
24 --- ChangeLog 4 Jul 2013 03:03:06 -0000 1.75
25 +++ ChangeLog 2 Jul 2015 02:20:00 -0000 1.76
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-drivers/xf86-input-void
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.75 2013/07/04 03:03:06 heroxbd Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/ChangeLog,v 1.76 2015/07/02 02:20:00 mrueg Exp $
32 +
33 +*xf86-input-void-1.4.1 (02 Jul 2015)
34 +
35 + 02 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> +xf86-input-void-1.4.1.ebuild,
36 + -xf86-input-void-1.3.1.ebuild:
37 + Version bump. Remove old.
38
39 04 Jul 2013; Benda Xu <heroxbd@g.o> xf86-input-void-1.4.0.ebuild:
40 keyword x86-linux
41
42
43
44 1.1 x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xf86-input-void-1.4.1.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild,v 1.1 2015/07/02 02:20:00 mrueg Exp $
54
55 EAPI=5
56 inherit xorg-2
57
58 DESCRIPTION="null input driver"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
61 IUSE=""
62
63 RDEPEND=">=x11-base/xorg-server-1.9.99.1"
64 DEPEND="${RDEPEND}"