commit: fabacb3ecfdc2ee8b002d9098f0bb4bb041bad6b Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Jun 19 04:42:52 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Jun 19 04:44:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabacb3e
x11-drivers/xf86-input-mouse: Version bump 1.9.3 Closes: https://bugs.gentoo.org/658240 x11-drivers/xf86-input-mouse/Manifest | 1 + x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/x11-drivers/xf86-input-mouse/Manifest b/x11-drivers/xf86-input-mouse/Manifest index b5ff91cf182..570bc237b16 100644 --- a/x11-drivers/xf86-input-mouse/Manifest +++ b/x11-drivers/xf86-input-mouse/Manifest @@ -1 +1,2 @@ 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.3.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild new file mode 100644 index 00000000000..995741242ac --- /dev/null +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 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}"