public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/usbview/
Date: Sun, 24 Oct 2021 04:17:56 +0000 (UTC)	[thread overview]
Message-ID: <1635049052.7af006160b8e828a7fe0695a212275b6bedb0ca4.sam@gentoo> (raw)

commit:     7af006160b8e828a7fe0695a212275b6bedb0ca4
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Sat Oct 23 21:42:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 04:17:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af00616

app-admin/usbview: add 2.1

Signed-off-by: James Beddek <telans <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/22687
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/usbview/Manifest           |  1 +
 app-admin/usbview/usbview-2.1.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/app-admin/usbview/Manifest b/app-admin/usbview/Manifest
index 7c6df7c5b4c..96a8cfafcba 100644
--- a/app-admin/usbview/Manifest
+++ b/app-admin/usbview/Manifest
@@ -1 +1,2 @@
 DIST usbview-2.0.tar.gz 366337 BLAKE2B d3ce8f3b97ebb650f7cc8b47d7a4c4b985022811f55b43b41a65aaa120450aa187ce2dfc2671315575dfcbd108b68ca50420145a6c59ab85f7c4fcfc53a233f9 SHA512 87b3d0b0c734c94e5527f19575c0460f5c0b894dac29936a759d573058c9c007ad59c9be32a5c6d485cba258193efe4ca15bdd6f3ca31df321ed230778b5404f
+DIST usbview-2.1.tar.gz 377376 BLAKE2B 76e6a45a31006f7a7b69783b608dd33304a1a3401c784bfdce62079c764795cbd4914b030ca44884f2f9dd14a479bd679be6c1eabd8bc1776a902b4d1446d82f SHA512 7d973eb9ad74e8c0842396e6239ee44d5feab2d3ce412f7c91e18b947604bcf3c2d3dc456bbefc4cd7567a03d9306593b378ce29c3fb3b13eefe75af3f4c14d4

diff --git a/app-admin/usbview/usbview-2.1.ebuild b/app-admin/usbview/usbview-2.1.ebuild
new file mode 100644
index 00000000000..e5d607ada57
--- /dev/null
+++ b/app-admin/usbview/usbview-2.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info
+
+DESCRIPTION="Display the topology of devices on the USB bus"
+HOMEPAGE="http://www.kroah.com/linux-usb/ https://github.com/gregkh/usbview"
+SRC_URI="http://www.kroah.com/linux-usb/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+	dev-libs/glib:2
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/imagemagick-tools[png,svg]
+	virtual/pkgconfig
+"
+
+pkg_setup() {
+	CONFIG_CHECK="~DEBUG_FS"
+	linux-info_pkg_setup
+}


             reply	other threads:[~2021-10-24  4:17 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-24  4:17 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-13 23:57 [gentoo-commits] repo/gentoo:master commit in: app-admin/usbview/ Sam James
2024-03-07 11:51 Sam James
2024-03-07 11:51 Sam James
2024-03-07 11:51 Sam James
2024-03-07 11:51 Sam James
2024-01-29  9:09 David Seifert
2024-01-29  9:09 David Seifert
2024-01-29  9:09 David Seifert
2024-01-28 22:53 Jonas Stein
2022-11-21 20:40 Arthur Zamarin
2022-11-07  9:38 Joonas Niilola
2022-11-07  9:15 Joonas Niilola
2022-11-07  9:15 Joonas Niilola
2022-11-05  9:46 Arthur Zamarin
2022-11-05  9:46 Arthur Zamarin
2022-04-16 19:35 Sam James
2022-01-29  6:20 Sam James
2022-01-28 18:47 Arthur Zamarin
2022-01-28 18:47 Arthur Zamarin
2022-01-23 15:23 Sam James
2022-01-23 15:22 Sam James
2022-01-21 23:58 Sam James
2021-12-31 23:01 Arthur Zamarin
2021-12-31 23:01 Arthur Zamarin
2021-12-07 23:49 Sam James
2021-12-05 20:54 Arthur Zamarin
2021-12-05  5:18 Sam James
2021-10-24  4:17 Sam James
2021-02-06 20:12 Jonas Stein
2020-02-08 10:00 Mart Raudsepp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1635049052.7af006160b8e828a7fe0695a212275b6bedb0ca4.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox