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 7C267138334 for ; Fri, 12 Apr 2019 15:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 626C4E08EB; Fri, 12 Apr 2019 15:45:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 22D5EE08EB for ; Fri, 12 Apr 2019 15:45:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BF1F5340E72 for ; Fri, 12 Apr 2019 15:45:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDB115B1 for ; Fri, 12 Apr 2019 15:45:15 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1555083851.d90c4128d5449d92fd016832a38120258e8a2813.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsigrok/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libsigrok/libsigrok-0.5.1.ebuild sci-libs/libsigrok/libsigrok-9999.ebuild X-VCS-Directories: sci-libs/libsigrok/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: d90c4128d5449d92fd016832a38120258e8a2813 X-VCS-Branch: master Date: Fri, 12 Apr 2019 15:45:15 +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: 1a419233-99bb-4ba3-9324-fd4683918cdd X-Archives-Hash: 6c08e57bb1d1048ea7d080dde3898a9a commit: d90c4128d5449d92fd016832a38120258e8a2813 Author: Sven Wegener gentoo org> AuthorDate: Fri Apr 12 15:42:24 2019 +0000 Commit: Sven Wegener gentoo org> CommitDate: Fri Apr 12 15:44:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90c4128 sci-libs/libsigrok: Install udev rules, bug #671716 Closes: https://bugs.gentoo.org/671716 Signed-off-by: Sven Wegener gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 sci-libs/libsigrok/libsigrok-0.5.1.ebuild | 7 ++++--- sci-libs/libsigrok/libsigrok-9999.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sci-libs/libsigrok/libsigrok-0.5.1.ebuild b/sci-libs/libsigrok/libsigrok-0.5.1.ebuild index 8ebbf15dc3d..5c92de1d5d3 100644 --- a/sci-libs/libsigrok/libsigrok-0.5.1.ebuild +++ b/sci-libs/libsigrok/libsigrok-0.5.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) -inherit eutils gnome2-utils python-single-r1 java-pkg-opt-2 xdg-utils +inherit eutils gnome2-utils python-single-r1 java-pkg-opt-2 udev xdg-utils if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" @@ -20,7 +20,7 @@ HOMEPAGE="https://sigrok.org/wiki/Libsigrok" LICENSE="GPL-3" SLOT="0/4" -IUSE="cxx ftdi java parport python serial static-libs test usb" +IUSE="cxx ftdi java parport python serial static-libs test +udev usb" REQUIRED_USE="java? ( cxx ) python? ( cxx ${PYTHON_REQUIRED_USE} )" # We also support librevisa, but that isn't in the tree ... @@ -78,6 +78,7 @@ src_test() { src_install() { default + use udev && udev_dorules contrib/*.rules prune_libtool_files } diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild b/sci-libs/libsigrok/libsigrok-9999.ebuild index 694f44c3d60..4c9fa1e4807 100644 --- a/sci-libs/libsigrok/libsigrok-9999.ebuild +++ b/sci-libs/libsigrok/libsigrok-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) -inherit eutils gnome2-utils python-single-r1 java-pkg-opt-2 xdg-utils +inherit eutils gnome2-utils python-single-r1 java-pkg-opt-2 udev xdg-utils if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="git://sigrok.org/${PN}" @@ -20,7 +20,7 @@ HOMEPAGE="https://sigrok.org/wiki/Libsigrok" LICENSE="GPL-3" SLOT="0/9999" -IUSE="cxx ftdi java parport python serial static-libs test usb" +IUSE="cxx ftdi java parport python serial static-libs test +udev usb" REQUIRED_USE="java? ( cxx ) python? ( cxx ${PYTHON_REQUIRED_USE} )" # We also support librevisa, but that isn't in the tree ... @@ -78,6 +78,7 @@ src_test() { src_install() { default + use udev && udev_dorules contrib/*.rules prune_libtool_files }