summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-05-26 18:37:35 +0000
committerMichał Górny <mgorny@gentoo.org>2015-05-26 18:37:35 +0000
commitad26f2c6fd3ae34b1e895df5212193cc2d32acac (patch)
tree37705b3c1780a3626506c43ab63f727c28520718 /x11-drivers
parentRemove lastrited package. (diff)
downloadgentoo-2-ad26f2c6fd3ae34b1e895df5212193cc2d32acac.tar.gz
gentoo-2-ad26f2c6fd3ae34b1e895df5212193cc2d32acac.tar.bz2
gentoo-2-ad26f2c6fd3ae34b1e895df5212193cc2d32acac.zip
Remove lastrited versions
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-synaptics/ChangeLog6
-rw-r--r--x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.2.ebuild37
-rw-r--r--x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.4.ebuild38
3 files changed, 5 insertions, 76 deletions
diff --git a/x11-drivers/xf86-input-synaptics/ChangeLog b/x11-drivers/xf86-input-synaptics/ChangeLog
index 6dedff02bd6d..9ccf7e9e9d73 100644
--- a/x11-drivers/xf86-input-synaptics/ChangeLog
+++ b/x11-drivers/xf86-input-synaptics/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-synaptics
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.116 2015/03/30 12:03:31 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.117 2015/05/26 18:37:35 mgorny Exp $
+
+ 26 May 2015; Michał Górny <mgorny@gentoo.org>
+ -xf86-input-synaptics-1.5.2.ebuild, -xf86-input-synaptics-1.6.4.ebuild:
+ Remove lastrited versions
*xf86-input-synaptics-1.8.2 (30 Mar 2015)
diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.2.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.2.ebuild
deleted file mode 100644
index 3d4179c73054..000000000000
--- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.5.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 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.2.ebuild,v 1.3 2014/01/26 19:49:57 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.8
- <x11-base/xorg-server-1.14.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.4.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.4.ebuild
deleted file mode 100644
index c23450b5924f..000000000000
--- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.6.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 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.4.ebuild,v 1.2 2014/01/26 19:49:57 chithanh Exp $
-
-EAPI=5
-
-inherit linux-info xorg-2
-
-DESCRIPTION="Driver for Synaptics touchpads"
-HOMEPAGE="http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/"
-
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/mtdev
- >=x11-base/xorg-server-1.8
- <x11-base/xorg-server-1.14.99
- >=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
-}