diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /net-analyzer/cbm | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'net-analyzer/cbm')
| -rw-r--r-- | net-analyzer/cbm/Manifest | 2 | ||||
| -rw-r--r-- | net-analyzer/cbm/cbm-0.3.2.ebuild | 30 | ||||
| -rw-r--r-- | net-analyzer/cbm/cbm-0.4.ebuild | 30 | ||||
| -rw-r--r-- | net-analyzer/cbm/files/cbm-0.2-tinfo.patch | 21 | ||||
| -rw-r--r-- | net-analyzer/cbm/metadata.xml | 17 |
5 files changed, 0 insertions, 100 deletions
diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest deleted file mode 100644 index e71149653f35..000000000000 --- a/net-analyzer/cbm/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cbm-0.3.2.tar.gz 17448 BLAKE2B 21acdfb2e125b31f617bd3204cc11ef199647552b67671e62bec7a94ea4a5c213a1099c72261e6370aee06e4a6686392878a30a863778387c08a1a8095855940 SHA512 7a597467203786023a8efee23ea1ed65195f872f6287ed2767f9be449cc47757980703f629222f37309c25cc5f201d9581a713479d954ddc99347d641ab4ac34 -DIST cbm-0.4.tar.gz 17889 BLAKE2B f46a325156e5cd406448f0c2205615b080f7fe30b93874b306fbfd39a0eca409b76989035f9245b5f3e834a814ed53e57a22d7cf62edeae86e27e56c3809ea7b SHA512 3574b49b403995684da2a6d8d164ad4f3f1ce290060bc91f5a6f5c80e4a4cb81dd7914b7e7dfcff937c0333e20f169de497869d649debf73885e253a7db76222 diff --git a/net-analyzer/cbm/cbm-0.3.2.ebuild b/net-analyzer/cbm/cbm-0.3.2.ebuild deleted file mode 100644 index 9c8f5b01a4b2..000000000000 --- a/net-analyzer/cbm/cbm-0.3.2.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 -} diff --git a/net-analyzer/cbm/cbm-0.4.ebuild b/net-analyzer/cbm/cbm-0.4.ebuild deleted file mode 100644 index d50e38348047..000000000000 --- a/net-analyzer/cbm/cbm-0.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 -} diff --git a/net-analyzer/cbm/files/cbm-0.2-tinfo.patch b/net-analyzer/cbm/files/cbm-0.2-tinfo.patch deleted file mode 100644 index a719969eaaab..000000000000 --- a/net-analyzer/cbm/files/cbm-0.2-tinfo.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -37,6 +37,7 @@ - AC_CANONICAL_HOST - - # Checks for libraries. -+PKG_CHECK_MODULES(ncurses,ncurses) - - # Checks for header files. - AC_CHECK_HEADER(curses.h,[],[ AC_MSG_ERROR(curses.h not found or too old.) ], []) ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -24,7 +24,7 @@ - cbm_SOURCES = cbm.cpp \ - ErrnoError.hpp \ - statistics.cpp statistics.hpp --cbm_LDADD = -lncurses widgets/libwidgets.la -+cbm_LDADD = $(ncurses_LIBS) widgets/libwidgets.la - - distclean-local: - -rm -f *~ \ diff --git a/net-analyzer/cbm/metadata.xml b/net-analyzer/cbm/metadata.xml deleted file mode 100644 index 7ec58cf2302c..000000000000 --- a/net-analyzer/cbm/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>netmon@gentoo.org</email> - <name>Gentoo network monitoring and analysis project</name> - </maintainer> - <upstream> - <remote-id type="github">resurrecting-open-source-projects/cbm</remote-id> - </upstream> - <longdescription> - The Color Bandwidth Meter (CBM) is a small program to display the traffic - currently flowing through the network devices in a simple curses-based GUI. - The traffic for all interfaces include values as receive, transfer and total - Bytes/s or bits/s (or its multiples as KB/s and Kb/s). - </longdescription> -</pkgmetadata> |
