summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2023-08-23 22:24:30 -0400
committerRick Farina <zerochaos@gentoo.org>2023-08-23 22:24:30 -0400
commitee3b6e9cc2c16bcf9f6ace6b5fa99449154681ec (patch)
tree5dd3125d5cd87310c274f4cf1fbb0559aa188b3f /sys-process/usbtop
parentsys-process/usbtop: stabilize 1.0_p20220419 for amd64, x86 (diff)
downloadgentoo-ee3b6e9cc2c16bcf9f6ace6b5fa99449154681ec.tar.gz
gentoo-ee3b6e9cc2c16bcf9f6ace6b5fa99449154681ec.tar.bz2
gentoo-ee3b6e9cc2c16bcf9f6ace6b5fa99449154681ec.zip
sys-process/usbtop: drop 1.0
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'sys-process/usbtop')
-rw-r--r--sys-process/usbtop/Manifest1
-rw-r--r--sys-process/usbtop/usbtop-1.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/sys-process/usbtop/Manifest b/sys-process/usbtop/Manifest
index 9ae70b304008..c1f538c8d560 100644
--- a/sys-process/usbtop/Manifest
+++ b/sys-process/usbtop/Manifest
@@ -1,2 +1 @@
-DIST usbtop-1.0.tar.gz 626770 BLAKE2B 4f14e1e8d926ce7f6ffd1a276871d7d9072979d844a55e477c402bcac343a3cc14faebbfd3886b386a48b01399bcb748fb843453a0eee48b8e09578841eab356 SHA512 bc2003c1085fae238d99347bbf3caa1da7e44aa8f5b07abbde3f96b4124b301bbbc896f7b5e341665db1cdba44a59752884e3b9fe3a6104ef804aa94c510a5c0
DIST usbtop-1.0_p20220419.tar.gz 627690 BLAKE2B 6ba2e5895674383ae4e83abd6907c53e33515bca2cbb1d67063ba1a7429446a67a6b94b3008e830ffee1d620669789e7ececfb5961b2946aac1353599c927e3e SHA512 94a890b94b37b0c7e818be7e7ada4b51e19d51bf7ca7e4b66632532698a04ff1bb05c51c5cb27740b036a98d193024f15249feed4f4044029b737d0609fbb011
diff --git a/sys-process/usbtop/usbtop-1.0.ebuild b/sys-process/usbtop/usbtop-1.0.ebuild
deleted file mode 100644
index 7b0e14747291..000000000000
--- a/sys-process/usbtop/usbtop-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake 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 ~riscv ~x86"
-IUSE=""
-
-DEPEND="net-libs/libpcap:=[usb]
- dev-libs/boost:="
-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
-}