summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-01 13:39:48 +0100
committerSam James <sam@gentoo.org>2023-05-01 13:48:46 +0100
commit4e51d358395ccddaba158c6a1f221b451c9fb407 (patch)
tree524cf77f793e530067ab0a236950c24b318267db /net-analyzer/cbm
parentnet-analyzer/cacti-spine: drop 1.2.17, 1.2.19 (diff)
downloadgentoo-4e51d358395ccddaba158c6a1f221b451c9fb407.tar.gz
gentoo-4e51d358395ccddaba158c6a1f221b451c9fb407.tar.bz2
gentoo-4e51d358395ccddaba158c6a1f221b451c9fb407.zip
net-analyzer/cbm: drop 0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/cbm')
-rw-r--r--net-analyzer/cbm/Manifest1
-rw-r--r--net-analyzer/cbm/cbm-0.3.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest
index 2c559995248c..ac585801d938 100644
--- a/net-analyzer/cbm/Manifest
+++ b/net-analyzer/cbm/Manifest
@@ -1,2 +1 @@
DIST cbm-0.3.2.tar.gz 17448 BLAKE2B 21acdfb2e125b31f617bd3204cc11ef199647552b67671e62bec7a94ea4a5c213a1099c72261e6370aee06e4a6686392878a30a863778387c08a1a8095855940 SHA512 7a597467203786023a8efee23ea1ed65195f872f6287ed2767f9be449cc47757980703f629222f37309c25cc5f201d9581a713479d954ddc99347d641ab4ac34
-DIST cbm-0.3.tar.gz 16473 BLAKE2B 165b01ec6d0fdd691763d990e1fe81b010942077f593e64fd3ccf5f070960612ddb2ccd1aef87530b0d0fe4c40e5d758c55d33b4b6e1c4b850769ef46b8a6b79 SHA512 dd4845465b34b978e6c696d6b0fa61969aead4bdd4474a264667af63cd99c5a1035f4961645237c3870dc366ea4b131c2e005d2abb2774814d127a61ecae8e29
diff --git a/net-analyzer/cbm/cbm-0.3.ebuild b/net-analyzer/cbm/cbm-0.3.ebuild
deleted file mode 100644
index 9c8f5b01a4b2..000000000000
--- a/net-analyzer/cbm/cbm-0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Color Bandwidth Meter"
-HOMEPAGE="https://github.com/resurrecting-open-source-projects/cbm"
-SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="sys-libs/ncurses:="
-DEPEND="${RDEPEND}"
-BDEPEND="app-text/docbook-xml-dtd:4.4
- app-text/xmlto
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.2-tinfo.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}