Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-mouse/
Date: Sat, 29 Sep 2018 17:19:32
Message-Id: 1538241531.19339593966d30b420e40be450024917beb2fadb.mattst88@gentoo
1 commit: 19339593966d30b420e40be450024917beb2fadb
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 17:01:13 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 17:18:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19339593
7
8 x11-drivers/xf86-input-mouse: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-input-mouse/Manifest | 1 -
13 x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild | 13 -------------
14 2 files changed, 14 deletions(-)
15
16 diff --git a/x11-drivers/xf86-input-mouse/Manifest b/x11-drivers/xf86-input-mouse/Manifest
17 index 570bc237b16..1744def756b 100644
18 --- a/x11-drivers/xf86-input-mouse/Manifest
19 +++ b/x11-drivers/xf86-input-mouse/Manifest
20 @@ -1,2 +1 @@
21 -DIST xf86-input-mouse-1.9.2.tar.bz2 377685 BLAKE2B b51d5fa14ba3ac56b75c108376d5605dc927f3000ce1da63da0f8469d5af7851bca3c646bc60597e801322374e771ed3b15f90ce80d2e6daa7c38da094c9305a SHA512 30fdc4f699d434e2fb4a9f8d2f4f980538d646a6e4d2d572737fc5498c0bce0fb1ba080173ea0aa3480f574dde3f58d5a7ac837afdb29640ccb092b3f18ff209
22 DIST xf86-input-mouse-1.9.3.tar.bz2 382013 BLAKE2B d4b9b006c7f8d12fd460677020031dc0957cb1f31af7cef81eeb051a5e0375ddc5a5094a5d28a14a49a00bb1166a79ff832c42652fd4084904313f3e72abd61d SHA512 d99f5b4b1ef1aa4cbf1a92549e412f54f121bc804e4d6643248ad7ea18081b38b958bd289dc8476ebc0f6ef5f7424c2f2a8abcfaa30cae5378829549af6b148f
23
24 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
25 deleted file mode 100644
26 index 3a10959e8d4..00000000000
27 --- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild
28 +++ /dev/null
29 @@ -1,13 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -inherit xorg-2
35 -
36 -DESCRIPTION="X.Org driver for mouse input devices"
37 -
38 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
39 -IUSE=""
40 -
41 -RDEPEND=">=x11-base/xorg-server-1.7"
42 -DEPEND="${RDEPEND}"