commit: 5260a0f125db4182f27f569ec766292c7ca6eb09
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Wed Aug 16 20:32:33 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Aug 16 20:32:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5260a0f1
sys-apps/lsplug: new package, add 4
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
sys-apps/lsplug/Manifest | 1 +
sys-apps/lsplug/lsplug-4.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/sys-apps/lsplug/Manifest b/sys-apps/lsplug/Manifest
new file mode 100644
index 0000000000..75c5d1e6f2
--- /dev/null
+++ b/sys-apps/lsplug/Manifest
@@ -0,0 +1 @@
+DIST lsplug-4.tar.gz 6728 BLAKE2B
3b3ad20dd8e88109ada984c14b4d32374f8ea914f1254c423df3194907b50ba424aafde8f1ebe0e0d9addca7aa0819c88a0f7078fccc4dbe5e93c1b02b667867
SHA512
d88472005ee4f42ef5c6f9a457fb202598625ec2c0b3fb633e80f901edf82456d93131a6628203fb843ae162a2113c3c6bc3654c1d3b0ff34736e0893363089c
diff --git a/sys-apps/lsplug/lsplug-4.ebuild b/sys-apps/lsplug/lsplug-4.ebuild
new file mode 100644
index 0000000000..420c4cf79c
--- /dev/null
+++ b/sys-apps/lsplug/lsplug-4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_REQ_USE=sqlite
+PYTHON_COMPAT=( python3_{8,9,10,11} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="Replacement for lsusb that shows more useful info and less
useless info"
+HOMEPAGE="https://git.sr.ht/~martijnbraam/lsplug"
+SRC_URI="https://git.sr.ht/~martijnbraam/lsplug/archive/${PV}.tar.gz ->
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# For /usr/share/hwdata/usb.ids
+RDEPEND="sys-apps/hwdata"