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: Thu, 02 Aug 2018 08:09:51
Message-Id: 1533195552.dfb9c25c95d132f0d44155ef9c86307994627e29.polynomial-c@gentoo
1 commit: dfb9c25c95d132f0d44155ef9c86307994627e29
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 1 12:28:21 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 07:39:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb9c25c
7
8 dev-libs/libinput: Removed old.
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-libs/libinput/Manifest | 1 -
13 dev-libs/libinput/libinput-1.11.1.ebuild | 61 --------------------------------
14 2 files changed, 62 deletions(-)
15
16 diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
17 index 93ea6293e14..335ad40fb1f 100644
18 --- a/dev-libs/libinput/Manifest
19 +++ b/dev-libs/libinput/Manifest
20 @@ -1,5 +1,4 @@
21 DIST libinput-1.10.6.tar.xz 495536 BLAKE2B 3f23808635406eeb66cd6b4ce2a2dbaed69ee0917045f75ad262a59702d72923493b6faa7951ea3f7cc2591d4c9e1fc49cffc53b6dfbcb2aadc7b9f40c20517b SHA512 b76963c3429c5590ee04f1da94d08775c8bb8584830e678804fb1d4cf0e2af84826782eae71fdd57492461f85df87ac2fc940c280b0672c75cd81d5f34702fe4
22 DIST libinput-1.10.7.tar.xz 494648 BLAKE2B ddcbe5f54b90f8291c16e5912fa3d673fb2c66f0247c9d771f7c2dfeeef9b51404f31d7ac99cfd20b37e1d01d6b2b3bc95155ab6581c6a94e922e153d9098892 SHA512 b102b8065ceed7511ad26efba34d5d9b0c13f0f7aaa882bb21501f7a5166f4cbe140fcbb488e90e6880bd47bb2b27667a4d6aa79b8726269fa1337897034a684
23 -DIST libinput-1.11.1.tar.xz 485064 BLAKE2B 15ab0fddee37323f3df0b52e297ac5b0995e7db6531854852a21c7182474df0ffb136886e3d305d987dcb4f82e9f1cf3724e2f34448ef40ed1df10bd27cb2218 SHA512 3dd1a318c89d66f5a66016c6dbfa5277b61a8cb5337d99f85b1eeef40ed894bdc04fd4588a97383988daea0f034df5a72bff318325320a01b857db9deb94a2b0
24 DIST libinput-1.11.2.tar.xz 485600 BLAKE2B 97b07493693e24be1bde3e7792c83c33b9ed4d64afbbecc1a5b77b4470fe9ff03cfbb2b4dc36f6cc5a9d58003410797979d7fbbb539d921bb9cddb5f8fb1cf0e SHA512 cb6ada877fc3c09f634f3db39d5507e66d4b86c3d632bb8f7498c7b01fdf8372b2053a79b641293900b7fcc0aa4e920f7c830d9c7b2d9ff3cd61c58eb7c20b65
25 DIST libinput-1.11.3.tar.xz 487408 BLAKE2B 38dc14cf018ca59279e8b6e85fd91f4b29545b4a55ab968cb11d9a8afc8d80c311efc6e57339b9baa9fb270f52cfb0758ff8ea313991867c35f3da47910977ac SHA512 5e18daab6202bcbfddeebc35dac4cabb5f726b5b73f5fc87975b58f3019a54a4b1f506a3200e920638ddddfb978a0b96c23c2e90b081942f86d33c16d4836949
26
27 diff --git a/dev-libs/libinput/libinput-1.11.1.ebuild b/dev-libs/libinput/libinput-1.11.1.ebuild
28 deleted file mode 100644
29 index 0635ed1b8fa..00000000000
30 --- a/dev-libs/libinput/libinput-1.11.1.ebuild
31 +++ /dev/null
32 @@ -1,61 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit meson udev
38 -
39 -DESCRIPTION="Library to handle input devices in Wayland"
40 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
41 -SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0/10"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
46 -IUSE="doc input_devices_wacom test"
47 -# Tests require write access to udev rules directory which is a no-no for live system.
48 -# Other tests are just about logs, exported symbols and autotest of the test library.
49 -RESTRICT="test"
50 -
51 -RDEPEND="
52 - input_devices_wacom? ( >=dev-libs/libwacom-0.20 )
53 - >=dev-libs/libevdev-1.3
54 - >=sys-libs/mtdev-1.1
55 - virtual/libudev:=
56 - virtual/udev
57 -"
58 -DEPEND="${RDEPEND}
59 - virtual/pkgconfig
60 - doc? (
61 - >=app-doc/doxygen-1.8.3
62 - >=media-gfx/graphviz-2.38.0
63 - )
64 -"
65 -# test? (
66 -# >=dev-libs/check-0.9.10
67 -# dev-util/valgrind
68 -# sys-libs/libunwind )
69 -
70 -src_configure() {
71 - # gui can be built but will not be installed
72 - local emesonargs=(
73 - -Ddebug-gui=false
74 - -Ddocumentation="$(usex doc true false)"
75 - -Dlibwacom="$(usex input_devices_wacom true false)"
76 - -Dtests="$(usex test true false)"
77 - -Dudev-dir="$(get_udevdir)"
78 - )
79 - meson_src_configure
80 -}
81 -
82 -src_install() {
83 - meson_src_install
84 - if use doc ; then
85 - docinto html
86 - dodoc -r "${BUILD_DIR}"/html/.
87 - fi
88 - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
89 -}
90 -
91 -pkg_postinst() {
92 - udevadm hwdb --update --root="${ROOT%/}"
93 -}