commit: d90c4128d5449d92fd016832a38120258e8a2813 Author: Sven Wegener <swegener <AT> gentoo <DOT> org> AuthorDate: Fri Apr 12 15:42:24 2019 +0000 Commit: Sven Wegener <swegener <AT> gentoo <DOT> 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 <swegener <AT> 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 }
