summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-01 13:39:19 +0100
committerSam James <sam@gentoo.org>2023-05-01 13:48:44 +0100
commit4fe3d8f65ecf8f8864cd4fa95a8a15f1559304ba (patch)
treeab54e9c75322b4d7a156bcbecee419123f58c7a6
parentnet-analyzer/argus-clients: drop 3.0.8.3 (diff)
downloadgentoo-4fe3d8f65ecf8f8864cd4fa95a8a15f1559304ba.tar.gz
gentoo-4fe3d8f65ecf8f8864cd4fa95a8a15f1559304ba.tar.bz2
gentoo-4fe3d8f65ecf8f8864cd4fa95a8a15f1559304ba.zip
net-analyzer/bwm-ng: drop 0.6.2
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/bwm-ng/Manifest1
-rw-r--r--net-analyzer/bwm-ng/bwm-ng-0.6.2.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/net-analyzer/bwm-ng/Manifest b/net-analyzer/bwm-ng/Manifest
index 82ed4d73eacd..76957d9f40c0 100644
--- a/net-analyzer/bwm-ng/Manifest
+++ b/net-analyzer/bwm-ng/Manifest
@@ -1,2 +1 @@
-DIST bwm-ng-0.6.2.tar.gz 70079 BLAKE2B 4e0c5dd73bdcaabf5138ce842e5ce50709ba3bc0792f11ebee2640b6246f5bd740fcf8ad79b7dcffabdbc8f44c5ec2d925b20cf28609f8735e537f6920f92aba SHA512 4a7f141692f96dfab0c1729a7df36f5213a75ddb891b967b2cf951419daea7b84354c276705a0ee7c09f4ed26948ca068f65a04b8f9d18b2b8ed2df97b5e3b0a
DIST bwm-ng-0.6.3.tar.gz 70094 BLAKE2B bfc5007470a2e4d7f50dc43dc33898f5bcb34a0eaeeb0f53ed74029299ac2b732d343eaf725144a05b778ad8a204c5d546f0ea0b6aaf997995e2e7a6bc3c6cf6 SHA512 85ce29e6ffa9643b4e7c1d731f4e928ddca8cfdc71c86b65ec4e55058b951eb8da9ab80139145300518223589d5fece5bdc11ede91a1ea394d569993ccdb0ab8
diff --git a/net-analyzer/bwm-ng/bwm-ng-0.6.2.ebuild b/net-analyzer/bwm-ng/bwm-ng-0.6.2.ebuild
deleted file mode 100644
index 2b7bf683dc9e..000000000000
--- a/net-analyzer/bwm-ng/bwm-ng-0.6.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="Bandwidth Monitor NG is a small and simple console-based bandwidth monitor"
-HOMEPAGE="http://www.gropp.org/"
-SRC_URI="https://github.com/vgropp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 ~arm ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+csv +html"
-
-RDEPEND="
- >=sys-apps/net-tools-1.60-r1
- sys-libs/ncurses:0=
-"
-DEPEND="
- ${RDEPEND}
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-0.6.2-tinfo.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable csv) \
- $(use_enable html) \
- --with-ncurses \
- --with-procnetdev
-}