summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-05-24 21:30:47 -0700
committerMatt Turner <mattst88@gentoo.org>2018-05-24 21:30:47 -0700
commit0349ff5a9ba49507ddc0480dca373e792e4ec193 (patch)
tree96603b87b030e8b57cb11c57e77b998661fbaba1 /x11-drivers
parentdev-python/cryptography-2.1.4-r1: ppc64 stable, bug 653620 (diff)
downloadgentoo-0349ff5a9ba49507ddc0480dca373e792e4ec193.tar.gz
gentoo-0349ff5a9ba49507ddc0480dca373e792e4ec193.tar.bz2
gentoo-0349ff5a9ba49507ddc0480dca373e792e4ec193.zip
x11-drivers/xf86-input-mtrack: Drop old versions
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-mtrack/Manifest2
-rw-r--r--x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild48
-rw-r--r--x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild48
3 files changed, 0 insertions, 98 deletions
diff --git a/x11-drivers/xf86-input-mtrack/Manifest b/x11-drivers/xf86-input-mtrack/Manifest
index 40aa7b99b431..e22341a0c298 100644
--- a/x11-drivers/xf86-input-mtrack/Manifest
+++ b/x11-drivers/xf86-input-mtrack/Manifest
@@ -1,3 +1 @@
-DIST xf86-input-mtrack-0.3.0.tar.gz 35826 BLAKE2B f3c1c169ab1e12320214ee6f6ff319f2057333645c312a0ca12e99e7bdf94d99b3008291bc965fcbf5c37919993c97c7c46e4a88b118a2aefd0d619bfdfdf593 SHA512 68422f04ce0b73473cbb4dc7e920dedfce2c91ece1ee59e84dc7f7be5d8e77a2c9b2284dbaefcb0b08ee14868e204c5841fd05320129ec56b33e6ee352c04688
-DIST xf86-input-mtrack-0.3.1.tar.gz 370599 BLAKE2B de31a7b39f7c647d296deccdf0f3ff570bb9b45e89eeed8fa3a40278724d2229a952f51fddfcb39b3660654d04a74119eb34b0bdeb5644b2f3d7061e3cc428c3 SHA512 b8615970092138a7d3670a9783ac29bd57e8f86312af722e6439ef55ca5812a33bbf8460adda1931699084e8a56601c02f307d375e54723857a47f934718a448
DIST xf86-input-mtrack-0.4.1.tar.gz 386733 BLAKE2B 6d7a49bd34894df6e88a900a86eb249a69a396d046776dd801b41a4ee505d07145f7ce66c2a83a21fa209cb78c6d709fb697145a30cf5cb5f78badd589844bd7 SHA512 2c517b27f4915978a01ed1d6d63f156b84c4eb1006a5e972183616a01c6d672fd7bc1c248ae22dcb09024be670afce1130c8fd8325b015811d58d020f244f010
diff --git a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild
deleted file mode 100644
index b9798eae3c3b..000000000000
--- a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-XORG_EAUTORECONF=yes
-
-inherit xorg-2 vcs-snapshot
-
-DESCRIPTION="Xorg Driver for Multitouch Trackpads"
-HOMEPAGE="https://github.com/BlueDragonX/xf86-input-mtrack"
-SRC_URI="https://github.com/BlueDragonX/xf86-input-mtrack/tarball/v${PV/_/-} -> ${P}.tar.gz"
-IUSE="debug"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-RDEPEND="${RDEPEND}
- >=sys-libs/mtdev-1.0"
-DEPEND="${DEPEND}
- >=sys-libs/mtdev-1.0
- x11-base/xorg-proto"
-
-DOCS=( "README.md" )
-PATCHES=( "${FILESDIR}"/${PN}-0.2.0-drop-mtrack-test.patch )
-
-pkg_setup() {
- xorg-2_pkg_setup
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable debug)
- )
-}
-
-pkg_postinst() {
- xorg-2_pkg_postinst
-
- elog
- elog "To enable multitouch support add the following lines"
- elog "to your xorg.conf:"
- elog ""
- elog "Section \"InputClass\""
- elog " MatchIsTouchpad \"true\""
- elog " Identifier \"Touchpads\""
- elog " Driver \"mtrack\""
- elog "EndSection"
- elog
-}
diff --git a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild
deleted file mode 100644
index 08cd6a90bb42..000000000000
--- a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_EAUTORECONF=yes
-
-inherit xorg-2 vcs-snapshot
-
-DESCRIPTION="Xorg Driver for Multitouch Trackpads"
-HOMEPAGE="https://github.com/BlueDragonX/xf86-input-mtrack"
-SRC_URI="https://github.com/BlueDragonX/xf86-input-mtrack/tarball/v${PV/_/-} -> ${P}.tar.gz"
-IUSE="debug"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-RDEPEND="${RDEPEND}
- >=sys-libs/mtdev-1.0"
-DEPEND="${DEPEND}
- >=sys-libs/mtdev-1.0
- x11-base/xorg-proto"
-
-DOCS=( "README.md" )
-PATCHES=( "${FILESDIR}"/${PN}-0.2.0-drop-mtrack-test.patch )
-
-pkg_setup() {
- xorg-2_pkg_setup
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable debug)
- )
-}
-
-pkg_postinst() {
- xorg-2_pkg_postinst
-
- elog
- elog "To enable multitouch support add the following lines"
- elog "to your xorg.conf:"
- elog ""
- elog "Section \"InputClass\""
- elog " MatchIsTouchpad \"true\""
- elog " Identifier \"Touchpads\""
- elog " Driver \"mtrack\""
- elog "EndSection"
- elog
-}