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: Sat, 11 May 2019 08:46:43
Message-Id: 1557564394.65991867527fef80fdb36328415e696977d018d6.polynomial-c@gentoo
1 commit: 65991867527fef80fdb36328415e696977d018d6
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 11 08:46:17 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat May 11 08:46:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65991867
7
8 dev-libs/libinput: Removed old.
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-libs/libinput/Manifest | 1 -
14 dev-libs/libinput/libinput-1.13.0.ebuild | 81 --------------------------------
15 2 files changed, 82 deletions(-)
16
17 diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
18 index a9c2b21dfbe..031ec2d3f46 100644
19 --- a/dev-libs/libinput/Manifest
20 +++ b/dev-libs/libinput/Manifest
21 @@ -1,4 +1,3 @@
22 DIST libinput-1.12.6.tar.xz 518784 BLAKE2B 7462f47be3628f9c66ef5b7c8265b588bd0ca328bafe91932f5341a010ac882648b4e7cfd0db241ae526836172e0829d68d21f8966d2be8b49f4e1c0c40df018 SHA512 02ad90c77a0c8c27fd96ec34e1546c5f0947ced49bad386372c1ef7c41b3b2157c39020f0766f20aaf2ab3c97128567e169279bea21115ced39499dda325d2ef
23 -DIST libinput-1.13.0.tar.xz 529912 BLAKE2B 830dca7387c6527ebdf41e8b01bf9d8df094ec2309e229e3933b56217d51e3ef0b0c53106d6e4d55946a238d947c17a1d7c0a8f43b63119a6f3aa1063a703d64 SHA512 0e3f53acf90fe142ad677b416d1ee830ad7f7f8a83b80023278ea7d3696ff7af5612379b387b1eb5daae6277a8c30d84c21f0086fe3d8b4b6189f239b1eeb4f8
24 DIST libinput-1.13.1.tar.xz 529516 BLAKE2B 9eb9952ca2762470ee3e9ac0eab6b11c4b404b2702cd81b9f0720e539124a8f71a032803cf77105bbdce412b3c5d4a7fee4e24b8d3ceae991bd2ee9b3460e373 SHA512 a19deec802e704038df0901c103a82a3370f56e0299f4cc1b6aa84c1832a66fb638e6f9d0fa708b51df6c3b939cdc1271e4ff547c645c566be03dce0bc9ff7e0
25 DIST libinput-1.13.2.tar.xz 529488 BLAKE2B 489f962ca0b0385817fc76a5bc7254143d12c07e32a91dd118dca53fcdd6eaf5d2eef8aa5c5598a2aadda9e4a20b8a4c9340b60dee8286cd322fe2d294f1f6b7 SHA512 26f11c5274c26acc38b9b5729195010c0799a9563f1eb0e0cd67e323f8ed73b0fc8db8584ec8fdf1b726417f64c2daeb54832167079832626c8c1190fccf459f
26
27 diff --git a/dev-libs/libinput/libinput-1.13.0.ebuild b/dev-libs/libinput/libinput-1.13.0.ebuild
28 deleted file mode 100644
29 index f8e313004d1..00000000000
30 --- a/dev-libs/libinput/libinput-1.13.0.ebuild
31 +++ /dev/null
32 @@ -1,81 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
38 -
39 -inherit meson python-any-r1 udev
40 -
41 -DESCRIPTION="Library to handle input devices in Wayland"
42 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/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 ~ppc ~ppc64 ~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 - doc? (
62 - $(python_gen_any_dep '
63 - dev-python/commonmark[${PYTHON_USEDEP}]
64 - dev-python/recommonmark[${PYTHON_USEDEP}]
65 - dev-python/sphinx[${PYTHON_USEDEP}]
66 - >=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]
67 - ')
68 - >=app-doc/doxygen-1.8.3
69 - >=media-gfx/graphviz-2.38.0
70 - )
71 -"
72 -# test? (
73 -# >=dev-libs/check-0.9.10
74 -# dev-util/valgrind
75 -# sys-libs/libunwind )
76 -BDEPEND="
77 - virtual/pkgconfig
78 -"
79 -
80 -python_check_deps() {
81 - has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \
82 - has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && \
83 - has_version "dev-python/sphinx[${PYTHON_USEDEP}]" && \
84 - has_version ">=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]"
85 -}
86 -
87 -pkg_setup() {
88 - use doc && python-any-r1_pkg_setup
89 -}
90 -
91 -src_configure() {
92 - # gui can be built but will not be installed
93 - local emesonargs=(
94 - -Ddebug-gui=false
95 - $(meson_use doc documentation)
96 - $(meson_use input_devices_wacom libwacom)
97 - -Dtests=false # tests are restricted
98 - -Dudev-dir="$(get_udevdir)"
99 - )
100 - meson_src_configure
101 -}
102 -
103 -src_install() {
104 - meson_src_install
105 - if use doc ; then
106 - docinto html
107 - dodoc -r "${BUILD_DIR}"/Documentation/.
108 - fi
109 -}
110 -
111 -pkg_postinst() {
112 - udevadm hwdb --update --root="${ROOT%/}"
113 -}