diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-09-29 19:01:13 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-09-29 19:18:51 +0200 |
commit | 19339593966d30b420e40be450024917beb2fadb (patch) | |
tree | ad4086e668bfe9a669c4272d9d0d2d0331adeb9c /x11-drivers/xf86-input-mouse | |
parent | x11-drivers/xf86-video-fbdev: Drop old versions (diff) | |
download | gentoo-19339593966d30b420e40be450024917beb2fadb.tar.gz gentoo-19339593966d30b420e40be450024917beb2fadb.tar.bz2 gentoo-19339593966d30b420e40be450024917beb2fadb.zip |
x11-drivers/xf86-input-mouse: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-input-mouse')
-rw-r--r-- | x11-drivers/xf86-input-mouse/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild | 13 |
2 files changed, 0 insertions, 14 deletions
diff --git a/x11-drivers/xf86-input-mouse/Manifest b/x11-drivers/xf86-input-mouse/Manifest index 570bc237b169..1744def756b0 100644 --- a/x11-drivers/xf86-input-mouse/Manifest +++ b/x11-drivers/xf86-input-mouse/Manifest @@ -1,2 +1 @@ -DIST xf86-input-mouse-1.9.2.tar.bz2 377685 BLAKE2B b51d5fa14ba3ac56b75c108376d5605dc927f3000ce1da63da0f8469d5af7851bca3c646bc60597e801322374e771ed3b15f90ce80d2e6daa7c38da094c9305a SHA512 30fdc4f699d434e2fb4a9f8d2f4f980538d646a6e4d2d572737fc5498c0bce0fb1ba080173ea0aa3480f574dde3f58d5a7ac837afdb29640ccb092b3f18ff209 DIST xf86-input-mouse-1.9.3.tar.bz2 382013 BLAKE2B d4b9b006c7f8d12fd460677020031dc0957cb1f31af7cef81eeb051a5e0375ddc5a5094a5d28a14a49a00bb1166a79ff832c42652fd4084904313f3e72abd61d SHA512 d99f5b4b1ef1aa4cbf1a92549e412f54f121bc804e4d6643248ad7ea18081b38b958bd289dc8476ebc0f6ef5f7424c2f2a8abcfaa30cae5378829549af6b148f diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild deleted file mode 100644 index 3a10959e8d43..000000000000 --- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="X.Org driver for mouse input devices" - -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.7" -DEPEND="${RDEPEND}" |