summaryrefslogtreecommitdiff
path: root/net-analyzer/cbm/cbm-0.3.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-17 11:36:49 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-17 11:36:49 +0100
commite2db47eaae00ec33f8971db44b68645c5d3b9590 (patch)
tree3ec0cf16ddb5854017e134fabebe14bf8cb94a34 /net-analyzer/cbm/cbm-0.3.1.ebuild
parent616579b5d773c50af31ee56f00105d96ce641ca2 (diff)
gentoo resync : 17.08.2021
Diffstat (limited to 'net-analyzer/cbm/cbm-0.3.1.ebuild')
-rw-r--r--net-analyzer/cbm/cbm-0.3.1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-analyzer/cbm/cbm-0.3.1.ebuild b/net-analyzer/cbm/cbm-0.3.1.ebuild
deleted file mode 100644
index 22ae3162bb6a..000000000000
--- a/net-analyzer/cbm/cbm-0.3.1.ebuild
+++ /dev/null
@@ -1,33 +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="
- http://www.isotton.com/software/unix/cbm/
- 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
-}