* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-03-18 20:01 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 13+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-03-18 20:01 UTC (permalink / raw
To: gentoo-commits
chithanh 12/03/18 20:01:51
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Add patch to fix horizontal scrolling.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.1&r2=1.2
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xf86-input-evdev-2.7.0.ebuild 18 Mar 2012 17:09:04 -0000 1.1
+++ xf86-input-evdev-2.7.0.ebuild 18 Mar 2012 20:01:50 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.1 2012/03/18 17:09:04 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.2 2012/03/18 20:01:50 chithanh Exp $
EAPI=4
inherit xorg-2
@@ -14,3 +14,7 @@
>=x11-proto/inputproto-2.1.99.3
>=sys-kernel/linux-headers-2.6
sys-libs/mtdev"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.7.0-horizontal-scrolling.patch
+)
1.173 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.172&r2=1.173
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog 18 Mar 2012 17:09:04 -0000 1.172
+++ ChangeLog 18 Mar 2012 20:01:50 -0000 1.173
@@ -1,6 +1,11 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.172 2012/03/18 17:09:04 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.173 2012/03/18 20:01:50 chithanh Exp $
+
+ 18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +files/xf86-input-evdev-2.7.0-horizontal-scrolling.patch,
+ xf86-input-evdev-2.7.0.ebuild:
+ Add patch to fix horizontal scrolling.
*xf86-input-evdev-2.7.0 (18 Mar 2012)
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-03-19 22:27 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 13+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-03-19 22:27 UTC (permalink / raw
To: gentoo-commits
chithanh 12/03/19 22:27:23
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Put sys-libs/mtdev in RDEPEND too, bug #408921.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.2&r2=1.3
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xf86-input-evdev-2.7.0.ebuild 18 Mar 2012 20:01:50 -0000 1.2
+++ xf86-input-evdev-2.7.0.ebuild 19 Mar 2012 22:27:23 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.2 2012/03/18 20:01:50 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.3 2012/03/19 22:27:23 chithanh Exp $
EAPI=4
inherit xorg-2
@@ -9,11 +9,11 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86"
IUSE=""
-RDEPEND=">=x11-base/xorg-server-1.11.99.901"
+RDEPEND=">=x11-base/xorg-server-1.11.99.901
+ sys-libs/mtdev"
DEPEND="${RDEPEND}
>=x11-proto/inputproto-2.1.99.3
- >=sys-kernel/linux-headers-2.6
- sys-libs/mtdev"
+ >=sys-kernel/linux-headers-2.6"
PATCHES=(
"${FILESDIR}"/${PN}-2.7.0-horizontal-scrolling.patch
1.174 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.174&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.174&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.173&r2=1.174
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog 18 Mar 2012 20:01:50 -0000 1.173
+++ ChangeLog 19 Mar 2012 22:27:23 -0000 1.174
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.173 2012/03/18 20:01:50 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.174 2012/03/19 22:27:23 chithanh Exp $
+
+ 19 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xf86-input-evdev-2.7.0.ebuild:
+ Put sys-libs/mtdev in RDEPEND too, bug #408921.
18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+files/xf86-input-evdev-2.7.0-horizontal-scrolling.patch,
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-03-22 22:03 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 13+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-03-22 22:03 UTC (permalink / raw
To: gentoo-commits
chithanh 12/03/22 22:03:03
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Depend on udev enabled xorg-server, bug #409307.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Revision Changes Path
1.4 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.3&r2=1.4
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xf86-input-evdev-2.7.0.ebuild 19 Mar 2012 22:27:23 -0000 1.3
+++ xf86-input-evdev-2.7.0.ebuild 22 Mar 2012 22:03:03 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.3 2012/03/19 22:27:23 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.4 2012/03/22 22:03:03 chithanh Exp $
EAPI=4
inherit xorg-2
@@ -9,7 +9,7 @@
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86"
IUSE=""
-RDEPEND=">=x11-base/xorg-server-1.11.99.901
+RDEPEND="x11-base/xorg-server[udev]
sys-libs/mtdev"
DEPEND="${RDEPEND}
>=x11-proto/inputproto-2.1.99.3
1.175 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.175&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.175&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.174&r2=1.175
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog 19 Mar 2012 22:27:23 -0000 1.174
+++ ChangeLog 22 Mar 2012 22:03:03 -0000 1.175
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.174 2012/03/19 22:27:23 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.175 2012/03/22 22:03:03 chithanh Exp $
+
+ 22 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xf86-input-evdev-2.7.0.ebuild:
+ Depend on udev enabled xorg-server, bug #409307.
19 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
xf86-input-evdev-2.7.0.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-05-10 16:34 Matt Turner (mattst88)
0 siblings, 0 replies; 13+ messages in thread
From: Matt Turner (mattst88) @ 2012-05-10 16:34 UTC (permalink / raw
To: gentoo-commits
mattst88 12/05/10 16:34:37
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Added ~mips, bug 408735.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.5 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.4&r2=1.5
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xf86-input-evdev-2.7.0.ebuild 22 Mar 2012 22:03:03 -0000 1.4
+++ xf86-input-evdev-2.7.0.ebuild 10 May 2012 16:34:37 -0000 1.5
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.4 2012/03/22 22:03:03 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.5 2012/05/10 16:34:37 mattst88 Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~sh ~sparc ~x86"
IUSE=""
RDEPEND="x11-base/xorg-server[udev]
1.176 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.176&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.176&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.175&r2=1.176
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog 22 Mar 2012 22:03:03 -0000 1.175
+++ ChangeLog 10 May 2012 16:34:37 -0000 1.176
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.175 2012/03/22 22:03:03 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.176 2012/05/10 16:34:37 mattst88 Exp $
+
+ 10 May 2012; Matt Turner <mattst88@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
+ Added ~mips, bug 408735.
22 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
xf86-input-evdev-2.7.0.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-06-09 9:08 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 13+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-06-09 9:08 UTC (permalink / raw
To: gentoo-commits
scarabeus 12/06/09 09:08:05
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Keyword ppc and ppc64 wrt bug#408735.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.6 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.5&r2=1.6
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xf86-input-evdev-2.7.0.ebuild 10 May 2012 16:34:37 -0000 1.5
+++ xf86-input-evdev-2.7.0.ebuild 9 Jun 2012 09:08:05 -0000 1.6
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.5 2012/05/10 16:34:37 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.6 2012/06/09 09:08:05 scarabeus Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""
RDEPEND="x11-base/xorg-server[udev]
1.177 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.177&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.177&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.176&r2=1.177
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog 10 May 2012 16:34:37 -0000 1.176
+++ ChangeLog 9 Jun 2012 09:08:05 -0000 1.177
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.176 2012/05/10 16:34:37 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.177 2012/06/09 09:08:05 scarabeus Exp $
+
+ 09 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+ xf86-input-evdev-2.7.0.ebuild:
+ Keyword ppc and ppc64 wrt bug#408735.
10 May 2012; Matt Turner <mattst88@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
Added ~mips, bug 408735.
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-06-22 20:37 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-22 20:37 UTC (permalink / raw
To: gentoo-commits
ago 12/06/22 20:37:31
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #419473
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.7 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.6&r2=1.7
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xf86-input-evdev-2.7.0.ebuild 9 Jun 2012 09:08:05 -0000 1.6
+++ xf86-input-evdev-2.7.0.ebuild 22 Jun 2012 20:37:31 -0000 1.7
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.6 2012/06/09 09:08:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.7 2012/06/22 20:37:31 ago Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""
RDEPEND="x11-base/xorg-server[udev]
1.178 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.178&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.178&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.177&r2=1.178
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog 9 Jun 2012 09:08:05 -0000 1.177
+++ ChangeLog 22 Jun 2012 20:37:31 -0000 1.178
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.177 2012/06/09 09:08:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.178 2012/06/22 20:37:31 ago Exp $
+
+ 22 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
+ Stable for amd64, wrt bug #419473
09 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org>
xf86-input-evdev-2.7.0.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-06-24 18:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-24 18:59 UTC (permalink / raw
To: gentoo-commits
ago 12/06/24 18:59:54
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Stable for x86, wrt bug #419473
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.8 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.7&r2=1.8
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xf86-input-evdev-2.7.0.ebuild 22 Jun 2012 20:37:31 -0000 1.7
+++ xf86-input-evdev-2.7.0.ebuild 24 Jun 2012 18:59:54 -0000 1.8
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.7 2012/06/22 20:37:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.8 2012/06/24 18:59:54 ago Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
IUSE=""
RDEPEND="x11-base/xorg-server[udev]
1.179 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.179&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.179&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.178&r2=1.179
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog 22 Jun 2012 20:37:31 -0000 1.178
+++ ChangeLog 24 Jun 2012 18:59:54 -0000 1.179
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.178 2012/06/22 20:37:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.179 2012/06/24 18:59:54 ago Exp $
+
+ 24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
+ Stable for x86, wrt bug #419473
22 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
Stable for amd64, wrt bug #419473
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-06-28 14:47 Jeroen Roovers (jer)
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2012-06-28 14:47 UTC (permalink / raw
To: gentoo-commits
jer 12/06/28 14:47:46
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Stable for HPPA (bug #419473).
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Revision Changes Path
1.9 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.8&r2=1.9
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xf86-input-evdev-2.7.0.ebuild 24 Jun 2012 18:59:54 -0000 1.8
+++ xf86-input-evdev-2.7.0.ebuild 28 Jun 2012 14:47:46 -0000 1.9
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.8 2012/06/24 18:59:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.9 2012/06/28 14:47:46 jer Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
IUSE=""
RDEPEND="x11-base/xorg-server[udev]
1.180 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.179&r2=1.180
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog 24 Jun 2012 18:59:54 -0000 1.179
+++ ChangeLog 28 Jun 2012 14:47:46 -0000 1.180
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.179 2012/06/24 18:59:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.180 2012/06/28 14:47:46 jer Exp $
+
+ 28 Jun 2012; Jeroen Roovers <jer@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
+ Stable for HPPA (bug #419473).
24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
Stable for x86, wrt bug #419473
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-06-29 4:10 Markus Meier (maekke)
0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2012-06-29 4:10 UTC (permalink / raw
To: gentoo-commits
maekke 12/06/29 04:10:07
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
arm stable, bug #419473
(Portage version: 2.1.10.65/cvs/Linux i686)
Revision Changes Path
1.10 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.9&r2=1.10
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xf86-input-evdev-2.7.0.ebuild 28 Jun 2012 14:47:46 -0000 1.9
+++ xf86-input-evdev-2.7.0.ebuild 29 Jun 2012 04:10:07 -0000 1.10
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.9 2012/06/28 14:47:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.10 2012/06/29 04:10:07 maekke Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
IUSE=""
RDEPEND="x11-base/xorg-server[udev]
1.181 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.180&r2=1.181
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog 28 Jun 2012 14:47:46 -0000 1.180
+++ ChangeLog 29 Jun 2012 04:10:07 -0000 1.181
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.180 2012/06/28 14:47:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.181 2012/06/29 04:10:07 maekke Exp $
+
+ 29 Jun 2012; Markus Meier <maekke@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
+ arm stable, bug #419473
28 Jun 2012; Jeroen Roovers <jer@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
Stable for HPPA (bug #419473).
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-07-11 19:37 Brent Baude (ranger)
0 siblings, 0 replies; 13+ messages in thread
From: Brent Baude (ranger) @ 2012-07-11 19:37 UTC (permalink / raw
To: gentoo-commits
ranger 12/07/11 19:37:07
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Marking xf86-input-evdev-2.7.0 ppc64 for bug 419473
(Portage version: 2.1.10.65/cvs/Linux ppc64)
Revision Changes Path
1.11 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.10&r2=1.11
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xf86-input-evdev-2.7.0.ebuild 29 Jun 2012 04:10:07 -0000 1.10
+++ xf86-input-evdev-2.7.0.ebuild 11 Jul 2012 19:37:07 -0000 1.11
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.10 2012/06/29 04:10:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.11 2012/07/11 19:37:07 ranger Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86"
IUSE=""
RDEPEND="x11-base/xorg-server[udev]
1.182 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.181&r2=1.182
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog 29 Jun 2012 04:10:07 -0000 1.181
+++ ChangeLog 11 Jul 2012 19:37:07 -0000 1.182
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.181 2012/06/29 04:10:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.182 2012/07/11 19:37:07 ranger Exp $
+
+ 11 Jul 2012; Brent Baude <ranger@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
+ Marking xf86-input-evdev-2.7.0 ppc64 stable for bug 419473
29 Jun 2012; Markus Meier <maekke@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
arm stable, bug #419473
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-07-12 17:27 Brent Baude (ranger)
0 siblings, 0 replies; 13+ messages in thread
From: Brent Baude (ranger) @ 2012-07-12 17:27 UTC (permalink / raw
To: gentoo-commits
ranger 12/07/12 17:27:32
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Marking xf86-input-evdev-2.7.0 ppc for bug 419473
(Portage version: 2.1.10.65/cvs/Linux ppc64)
Revision Changes Path
1.12 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.11&r2=1.12
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xf86-input-evdev-2.7.0.ebuild 11 Jul 2012 19:37:07 -0000 1.11
+++ xf86-input-evdev-2.7.0.ebuild 12 Jul 2012 17:27:32 -0000 1.12
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.11 2012/07/11 19:37:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.12 2012/07/12 17:27:32 ranger Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
IUSE=""
RDEPEND="x11-base/xorg-server[udev]
1.183 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.183&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.183&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.182&r2=1.183
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog 11 Jul 2012 19:37:07 -0000 1.182
+++ ChangeLog 12 Jul 2012 17:27:32 -0000 1.183
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.182 2012/07/11 19:37:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.183 2012/07/12 17:27:32 ranger Exp $
+
+ 12 Jul 2012; Brent Baude <ranger@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
+ Marking xf86-input-evdev-2.7.0 ppc stable for bug 419473
11 Jul 2012; Brent Baude <ranger@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
Marking xf86-input-evdev-2.7.0 ppc64 stable for bug 419473
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-07-16 14:16 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 13+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-07-16 14:16 UTC (permalink / raw
To: gentoo-commits
chithanh 12/07/16 14:16:28
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
Depend on >=xorg-server-1.10, bug #426386.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Revision Changes Path
1.13 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.12&r2=1.13
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xf86-input-evdev-2.7.0.ebuild 12 Jul 2012 17:27:32 -0000 1.12
+++ xf86-input-evdev-2.7.0.ebuild 16 Jul 2012 14:16:28 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.12 2012/07/12 17:27:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.13 2012/07/16 14:16:28 chithanh Exp $
EAPI=4
inherit xorg-2
@@ -9,7 +9,7 @@
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
IUSE=""
-RDEPEND="x11-base/xorg-server[udev]
+RDEPEND=">=x11-base/xorg-server-1.10[udev]
sys-libs/mtdev"
DEPEND="${RDEPEND}
>=x11-proto/inputproto-2.1.99.3
1.184 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.183&r2=1.184
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog 12 Jul 2012 17:27:32 -0000 1.183
+++ ChangeLog 16 Jul 2012 14:16:28 -0000 1.184
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.183 2012/07/12 17:27:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.184 2012/07/16 14:16:28 chithanh Exp $
+
+ 16 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xf86-input-evdev-2.7.0.ebuild:
+ Depend on >=xorg-server-1.10, bug #426386.
12 Jul 2012; Brent Baude <ranger@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
Marking xf86-input-evdev-2.7.0 ppc stable for bug 419473
@@ -871,4 +875,3 @@
08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>;
+xf86-input-evdev-1.0.0.ebuild:
Initial commit for modular X.
-
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog
@ 2012-08-26 19:33 Raul Porcel (armin76)
0 siblings, 0 replies; 13+ messages in thread
From: Raul Porcel (armin76) @ 2012-08-26 19:33 UTC (permalink / raw
To: gentoo-commits
armin76 12/08/26 19:33:00
Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog
Log:
alpha/ia64/sh/sparc stable wrt #419473
(Portage version: 2.1.11.5/cvs/Linux ia64)
Revision Changes Path
1.14 x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild?r1=1.13&r2=1.14
Index: xf86-input-evdev-2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xf86-input-evdev-2.7.0.ebuild 16 Jul 2012 14:16:28 -0000 1.13
+++ xf86-input-evdev-2.7.0.ebuild 26 Aug 2012 19:33:00 -0000 1.14
@@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.13 2012/07/16 14:16:28 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild,v 1.14 2012/08/26 19:33:00 armin76 Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="Generic Linux input driver"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
IUSE=""
RDEPEND=">=x11-base/xorg-server-1.10[udev]
1.188 x11-drivers/xf86-input-evdev/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.188&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?rev=1.188&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog?r1=1.187&r2=1.188
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog 14 Aug 2012 01:24:15 -0000 1.187
+++ ChangeLog 26 Aug 2012 19:33:00 -0000 1.188
@@ -1,6 +1,9 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.187 2012/08/14 01:24:15 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.188 2012/08/26 19:33:00 armin76 Exp $
+
+ 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xf86-input-evdev-2.7.0.ebuild:
+ alpha/ia64/sh/sparc stable wrt #419473
*xf86-input-evdev-2.7.3 (14 Aug 2012)
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2012-08-26 19:33 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16 14:16 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)
-- strict thread matches above, loose matches on Subject: below --
2012-08-26 19:33 Raul Porcel (armin76)
2012-07-12 17:27 Brent Baude (ranger)
2012-07-11 19:37 Brent Baude (ranger)
2012-06-29 4:10 Markus Meier (maekke)
2012-06-28 14:47 Jeroen Roovers (jer)
2012-06-24 18:59 Agostino Sarubbo (ago)
2012-06-22 20:37 Agostino Sarubbo (ago)
2012-06-09 9:08 Tomas Chvatal (scarabeus)
2012-05-10 16:34 Matt Turner (mattst88)
2012-03-22 22:03 Chi-Thanh Christopher Nguyen (chithanh)
2012-03-19 22:27 Chi-Thanh Christopher Nguyen (chithanh)
2012-03-18 20:01 Chi-Thanh Christopher Nguyen (chithanh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox