commit:     4ef4e5b7951534c2709108a1e73a920cc0c6000f
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 19:28:47 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 19:31:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef4e5b7

sys-apps/usbutils: Bump to version 013

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-apps/usbutils/Manifest            |  1 +
 sys-apps/usbutils/usbutils-013.ebuild | 52 +++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/sys-apps/usbutils/Manifest b/sys-apps/usbutils/Manifest
index 17656c91aeb..d68032be1af 100644
--- a/sys-apps/usbutils/Manifest
+++ b/sys-apps/usbutils/Manifest
@@ -1 +1,2 @@
 DIST usbutils-012.tar.xz 98388 BLAKE2B 
a19d64edeb08bafe3e6a0d6be7cb5196cebb68623cfb5cd21941f109a3f3def774382bc6fe8b68398278e530417190030c8dd39ab982c088329c7acbb36cb672
 SHA512 
e26a60229e6eed5de670d6511dd1fa5ee3453cc5a848820531b46a1678b69378a2a45c29e24a218a8e7065c2c345356f03a2992f8298ddae6c8026d181f8de66
+DIST usbutils-013.tar.xz 98056 BLAKE2B 
d6e7925e180ba90f27ca12f13ed985f34e51b230ec08188c91bf39bb8e64baa319aa63d473318e1a4cb21b53808e8610f837ea0bb85657072f1c70107d037873
 SHA512 
eb1751e5b82f7a1bdffc667662cebee6fd42f466e59d4eb4c98f0d3723d740305377da1df1ba5831402fddbbd1697bbfa2abd22d9ed175e2dee55d6d007e9e54

diff --git a/sys-apps/usbutils/usbutils-013.ebuild 
b/sys-apps/usbutils/usbutils-013.ebuild
new file mode 100644
index 00000000000..60aebb85860
--- /dev/null
+++ b/sys-apps/usbutils/usbutils-013.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="USB enumeration utilities"
+HOMEPAGE="https://www.kernel.org/pub/linux/utils/usb/usbutils/
+       https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/";
+SRC_URI="https://www.kernel.org/pub/linux/utils/usb/${PN}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+DEPEND="virtual/libusb:1=
+       virtual/libudev:="
+BDEPEND="
+       app-arch/xz-utils
+       virtual/pkgconfig"
+RDEPEND="${DEPEND}
+       sys-apps/hwids
+       python? ( ${PYTHON_DEPS} )"
+
+pkg_setup() {
+       use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+       default
+       eautoreconf
+       use python && python_fix_shebang lsusb.py.in
+}
+
+src_configure() {
+       local myeconfargs=(
+               --datarootdir="${EPREFIX}/usr/share"
+               --datadir="${EPREFIX}/usr/share/misc"
+       )
+       econf "${myeconfargs[@]}"
+}
+
+src_install() {
+       default
+       newdoc usbhid-dump/NEWS NEWS.usbhid-dump
+
+       use python || rm -f "${ED}"/usr/bin/lsusb.py
+}

Reply via email to