Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
Date: Fri, 29 Mar 2019 08:07:55
Message-Id: 1553846864.be2a53fbe38c7e6de40ff9f46582c54f824315eb.polynomial-c@gentoo
1 commit: be2a53fbe38c7e6de40ff9f46582c54f824315eb
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 29 08:07:28 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 08:07:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2a53fb
7
8 dev-libs/libinput: Removed old.
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-libs/libinput/Manifest | 2 -
14 dev-libs/libinput/libinput-1.12.1.ebuild | 61 ------------------------
15 dev-libs/libinput/libinput-1.12.5.ebuild | 81 --------------------------------
16 3 files changed, 144 deletions(-)
17
18 diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
19 index fd64b782ab0..467287cf033 100644
20 --- a/dev-libs/libinput/Manifest
21 +++ b/dev-libs/libinput/Manifest
22 @@ -1,5 +1,3 @@
23 DIST libinput-1.11.3.tar.xz 487408 BLAKE2B 38dc14cf018ca59279e8b6e85fd91f4b29545b4a55ab968cb11d9a8afc8d80c311efc6e57339b9baa9fb270f52cfb0758ff8ea313991867c35f3da47910977ac SHA512 5e18daab6202bcbfddeebc35dac4cabb5f726b5b73f5fc87975b58f3019a54a4b1f506a3200e920638ddddfb978a0b96c23c2e90b081942f86d33c16d4836949
24 -DIST libinput-1.12.1.tar.xz 520072 BLAKE2B 2d2b2d82f27ac01ff25b3bf6fd7b77ca56467ab818cdc5d4a641629fed623ef5042915889f54f71b1881595af1d85770bbf4ecfd798c079878efa0a0546c4a36 SHA512 de1714526ee1244e3086729efa5b72724b2b989fa8d04418e633d1ef5a8ea777ae3cd4b8c5b015ca0da2b8cf5b07111bff2283c7d6068abcdfa81c3f71b81d68
25 -DIST libinput-1.12.5.tar.xz 518612 BLAKE2B 6bd4c770aa4e22f3ef80cff12731dd8ed8f50ddfbc6d06c02af7b4f1b38122baea412b806825ed511ac3e586505c2dfec66061ed459c6526a74af91d275e7709 SHA512 9365b91b3ac2c4ff0f9927913242afac7677979682dd7b541001b13d09d7982acd854f6d348101cfa4b0854c6a92b4c683f62593a97870e32ae3d607eaeae3ff
26 DIST libinput-1.12.6.tar.xz 518784 BLAKE2B 7462f47be3628f9c66ef5b7c8265b588bd0ca328bafe91932f5341a010ac882648b4e7cfd0db241ae526836172e0829d68d21f8966d2be8b49f4e1c0c40df018 SHA512 02ad90c77a0c8c27fd96ec34e1546c5f0947ced49bad386372c1ef7c41b3b2157c39020f0766f20aaf2ab3c97128567e169279bea21115ced39499dda325d2ef
27 DIST libinput-1.13.0.tar.xz 529912 BLAKE2B 830dca7387c6527ebdf41e8b01bf9d8df094ec2309e229e3933b56217d51e3ef0b0c53106d6e4d55946a238d947c17a1d7c0a8f43b63119a6f3aa1063a703d64 SHA512 0e3f53acf90fe142ad677b416d1ee830ad7f7f8a83b80023278ea7d3696ff7af5612379b387b1eb5daae6277a8c30d84c21f0086fe3d8b4b6189f239b1eeb4f8
28
29 diff --git a/dev-libs/libinput/libinput-1.12.1.ebuild b/dev-libs/libinput/libinput-1.12.1.ebuild
30 deleted file mode 100644
31 index c19ff354838..00000000000
32 --- a/dev-libs/libinput/libinput-1.12.1.ebuild
33 +++ /dev/null
34 @@ -1,61 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -inherit meson udev
40 -
41 -DESCRIPTION="Library to handle input devices in Wayland"
42 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
43 -SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0/10"
47 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
48 -IUSE="doc input_devices_wacom"
49 -# Tests require write access to udev rules directory which is a no-no for live system.
50 -# Other tests are just about logs, exported symbols and autotest of the test library.
51 -RESTRICT="test"
52 -
53 -RDEPEND="
54 - input_devices_wacom? ( >=dev-libs/libwacom-0.20 )
55 - >=dev-libs/libevdev-1.3
56 - >=sys-libs/mtdev-1.1
57 - virtual/libudev:=
58 - virtual/udev
59 -"
60 -DEPEND="${RDEPEND}
61 - virtual/pkgconfig
62 - doc? (
63 - dev-python/sphinx
64 - >=app-doc/doxygen-1.8.3
65 - >=media-gfx/graphviz-2.38.0
66 - )
67 -"
68 -# test? (
69 -# >=dev-libs/check-0.9.10
70 -# dev-util/valgrind
71 -# sys-libs/libunwind )
72 -
73 -src_configure() {
74 - # gui can be built but will not be installed
75 - local emesonargs=(
76 - -Ddebug-gui=false
77 - $(meson_use doc documentation)
78 - $(meson_use input_devices_wacom libwacom)
79 - -Dtests=false # tests are restricted
80 - -Dudev-dir="$(get_udevdir)"
81 - )
82 - meson_src_configure
83 -}
84 -
85 -src_install() {
86 - meson_src_install
87 - if use doc ; then
88 - docinto html
89 - dodoc -r "${BUILD_DIR}"/html/.
90 - fi
91 -}
92 -
93 -pkg_postinst() {
94 - udevadm hwdb --update --root="${ROOT%/}"
95 -}
96
97 diff --git a/dev-libs/libinput/libinput-1.12.5.ebuild b/dev-libs/libinput/libinput-1.12.5.ebuild
98 deleted file mode 100644
99 index fe9e7e7cf8c..00000000000
100 --- a/dev-libs/libinput/libinput-1.12.5.ebuild
101 +++ /dev/null
102 @@ -1,81 +0,0 @@
103 -# Copyright 1999-2019 Gentoo Authors
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=7
107 -PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
108 -
109 -inherit meson python-any-r1 udev
110 -
111 -DESCRIPTION="Library to handle input devices in Wayland"
112 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
113 -SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
114 -
115 -LICENSE="MIT"
116 -SLOT="0/10"
117 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
118 -IUSE="doc input_devices_wacom"
119 -# Tests require write access to udev rules directory which is a no-no for live system.
120 -# Other tests are just about logs, exported symbols and autotest of the test library.
121 -RESTRICT="test"
122 -
123 -RDEPEND="
124 - input_devices_wacom? ( >=dev-libs/libwacom-0.20 )
125 - >=dev-libs/libevdev-1.3
126 - >=sys-libs/mtdev-1.1
127 - virtual/libudev:=
128 - virtual/udev
129 -"
130 -DEPEND="${RDEPEND}
131 - doc? (
132 - $(python_gen_any_dep '
133 - dev-python/commonmark[${PYTHON_USEDEP}]
134 - dev-python/recommonmark[${PYTHON_USEDEP}]
135 - dev-python/sphinx[${PYTHON_USEDEP}]
136 - >=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]
137 - ')
138 - >=app-doc/doxygen-1.8.3
139 - >=media-gfx/graphviz-2.38.0
140 - )
141 -"
142 -# test? (
143 -# >=dev-libs/check-0.9.10
144 -# dev-util/valgrind
145 -# sys-libs/libunwind )
146 -BDEPEND="
147 - virtual/pkgconfig
148 -"
149 -
150 -python_check_deps() {
151 - has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \
152 - has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && \
153 - has_version "dev-python/sphinx[${PYTHON_USEDEP}]" && \
154 - has_version ">=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]"
155 -}
156 -
157 -pkg_setup() {
158 - use doc && python-any-r1_pkg_setup
159 -}
160 -
161 -src_configure() {
162 - # gui can be built but will not be installed
163 - local emesonargs=(
164 - -Ddebug-gui=false
165 - $(meson_use doc documentation)
166 - $(meson_use input_devices_wacom libwacom)
167 - -Dtests=false # tests are restricted
168 - -Dudev-dir="$(get_udevdir)"
169 - )
170 - meson_src_configure
171 -}
172 -
173 -src_install() {
174 - meson_src_install
175 - if use doc ; then
176 - docinto html
177 - dodoc -r "${BUILD_DIR}"/Documentation/.
178 - fi
179 -}
180 -
181 -pkg_postinst() {
182 - udevadm hwdb --update --root="${ROOT%/}"
183 -}