summaryrefslogtreecommitdiff
path: root/sys-process/usbtop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /sys-process/usbtop
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'sys-process/usbtop')
-rw-r--r--sys-process/usbtop/Manifest4
-rw-r--r--sys-process/usbtop/usbtop-0.2.ebuild29
-rw-r--r--sys-process/usbtop/usbtop-1.0.ebuild4
3 files changed, 3 insertions, 34 deletions
diff --git a/sys-process/usbtop/Manifest b/sys-process/usbtop/Manifest
index 324305871160..6284fc5f17d3 100644
--- a/sys-process/usbtop/Manifest
+++ b/sys-process/usbtop/Manifest
@@ -1,5 +1,3 @@
-DIST usbtop-0.2.tar.gz 10828 BLAKE2B d595fda23adee6778060c25176d1951250bb45cc25ea8040661222736c63aa356605ec8ca52b71e7142cf0f8e7807a77a54fffbc54165178f44af63dfb5ba712 SHA512 43a4512abcff6107ac7a56d65ee19c2b17f4aeb9d38e42e630d724c6744c7d23c85d2c66325c0e6b50404431312754646f1290202fa51f3dee1f94a9d211ba25
DIST usbtop-1.0.tar.gz 626770 BLAKE2B 4f14e1e8d926ce7f6ffd1a276871d7d9072979d844a55e477c402bcac343a3cc14faebbfd3886b386a48b01399bcb748fb843453a0eee48b8e09578841eab356 SHA512 bc2003c1085fae238d99347bbf3caa1da7e44aa8f5b07abbde3f96b4124b301bbbc896f7b5e341665db1cdba44a59752884e3b9fe3a6104ef804aa94c510a5c0
-EBUILD usbtop-0.2.ebuild 669 BLAKE2B a00a54ac96300e21d924644324afd8b28d726c1fa5aac84e5216d8eca974cad29125fdc9e8a18c6193107c748e5ff275ad486169806063be5d82cf5f056830a0 SHA512 cf05e52e7e7279f7175b92539f86b74148ec0ed9756d82e33b2ef96858a9dab82204e2abc956978c00371a1ed19a13fb591cb65acf0e22117459fd709c53ddf4
-EBUILD usbtop-1.0.ebuild 656 BLAKE2B 37c194b60c182cf6fbb17d9a109b2ef0c00badd2efdf0f71beed903095ff58e223c35c9a148fa9ba83b02877a0a8ce4869add0c49db71483d464572141f443ad SHA512 b7420381fde0583a64b4f7e9aa6b009148af45dc62dde0372f54a9d72bfc72c2259aa91ca20091d7097f962deae0dbfb991f5724b6b0e4c4bfd5cc59ef7ff3f6
+EBUILD usbtop-1.0.ebuild 650 BLAKE2B 351ed5aacfebc14582004e40c5a53e26899b8274bc0bde2bf88b6efb5986ea4a98495519134c4896a388104c2aea7593d6e02960046bd4575d3943665850ac62 SHA512 9cbd44a48928d0f11d0c56e23aa0c21e1642062ef793fb5c96083ba71ec9d42768588c7b10cc168a8b7e510a12e2ffb07b10783764b5860ce509b706050cae6e
MISC metadata.xml 247 BLAKE2B 0aa7491a8e9a68ed7ad1c53c8442fd44a9dbdfbd7ef0662e838195b44ce72a77f5dc3b846cf9951bb61de78e05aac37649b78dd4c27e304780e1223d607a4252 SHA512 3344e220b20caad7bc32141ad5d51630ff0738ab14608334576638297fdd2a48d5169ef54fb33e36d27bd448d92f8ef9e41880df388521efd4a2c58d102c7c69
diff --git a/sys-process/usbtop/usbtop-0.2.ebuild b/sys-process/usbtop/usbtop-0.2.ebuild
deleted file mode 100644
index 2661c02577d9..000000000000
--- a/sys-process/usbtop/usbtop-0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-}
diff --git a/sys-process/usbtop/usbtop-1.0.ebuild b/sys-process/usbtop/usbtop-1.0.ebuild
index 7b8e3d1fcb94..2a1c6be84ff0 100644
--- a/sys-process/usbtop/usbtop-1.0.ebuild
+++ b/sys-process/usbtop/usbtop-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils linux-info
+inherit cmake linux-info
DESCRIPTION="utility that shows an estimated instantaneous bandwidth on USB buses and devices"
HOMEPAGE="https://github.com/aguinet/usbtop"