From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1091138335 for ; Mon, 13 May 2019 08:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F028CE089A; Mon, 13 May 2019 08:06:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C21E5E0899 for ; Mon, 13 May 2019 08:06:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74C613441D8 for ; Mon, 13 May 2019 08:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DC435F4 for ; Mon, 13 May 2019 08:06:54 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1557734801.2b22eb49bab1deed68b73b664b2b0b91d78ea9d9.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libinput/libinput-1.12.6.ebuild dev-libs/libinput/libinput-1.13.1.ebuild dev-libs/libinput/libinput-1.13.2.ebuild X-VCS-Directories: dev-libs/libinput/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2b22eb49bab1deed68b73b664b2b0b91d78ea9d9 X-VCS-Branch: master Date: Mon, 13 May 2019 08:06:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 72e63e24-d247-4ebd-9b09-bdfa7fe452eb X-Archives-Hash: 56fd0da7f25df7fb2b3d0e02edb25a73 commit: 2b22eb49bab1deed68b73b664b2b0b91d78ea9d9 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon May 13 03:11:06 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon May 13 08:06:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b22eb49 dev-libs/libinput: Move tools needed for USE="doc" to BDEPEND. Fix commented out dependencies for USE="test". Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Closes: https://bugs.gentoo.org/685774 Signed-off-by: Lars Wendler gentoo.org> dev-libs/libinput/libinput-1.12.6.ebuild | 27 ++++++++++++--------------- dev-libs/libinput/libinput-1.13.1.ebuild | 27 ++++++++++++--------------- dev-libs/libinput/libinput-1.13.2.ebuild | 27 ++++++++++++--------------- 3 files changed, 36 insertions(+), 45 deletions(-) diff --git a/dev-libs/libinput/libinput-1.12.6.ebuild b/dev-libs/libinput/libinput-1.12.6.ebuild index fd10ed0a4e7..213dd9f0cc1 100644 --- a/dev-libs/libinput/libinput-1.12.6.ebuild +++ b/dev-libs/libinput/libinput-1.12.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2014-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,14 +18,8 @@ IUSE="doc input_devices_wacom" # Other tests are just about logs, exported symbols and autotest of the test library. RESTRICT="test" -RDEPEND=" - input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) - >=dev-libs/libevdev-1.3 - >=sys-libs/mtdev-1.1 - virtual/libudev:= - virtual/udev -" -DEPEND="${RDEPEND} +BDEPEND=" + virtual/pkgconfig doc? ( $(python_gen_any_dep ' dev-python/commonmark[${PYTHON_USEDEP}] @@ -37,13 +31,16 @@ DEPEND="${RDEPEND} >=media-gfx/graphviz-2.38.0 ) " -# test? ( -# >=dev-libs/check-0.9.10 -# dev-util/valgrind -# sys-libs/libunwind ) -BDEPEND=" - virtual/pkgconfig +# test? ( dev-util/valgrind ) +RDEPEND=" + input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) + >=dev-libs/libevdev-1.3 + >=sys-libs/mtdev-1.1 + virtual/libudev:= + virtual/udev " +DEPEND="${RDEPEND}" +# test? ( >=dev-libs/check-0.9.10 ) python_check_deps() { has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \ diff --git a/dev-libs/libinput/libinput-1.13.1.ebuild b/dev-libs/libinput/libinput-1.13.1.ebuild index f8e313004d1..bc7c6286e49 100644 --- a/dev-libs/libinput/libinput-1.13.1.ebuild +++ b/dev-libs/libinput/libinput-1.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2014-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,14 +18,8 @@ IUSE="doc input_devices_wacom" # Other tests are just about logs, exported symbols and autotest of the test library. RESTRICT="test" -RDEPEND=" - input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) - >=dev-libs/libevdev-1.3 - >=sys-libs/mtdev-1.1 - virtual/libudev:= - virtual/udev -" -DEPEND="${RDEPEND} +BDEPEND=" + virtual/pkgconfig doc? ( $(python_gen_any_dep ' dev-python/commonmark[${PYTHON_USEDEP}] @@ -37,13 +31,16 @@ DEPEND="${RDEPEND} >=media-gfx/graphviz-2.38.0 ) " -# test? ( -# >=dev-libs/check-0.9.10 -# dev-util/valgrind -# sys-libs/libunwind ) -BDEPEND=" - virtual/pkgconfig +# test? ( dev-util/valgrind ) +RDEPEND=" + input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) + >=dev-libs/libevdev-1.3 + >=sys-libs/mtdev-1.1 + virtual/libudev:= + virtual/udev " +DEPEND="${RDEPEND}" +# test? ( >=dev-libs/check-0.9.10 ) python_check_deps() { has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \ diff --git a/dev-libs/libinput/libinput-1.13.2.ebuild b/dev-libs/libinput/libinput-1.13.2.ebuild index f8e313004d1..bc7c6286e49 100644 --- a/dev-libs/libinput/libinput-1.13.2.ebuild +++ b/dev-libs/libinput/libinput-1.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2014-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,14 +18,8 @@ IUSE="doc input_devices_wacom" # Other tests are just about logs, exported symbols and autotest of the test library. RESTRICT="test" -RDEPEND=" - input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) - >=dev-libs/libevdev-1.3 - >=sys-libs/mtdev-1.1 - virtual/libudev:= - virtual/udev -" -DEPEND="${RDEPEND} +BDEPEND=" + virtual/pkgconfig doc? ( $(python_gen_any_dep ' dev-python/commonmark[${PYTHON_USEDEP}] @@ -37,13 +31,16 @@ DEPEND="${RDEPEND} >=media-gfx/graphviz-2.38.0 ) " -# test? ( -# >=dev-libs/check-0.9.10 -# dev-util/valgrind -# sys-libs/libunwind ) -BDEPEND=" - virtual/pkgconfig +# test? ( dev-util/valgrind ) +RDEPEND=" + input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) + >=dev-libs/libevdev-1.3 + >=sys-libs/mtdev-1.1 + virtual/libudev:= + virtual/udev " +DEPEND="${RDEPEND}" +# test? ( >=dev-libs/check-0.9.10 ) python_check_deps() { has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \