From 43793fab84041cfc5c60c0151d1591b8a69fb24a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Aug 2018 07:36:27 +0100 Subject: gentoo resync : 25.08.2018 --- sys-process/usbtop/Manifest | 3 +++ sys-process/usbtop/metadata.xml | 10 ++++++++++ sys-process/usbtop/usbtop-0.2.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 sys-process/usbtop/Manifest create mode 100644 sys-process/usbtop/metadata.xml create mode 100644 sys-process/usbtop/usbtop-0.2.ebuild (limited to 'sys-process/usbtop') diff --git a/sys-process/usbtop/Manifest b/sys-process/usbtop/Manifest new file mode 100644 index 000000000000..bc7546d1ac97 --- /dev/null +++ b/sys-process/usbtop/Manifest @@ -0,0 +1,3 @@ +DIST usbtop-0.2.tar.gz 10828 BLAKE2B d595fda23adee6778060c25176d1951250bb45cc25ea8040661222736c63aa356605ec8ca52b71e7142cf0f8e7807a77a54fffbc54165178f44af63dfb5ba712 SHA512 43a4512abcff6107ac7a56d65ee19c2b17f4aeb9d38e42e630d724c6744c7d23c85d2c66325c0e6b50404431312754646f1290202fa51f3dee1f94a9d211ba25 +EBUILD usbtop-0.2.ebuild 669 BLAKE2B a00a54ac96300e21d924644324afd8b28d726c1fa5aac84e5216d8eca974cad29125fdc9e8a18c6193107c748e5ff275ad486169806063be5d82cf5f056830a0 SHA512 cf05e52e7e7279f7175b92539f86b74148ec0ed9756d82e33b2ef96858a9dab82204e2abc956978c00371a1ed19a13fb591cb65acf0e22117459fd709c53ddf4 +MISC metadata.xml 296 BLAKE2B 6711f58d0d24239933c3feaa96d7d2c85c6e449d4c0f36be729e63713bc20e4fc6b1eedad3a367e66a109f959fd120762f5d969a2dc58e48f88f0da0b88c42c4 SHA512 24edd296b0d46ea447e634bb343658024a077ebee5b21de765b5ce143bdf50c39075bfa6f88340af8ecdd58094fbe4cce5f2ace1da02aa17c20690fa9ac55e2f diff --git a/sys-process/usbtop/metadata.xml b/sys-process/usbtop/metadata.xml new file mode 100644 index 000000000000..f513208bf390 --- /dev/null +++ b/sys-process/usbtop/metadata.xml @@ -0,0 +1,10 @@ + + + + + zerochaos@gentoo.org + Rick Farina + + + + diff --git a/sys-process/usbtop/usbtop-0.2.ebuild b/sys-process/usbtop/usbtop-0.2.ebuild new file mode 100644 index 000000000000..2661c02577d9 --- /dev/null +++ b/sys-process/usbtop/usbtop-0.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils linux-info + +DESCRIPTION="utility that shows an estimated instantaneous bandwidth on USB buses and devices" +HOMEPAGE="https://github.com/aguinet/usbtop" +SRC_URI="https://github.com/aguinet/usbtop/archive/release-${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="net-libs/libpcap:=[usb] + dev-libs/boost:=[threads]" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}-release-${PV}" + +pkg_setup() { + linux-info_pkg_setup + if linux_config_exists; then + CONFIG_CHECK="~USB_MON" + check_extra_config + fi +} -- cgit v1.2.3