From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S9MIx-0003Bk-AY for garchives@archives.gentoo.org; Sun, 18 Mar 2012 20:02:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A46B1E0AA2; Sun, 18 Mar 2012 20:01:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 66C6CE0AA2 for ; Sun, 18 Mar 2012 20:01:53 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C87291B4024 for ; Sun, 18 Mar 2012 20:01:52 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2265) id 166E62004B; Sun, 18 Mar 2012 20:01:51 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen (chithanh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chithanh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-evdev: xf86-input-evdev-2.7.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xf86-input-evdev-2.7.0.ebuild ChangeLog X-VCS-Directories: x11-drivers/xf86-input-evdev X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Message-Id: <20120318200151.166E62004B@flycatcher.gentoo.org> Date: Sun, 18 Mar 2012 20:01:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0ffd13f5-7240-4a8a-96d7-99641df92921 X-Archives-Hash: e5a911a200502828dbb08d49fcaa6861 chithanh 12/03/18 20:01:51 Modified: xf86-input-evdev-2.7.0.ebuild ChangeLog Log: Add patch to fix horizontal scrolling. =20 (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-i= nput-evdev/xf86-input-evdev-2.7.0.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-i= nput-evdev/xf86-input-evdev-2.7.0.ebuild?rev=3D1.2&content-type=3Dtext/pl= ain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-i= nput-evdev/xf86-input-evdev-2.7.0.ebuild?r1=3D1.1&r2=3D1.2 Index: xf86-input-evdev-2.7.0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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-inp= ut-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-inp= ut-evdev-2.7.0.ebuild,v 1.2 2012/03/18 20:01:50 chithanh Exp $ =20 EAPI=3D4 inherit xorg-2 @@ -14,3 +14,7 @@ >=3Dx11-proto/inputproto-2.1.99.3 >=3Dsys-kernel/linux-headers-2.6 sys-libs/mtdev" + +PATCHES=3D( + "${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-i= nput-evdev/ChangeLog?rev=3D1.173&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-i= nput-evdev/ChangeLog?rev=3D1.173&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-i= nput-evdev/ChangeLog?r1=3D1.172&r2=3D1.173 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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/ChangeLo= g,v 1.172 2012/03/18 17:09:04 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLo= g,v 1.173 2012/03/18 20:01:50 chithanh Exp $ + + 18 Mar 2012; Ch=C3=AD-Thanh Christopher Nguy=E1=BB=85n + +files/xf86-input-evdev-2.7.0-horizontal-scrolling.patch, + xf86-input-evdev-2.7.0.ebuild: + Add patch to fix horizontal scrolling. =20 *xf86-input-evdev-2.7.0 (18 Mar 2012) =20