Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/libinput-gestures/
Date: Sun, 07 Oct 2018 09:31:33
Message-Id: 1538903149.3969b7c445641fa8ddba7e2815c0cdc47b7c8daf.mgorny@gentoo
1 commit: 3969b7c445641fa8ddba7e2815c0cdc47b7c8daf
2 Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
3 AuthorDate: Sun Sep 2 15:56:46 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 09:05:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3969b7c4
7
8 x11-misc/libinput-gestures: drop old ebuilds
9
10 Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 x11-misc/libinput-gestures/Manifest | 2 -
15 .../libinput-gestures-2.31.ebuild | 37 ---------------
16 .../libinput-gestures-2.34.ebuild | 55 ----------------------
17 3 files changed, 94 deletions(-)
18
19 diff --git a/x11-misc/libinput-gestures/Manifest b/x11-misc/libinput-gestures/Manifest
20 index bf5a7854a54..1a33f570391 100644
21 --- a/x11-misc/libinput-gestures/Manifest
22 +++ b/x11-misc/libinput-gestures/Manifest
23 @@ -1,3 +1 @@
24 -DIST libinput-gestures-2.31.tar.gz 15872 BLAKE2B 0fe671f50ee6e7b06362591d68d259587347794c80df27c73d833e459eb9499ae919bf3e4f12e1dfc2852fd9b70c3962963f3a291107bab8ea0a8f1576dddde4 SHA512 fc3c90025486c8da5b2419f99666737dca40dfc962a549bd1955ea792137a1377a9697c8cab908991503fa9dd6d72520a04ac2dbc9463bc228566569be43ca67
25 -DIST libinput-gestures-2.34.tar.gz 16321 BLAKE2B ae1fc850a075fd0b8e4aec6b94f0257f10f309a28a4893aad608eff59afede28b4126734a14f510ca569f64d79492461000dfca8c34e614a5e99839f3c5d952d SHA512 47ffa36b9abb01e62a046d1135cf3ec2773285f94ba68d66c03f877b6acf057491fb4a7645198d8c3bde39e38e12e039f3b10c6987d5765798d969d23359269f
26 DIST libinput-gestures-2.36.tar.gz 16598 BLAKE2B 3c30408ce394cf8bbc5a68c5f37c9106bb481ad47c75f25bfbba7470da0cbfb330512fe0422588408f177085c23a5cf0379c13a49c9fce438e8d8b1179c91d50 SHA512 69f77d0681f37deee3f215e71e4410d5c45107d2d0a1addb897de14d7f83bcb3e2285ed9ba605f30db23441a9d7bc9a6960b2a49d53ad71a379d0b874d36d645
27
28 diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.31.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.31.ebuild
29 deleted file mode 100644
30 index abfc20a7424..00000000000
31 --- a/x11-misc/libinput-gestures/libinput-gestures-2.31.ebuild
32 +++ /dev/null
33 @@ -1,37 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python{3_4,3_5,3_6} )
40 -
41 -inherit python-single-r1
42 -
43 -DESCRIPTION="Actions gestures on your touchpad using libinput"
44 -HOMEPAGE="https://github.com/bulletmark/libinput-gestures"
45 -SRC_URI="https://github.com/bulletmark/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="test"
51 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52 -
53 -RDEPEND="${PYTHON_DEPS}
54 - >=dev-libs/libinput-1.8.0
55 - x11-misc/xdotool
56 - x11-misc/wmctrl"
57 -DEPEND=">=dev-libs/libinput-1.8.0
58 - dev-util/desktop-file-utils
59 - test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
60 -
61 -pkg_postinst() {
62 - elog "You must be in the input group to read the touchpad device."
63 -
64 - if ! has_version x11-libs/gtk+:3 ; then
65 - elog "${PN}-setup script supports Gnome 3 via x11-libs/gtk+:3."
66 - fi
67 - if ! has_version kde-plasma/kde-cli-tools:5 ; then
68 - elog "${PN}-setup script supports Plasma 5 via kde-plasma/kde-cli-tools:5."
69 - fi
70 -}
71
72 diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.34.ebuild b/x11-misc/libinput-gestures/libinput-gestures-2.34.ebuild
73 deleted file mode 100644
74 index 39fb049c736..00000000000
75 --- a/x11-misc/libinput-gestures/libinput-gestures-2.34.ebuild
76 +++ /dev/null
77 @@ -1,55 +0,0 @@
78 -# Copyright 1999-2018 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=6
82 -
83 -PYTHON_COMPAT=( python{3_4,3_5,3_6} )
84 -
85 -inherit gnome2-utils python-single-r1
86 -
87 -DESCRIPTION="Actions gestures on your touchpad using libinput"
88 -HOMEPAGE="https://github.com/bulletmark/libinput-gestures"
89 -if [[ ${PV} == *9999 ]] ; then
90 - inherit git-r3
91 - EGIT_REPO_URI="https://github.com/bulletmark/${PN}.git"
92 -else
93 - SRC_URI="https://github.com/bulletmark/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
94 - KEYWORDS="~amd64 ~x86"
95 -fi
96 -
97 -LICENSE="GPL-3"
98 -SLOT="0"
99 -IUSE="test"
100 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
101 -
102 -RDEPEND="${PYTHON_DEPS}
103 - >=dev-libs/libinput-1.8.0
104 - x11-misc/xdotool
105 - x11-misc/wmctrl"
106 -DEPEND=">=dev-libs/libinput-1.8.0
107 - dev-util/desktop-file-utils
108 - test? ( dev-python/flake8[${PYTHON_USEDEP}] )"
109 -
110 -src_prepare() {
111 - default
112 -
113 - # Fix docdir installation path
114 - sed '/^DOCDIR/s@$NAME@${PF}@' -i libinput-gestures-setup || die
115 -}
116 -
117 -pkg_postinst() {
118 - gnome2_icon_cache_update
119 -
120 - elog "You must be in the input group to read the touchpad device."
121 -
122 - if ! has_version x11-libs/gtk+:3 ; then
123 - elog "${PN}-setup script supports Gnome 3 via x11-libs/gtk+:3."
124 - fi
125 - if ! has_version kde-plasma/kde-cli-tools:5 ; then
126 - elog "${PN}-setup script supports Plasma 5 via kde-plasma/kde-cli-tools:5."
127 - fi
128 -}
129 -
130 -pkg_postrm() {
131 - gnome2_icon_cache_update
132 -}