diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-08 17:10:08 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-08 17:10:08 +0000 |
commit | 0d42fd2574e97d01ca39fa928f71b9b59dd28782 (patch) | |
tree | ab2798b75a78bc327d532cbb6073c022841629ec /x11-drivers | |
parent | Drop some old versions. (diff) | |
download | gentoo-2-0d42fd2574e97d01ca39fa928f71b9b59dd28782.tar.gz gentoo-2-0d42fd2574e97d01ca39fa928f71b9b59dd28782.tar.bz2 gentoo-2-0d42fd2574e97d01ca39fa928f71b9b59dd28782.zip |
Drop some old versions.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
5 files changed, 7 insertions, 80 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog index 9627c5f37b59..601acaff2216 100644 --- a/x11-drivers/xf86-input-evdev/ChangeLog +++ b/x11-drivers/xf86-input-evdev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-evdev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.198 2013/01/04 17:53:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.199 2013/01/08 17:10:08 chithanh Exp $ + + 08 Jan 2013; 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, -xf86-input-evdev-2.7.1.ebuild, + -xf86-input-evdev-2.7.2.ebuild: + Drop some old versions. 04 Jan 2013; Jeroen Roovers <jer@gentoo.org> xf86-input-evdev-2.7.3.ebuild: Stable for HPPA (bug #440872). diff --git a/x11-drivers/xf86-input-evdev/files/xf86-input-evdev-2.7.0-horizontal-scrolling.patch b/x11-drivers/xf86-input-evdev/files/xf86-input-evdev-2.7.0-horizontal-scrolling.patch deleted file mode 100644 index 93c54d300619..000000000000 --- a/x11-drivers/xf86-input-evdev/files/xf86-input-evdev-2.7.0-horizontal-scrolling.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 99340147b9092a5aaec997eca407282a51e1f063 Mon Sep 17 00:00:00 2001 -From: Peter Hutterer <peter.hutterer@who-t.net> -Date: Thu, 15 Mar 2012 05:46:32 +0000 -Subject: Fix inverted horizontal scroll (#46205) - -REL_HWHEEL has a positive increment, not a negative one like REL_WHEEL. - -X.Org Bug 46205 <http://bugs.freedesktop.org/show_bug.cgi?id=46205> - -Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> -Reviewed-by: Chase Douglas <chase.douglas@canonical.com> ---- -diff --git a/src/evdev.c b/src/evdev.c -index d540b87..8cf630c 100644 ---- a/src/evdev.c -+++ b/src/evdev.c -@@ -1600,7 +1600,7 @@ EvdevAddRelValuatorClass(DeviceIntPtr device) - else if (axis == REL_DIAL) - SetScrollValuator(device, axnum, SCROLL_TYPE_VERTICAL, -1.0, SCROLL_FLAG_NONE); - else if (axis == REL_HWHEEL) -- SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, -1.0, SCROLL_FLAG_NONE); -+ SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, 1.0, SCROLL_FLAG_NONE); - #endif - } - --- -cgit v0.9.0.2-2-gbebe diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild deleted file mode 100644 index eee6c7379468..000000000000 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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.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" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.10[udev] - sys-libs/mtdev" -DEPEND="${RDEPEND} - >=x11-proto/inputproto-2.1.99.3 - >=sys-kernel/linux-headers-2.6" - -PATCHES=( - "${FILESDIR}"/${PN}-2.7.0-horizontal-scrolling.patch -) diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.1.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.1.ebuild deleted file mode 100644 index eb4c6bc4eac6..000000000000 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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.1.ebuild,v 1.1 2012/07/25 14:32:38 chithanh Exp $ - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="Generic Linux input driver" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.10[udev] - sys-libs/mtdev" -DEPEND="${RDEPEND} - >=x11-proto/inputproto-2.1.99.3 - >=sys-kernel/linux-headers-2.6" diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.2.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.2.ebuild deleted file mode 100644 index 4dcd900eea4e..000000000000 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.7.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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.2.ebuild,v 1.1 2012/08/09 20:02:26 chithanh Exp $ - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="Generic Linux input driver" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.10[udev] - sys-libs/mtdev" -DEPEND="${RDEPEND} - >=x11-proto/inputproto-2.1.99.3 - >=sys-kernel/linux-headers-2.6" |