summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-06-09 09:10:34 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-06-09 09:10:34 +0000
commitfe177758b48f2fd0617fe5123e964b915b46ceab (patch)
tree462abc6f7edc8222929a0ff7f12ae3549a8dd555 /x11-drivers
parentKeyword ppc and ppc64 wrt bug#408735. (diff)
downloadhistorical-fe177758b48f2fd0617fe5123e964b915b46ceab.tar.gz
historical-fe177758b48f2fd0617fe5123e964b915b46ceab.tar.bz2
historical-fe177758b48f2fd0617fe5123e964b915b46ceab.zip
Keyword ppc and ppc64 wrt bug#408735. Redux versions a bit.
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-synaptics/ChangeLog7
-rw-r--r--x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild39
-rw-r--r--x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.0.ebuild36
-rw-r--r--x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.0.ebuild37
-rw-r--r--x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.1.ebuild4
5 files changed, 8 insertions, 115 deletions
diff --git a/x11-drivers/xf86-input-synaptics/ChangeLog b/x11-drivers/xf86-input-synaptics/ChangeLog
index c5a949eb0d49..410d33c81904 100644
--- a/x11-drivers/xf86-input-synaptics/ChangeLog
+++ b/x11-drivers/xf86-input-synaptics/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-drivers/xf86-input-synaptics
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.73 2012/05/22 08:50:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.74 2012/06/09 09:10:34 scarabeus Exp $
+
+ 09 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+ -xf86-input-synaptics-1.3.0.ebuild, -xf86-input-synaptics-1.5.0.ebuild,
+ -xf86-input-synaptics-1.6.0.ebuild, xf86-input-synaptics-1.6.1.ebuild:
+ Keyword ppc and ppc64 wrt bug#408735. Redux versions a bit.
22 May 2012; Anthony G. Basile <blueness@gentoo.org>
xf86-input-synaptics-1.6.1.ebuild:
diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild
deleted file mode 100644
index 8315bde6135c..000000000000
--- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.3.0.ebuild
+++ /dev/null
@@ -1,39 +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-synaptics/xf86-input-synaptics-1.3.0.ebuild,v 1.7 2012/03/29 14:44:54 chithanh Exp $
-
-EAPI=3
-
-inherit linux-info xorg-2
-
-DESCRIPTION="Driver for Synaptics touchpads"
-HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
-
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="
- <x11-base/xorg-server-1.11.99
- >=x11-libs/libXi-1.2
- >=x11-libs/libXtst-1.1.0"
-DEPEND="${RDEPEND}
- x11-proto/inputproto
- >=x11-proto/recordproto-1.14"
-
-src_install() {
- DOCS=( README )
- xorg-2_src_install
-}
-pkg_postinst() {
- xorg-2_pkg_postinst
- # Just a friendly warning
- if ! linux_config_exists \
- || ! linux_chkconfig_present INPUT_EVDEV; then
- echo
- ewarn "This driver requires event interface support in your kernel"
- ewarn " Device Drivers --->"
- ewarn " Input device support --->"
- ewarn " <*> Event interface"
- echo
- fi
-}
diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.0.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.0.ebuild
deleted file mode 100644
index 38afb109b0a2..000000000000
--- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.0.ebuild
+++ /dev/null
@@ -1,36 +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-synaptics/xf86-input-synaptics-1.5.0.ebuild,v 1.3 2012/03/29 14:44:54 chithanh Exp $
-
-EAPI=4
-
-inherit linux-info xorg-2
-
-DESCRIPTION="Driver for Synaptics touchpads"
-HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
- <x11-base/xorg-server-1.11.99
- >=x11-libs/libXi-1.2
- >=x11-libs/libXtst-1.1.0"
-DEPEND="${RDEPEND}
- >=x11-proto/recordproto-1.14"
-
-DOCS=( "README" )
-
-pkg_pretend() {
- linux-info_pkg_setup
- # Just a friendly warning
- if ! linux_config_exists \
- || ! linux_chkconfig_present INPUT_EVDEV; then
- echo
- ewarn "This driver requires event interface support in your kernel"
- ewarn " Device Drivers --->"
- ewarn " Input device support --->"
- ewarn " <*> Event interface"
- echo
- fi
-}
diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.0.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.0.ebuild
deleted file mode 100644
index 45dca17e946f..000000000000
--- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.0.ebuild
+++ /dev/null
@@ -1,37 +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-synaptics/xf86-input-synaptics-1.6.0.ebuild,v 1.1 2012/05/03 22:50:55 chithanh Exp $
-
-EAPI=4
-
-inherit linux-info xorg-2
-
-DESCRIPTION="Driver for Synaptics touchpads"
-HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/mtdev
- >=x11-base/xorg-server-1.8
- >=x11-libs/libXi-1.2
- >=x11-libs/libXtst-1.1.0"
-DEPEND="${RDEPEND}
- >=sys-kernel/linux-headers-2.6.37
- >=x11-proto/recordproto-1.14"
-
-DOCS=( "README" )
-
-pkg_pretend() {
- linux-info_pkg_setup
- # Just a friendly warning
- if ! linux_config_exists \
- || ! linux_chkconfig_present INPUT_EVDEV; then
- echo
- ewarn "This driver requires event interface support in your kernel"
- ewarn " Device Drivers --->"
- ewarn " Input device support --->"
- ewarn " <*> Event interface"
- echo
- fi
-}
diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.1.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.1.ebuild
index 07c3c27506ba..7e4110ab1a11 100644
--- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.1.ebuild
+++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.1.ebuild
@@ -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-synaptics/xf86-input-synaptics-1.6.1.ebuild,v 1.2 2012/05/22 08:50:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.1.ebuild,v 1.3 2012/06/09 09:10:34 scarabeus Exp $
EAPI=4
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
DESCRIPTION="Driver for Synaptics touchpads"
HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="sys-libs/mtdev