Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/usbtop/
Date: Tue, 30 Mar 2021 20:47:30
Message-Id: 1617137241.1ca1da9596beada3bc30b2a16fe6acdfa0916c08.zerochaos@gentoo
1 commit: 1ca1da9596beada3bc30b2a16fe6acdfa0916c08
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 20:30:05 2021 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 20:47:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca1da95
7
8 sys-process/usbtop: drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 sys-process/usbtop/Manifest | 1 -
14 sys-process/usbtop/usbtop-0.2.ebuild | 29 -----------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/sys-process/usbtop/Manifest b/sys-process/usbtop/Manifest
18 index ddaf1a0ad29..3c2cb4f113e 100644
19 --- a/sys-process/usbtop/Manifest
20 +++ b/sys-process/usbtop/Manifest
21 @@ -1,2 +1 @@
22 -DIST usbtop-0.2.tar.gz 10828 BLAKE2B d595fda23adee6778060c25176d1951250bb45cc25ea8040661222736c63aa356605ec8ca52b71e7142cf0f8e7807a77a54fffbc54165178f44af63dfb5ba712 SHA512 43a4512abcff6107ac7a56d65ee19c2b17f4aeb9d38e42e630d724c6744c7d23c85d2c66325c0e6b50404431312754646f1290202fa51f3dee1f94a9d211ba25
23 DIST usbtop-1.0.tar.gz 626770 BLAKE2B 4f14e1e8d926ce7f6ffd1a276871d7d9072979d844a55e477c402bcac343a3cc14faebbfd3886b386a48b01399bcb748fb843453a0eee48b8e09578841eab356 SHA512 bc2003c1085fae238d99347bbf3caa1da7e44aa8f5b07abbde3f96b4124b301bbbc896f7b5e341665db1cdba44a59752884e3b9fe3a6104ef804aa94c510a5c0
24
25 diff --git a/sys-process/usbtop/usbtop-0.2.ebuild b/sys-process/usbtop/usbtop-0.2.ebuild
26 deleted file mode 100644
27 index 2661c02577d..00000000000
28 --- a/sys-process/usbtop/usbtop-0.2.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit cmake-utils linux-info
37 -
38 -DESCRIPTION="utility that shows an estimated instantaneous bandwidth on USB buses and devices"
39 -HOMEPAGE="https://github.com/aguinet/usbtop"
40 -SRC_URI="https://github.com/aguinet/usbtop/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -DEPEND="net-libs/libpcap:=[usb]
48 - dev-libs/boost:=[threads]"
49 -RDEPEND="${DEPEND}"
50 -
51 -S="${WORKDIR}/${PN}-release-${PV}"
52 -
53 -pkg_setup() {
54 - linux-info_pkg_setup
55 - if linux_config_exists; then
56 - CONFIG_CHECK="~USB_MON"
57 - check_extra_config
58 - fi
59 -}