commit:     0349ff5a9ba49507ddc0480dca373e792e4ec193
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 04:30:47 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 25 04:30:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0349ff5a

x11-drivers/xf86-input-mtrack: Drop old versions

 x11-drivers/xf86-input-mtrack/Manifest             |  2 -
 .../xf86-input-mtrack-0.3.0.ebuild                 | 48 ----------------------
 .../xf86-input-mtrack-0.3.1.ebuild                 | 48 ----------------------
 3 files changed, 98 deletions(-)

diff --git a/x11-drivers/xf86-input-mtrack/Manifest 
b/x11-drivers/xf86-input-mtrack/Manifest
index 40aa7b99b43..e22341a0c29 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 b9798eae3c3..00000000000
--- 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 08cd6a90bb4..00000000000
--- 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
-}

Reply via email to