Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/libinput-gestures/
Date: Thu, 04 Jan 2018 19:20:18
Message-Id: 1515093599.b4e131f1f13d28ac75abc4ea6ed2803445c9b702.candrews@gentoo
1 commit: b4e131f1f13d28ac75abc4ea6ed2803445c9b702
2 Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
3 AuthorDate: Mon Jan 1 13:35:58 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 19:19:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e131f1
7
8 x11-misc/libinput-gestures: fix bug #642938
9
10 Closes: https://bugs.gentoo.org/642938
11 Package-Manager: Portage-2.3.13, Repoman-2.3.3
12
13 x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild | 7 ++++---
14 x11-misc/libinput-gestures/libinput-gestures-9999.ebuild | 7 ++++---
15 2 files changed, 8 insertions(+), 6 deletions(-)
16
17 diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild
18 index 2bf4b9c25cd..a9187de1a09 100644
19 --- a/x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild
20 +++ b/x11-misc/libinput-gestures/libinput-gestures-2.30.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/bulletmark/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
28 LICENSE="GPL-3"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 -IUSE=""
32 +IUSE="test"
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
34
35 RDEPEND="${PYTHON_DEPS}
36 @@ -22,7 +22,8 @@ RDEPEND="${PYTHON_DEPS}
37 x11-misc/xdotool
38 x11-misc/wmctrl"
39 DEPEND=">=dev-libs/libinput-1.8.0
40 - dev-util/desktop-file-utils"
41 + dev-util/desktop-file-utils
42 + test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
43
44 pkg_postinst() {
45 elog "You must be in the input group to read the touchpad device."
46
47 diff --git a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
48 index f2516c9159b..17387ae8a39 100644
49 --- a/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
50 +++ b/x11-misc/libinput-gestures/libinput-gestures-9999.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2017 Gentoo Foundation
53 +# Copyright 1999-2018 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=6
57 @@ -15,7 +15,7 @@ SRC_URI=""
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS=""
61 -IUSE=""
62 +IUSE="test"
63 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
64
65 RDEPEND="${PYTHON_DEPS}
66 @@ -23,7 +23,8 @@ RDEPEND="${PYTHON_DEPS}
67 x11-misc/xdotool
68 x11-misc/wmctrl"
69 DEPEND=">=dev-libs/libinput-1.8.0
70 - dev-util/desktop-file-utils"
71 + dev-util/desktop-file-utils
72 + test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
73
74 pkg_postinst() {
75 elog "You must be in the input group to read the touchpad device."