[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2023-05-01 Thread Sam James
commit: 593a5395248a8f730d1b1e8bf259c4c803664fb1
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 12:50:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 12:50:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593a5395

net-analyzer/cbm: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cbm/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-analyzer/cbm/metadata.xml b/net-analyzer/cbm/metadata.xml
index d5af4bcfaf13..d5554963005f 100644
--- a/net-analyzer/cbm/metadata.xml
+++ b/net-analyzer/cbm/metadata.xml
@@ -5,4 +5,7 @@
net...@gentoo.org
Gentoo network monitoring and analysis project

+   
+   resurrecting-open-source-projects/cbm
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2023-05-01 Thread Sam James
commit: 4e51d358395ccddaba158c6a1f221b451c9fb407
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 12:39:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 12:48:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51d358

net-analyzer/cbm: drop 0.3

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cbm/Manifest   |  1 -
 net-analyzer/cbm/cbm-0.3.ebuild | 30 --
 2 files changed, 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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2021-09-10 Thread Sergey Popov
commit: 9ae16bd2e189014ba1b00ae5371db7b5276ef193
Author: Sergey Popov  gentoo  org>
AuthorDate: Fri Sep 10 10:12:59 2021 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Fri Sep 10 10:13:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae16bd2

net-analyzer/cbm: drop old unreachable URL from HOMEPAGE

Closes: https://bugs.gentoo.org/680554
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov  gentoo.org>

 net-analyzer/cbm/cbm-0.3.2.ebuild | 5 +
 net-analyzer/cbm/cbm-0.3.ebuild   | 5 +
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/cbm/cbm-0.3.2.ebuild 
b/net-analyzer/cbm/cbm-0.3.2.ebuild
index 22ae3162bb6..9c8f5b01a4b 100644
--- a/net-analyzer/cbm/cbm-0.3.2.ebuild
+++ b/net-analyzer/cbm/cbm-0.3.2.ebuild
@@ -6,10 +6,7 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="Color Bandwidth Meter"
-HOMEPAGE="
-   http://www.isotton.com/software/unix/cbm/
-   https://github.com/resurrecting-open-source-projects/cbm
-"
+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"

diff --git a/net-analyzer/cbm/cbm-0.3.ebuild b/net-analyzer/cbm/cbm-0.3.ebuild
index 22ae3162bb6..9c8f5b01a4b 100644
--- a/net-analyzer/cbm/cbm-0.3.ebuild
+++ b/net-analyzer/cbm/cbm-0.3.ebuild
@@ -6,10 +6,7 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="Color Bandwidth Meter"
-HOMEPAGE="
-   http://www.isotton.com/software/unix/cbm/
-   https://github.com/resurrecting-open-source-projects/cbm
-"
+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"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2021-09-10 Thread Sergey Popov
commit: 710de389c9372e78403cda757a60e06fbf39ec87
Author: Sergey Popov  gentoo  org>
AuthorDate: Fri Sep 10 10:14:02 2021 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Fri Sep 10 10:14:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710de389

net-analyzer/cbm: remove myself from maintainers

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov  gentoo.org>

 net-analyzer/cbm/metadata.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/net-analyzer/cbm/metadata.xml b/net-analyzer/cbm/metadata.xml
index 8377d38ed6d..2c2a7923cfc 100644
--- a/net-analyzer/cbm/metadata.xml
+++ b/net-analyzer/cbm/metadata.xml
@@ -1,11 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   pinkb...@gentoo.org
-   Sergey Popov
-   
-
+   
net...@gentoo.org
Gentoo network monitoring and analysis project




[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2021-08-15 Thread Sam James
commit: de3b536d41c181b5d80f3ca017b52ba29d375db0
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 00:57:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 01:58:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3b536d

net-analyzer/cbm: drop 0.3.1

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cbm/Manifest |  1 -
 net-analyzer/cbm/cbm-0.3.1.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest
index 53acce07a82..2c559995248 100644
--- a/net-analyzer/cbm/Manifest
+++ b/net-analyzer/cbm/Manifest
@@ -1,3 +1,2 @@
-DIST cbm-0.3.1.tar.gz 17297 BLAKE2B 
7b8bd12d8b4e9af5235512dfb689d7b55dd8b1b28b387eb987b22dccede7ca0bbcf33ddb884545532aaacababa243b5867fec8d205ceb2c2244715b614082e9e
 SHA512 
ab971c1fb9f9da9749fa3ae36ed8914dbd8b6afb74d038e0e06856687e76b3a8bdd3522880db0c9c8e82e923907f7f3fc487e88828fa4b4d93b29b012fafce02
 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.1.ebuild 
b/net-analyzer/cbm/cbm-0.3.1.ebuild
deleted file mode 100644
index 22ae3162bb6..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2021-08-15 Thread Sam James
commit: 99e9cad26a10a5bd5461f17ccacad22e6590749d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 16 00:57:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 16 01:58:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e9cad2

net-analyzer/cbm: add 0.3.2

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cbm/Manifest |  1 +
 net-analyzer/cbm/cbm-0.3.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest
index 5bf9273a1ef..53acce07a82 100644
--- a/net-analyzer/cbm/Manifest
+++ b/net-analyzer/cbm/Manifest
@@ -1,2 +1,3 @@
 DIST cbm-0.3.1.tar.gz 17297 BLAKE2B 
7b8bd12d8b4e9af5235512dfb689d7b55dd8b1b28b387eb987b22dccede7ca0bbcf33ddb884545532aaacababa243b5867fec8d205ceb2c2244715b614082e9e
 SHA512 
ab971c1fb9f9da9749fa3ae36ed8914dbd8b6afb74d038e0e06856687e76b3a8bdd3522880db0c9c8e82e923907f7f3fc487e88828fa4b4d93b29b012fafce02
+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.2.ebuild 
b/net-analyzer/cbm/cbm-0.3.2.ebuild
new file mode 100644
index 000..22ae3162bb6
--- /dev/null
+++ b/net-analyzer/cbm/cbm-0.3.2.ebuild
@@ -0,0 +1,33 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2021-08-06 Thread Sam James
commit: 43925bc0fbd3c6f4e066d8dc4eed36555a84b3a9
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 06:40:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 06:47:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43925bc0

net-analyzer/cbm: drop 0.2

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cbm/Manifest   |  1 -
 net-analyzer/cbm/cbm-0.2.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest
index fb81ea2ef07..5bf9273a1ef 100644
--- a/net-analyzer/cbm/Manifest
+++ b/net-analyzer/cbm/Manifest
@@ -1,3 +1,2 @@
-DIST cbm-0.2.tar.gz 16043 BLAKE2B 
a5c041ac33b4694c2933bee0d71786896ec30d0735b921f34cfb6a247179709afd9fa6d90f0602869976f334391e8138830f538b18a08a7396f4049e26029b24
 SHA512 
ca9dbbd73e707dca3b7bf10201840de28b2b3956ce3cb2fc76e1b530caf6ff883eb437f8be0df1efe3b5d8398c4949ea00de4ba48ed26b27afa21cf445d5d076
 DIST cbm-0.3.1.tar.gz 17297 BLAKE2B 
7b8bd12d8b4e9af5235512dfb689d7b55dd8b1b28b387eb987b22dccede7ca0bbcf33ddb884545532aaacababa243b5867fec8d205ceb2c2244715b614082e9e
 SHA512 
ab971c1fb9f9da9749fa3ae36ed8914dbd8b6afb74d038e0e06856687e76b3a8bdd3522880db0c9c8e82e923907f7f3fc487e88828fa4b4d93b29b012fafce02
 DIST cbm-0.3.tar.gz 16473 BLAKE2B 
165b01ec6d0fdd691763d990e1fe81b010942077f593e64fd3ccf5f070960612ddb2ccd1aef87530b0d0fe4c40e5d758c55d33b4b6e1c4b850769ef46b8a6b79
 SHA512 
dd4845465b34b978e6c696d6b0fa61969aead4bdd4474a264667af63cd99c5a1035f4961645237c3870dc366ea4b131c2e005d2abb2774814d127a61ecae8e29

diff --git a/net-analyzer/cbm/cbm-0.2.ebuild b/net-analyzer/cbm/cbm-0.2.ebuild
deleted file mode 100644
index 970db519d02..000
--- a/net-analyzer/cbm/cbm-0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 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}
-   app-text/docbook-xml-dtd:4.4
-   app-text/xmlto
-   virtual/pkgconfig
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.2-tinfo.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2021-08-06 Thread Sam James
commit: 29866f24622572b2fcc9b4cf98f0d7402d6ee35b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  7 06:40:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  7 06:47:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29866f24

net-analyzer/cbm: add 0.3.1

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cbm/Manifest |  1 +
 net-analyzer/cbm/cbm-0.3.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest
index 4a53484042a..fb81ea2ef07 100644
--- a/net-analyzer/cbm/Manifest
+++ b/net-analyzer/cbm/Manifest
@@ -1,2 +1,3 @@
 DIST cbm-0.2.tar.gz 16043 BLAKE2B 
a5c041ac33b4694c2933bee0d71786896ec30d0735b921f34cfb6a247179709afd9fa6d90f0602869976f334391e8138830f538b18a08a7396f4049e26029b24
 SHA512 
ca9dbbd73e707dca3b7bf10201840de28b2b3956ce3cb2fc76e1b530caf6ff883eb437f8be0df1efe3b5d8398c4949ea00de4ba48ed26b27afa21cf445d5d076
+DIST cbm-0.3.1.tar.gz 17297 BLAKE2B 
7b8bd12d8b4e9af5235512dfb689d7b55dd8b1b28b387eb987b22dccede7ca0bbcf33ddb884545532aaacababa243b5867fec8d205ceb2c2244715b614082e9e
 SHA512 
ab971c1fb9f9da9749fa3ae36ed8914dbd8b6afb74d038e0e06856687e76b3a8bdd3522880db0c9c8e82e923907f7f3fc487e88828fa4b4d93b29b012fafce02
 DIST cbm-0.3.tar.gz 16473 BLAKE2B 
165b01ec6d0fdd691763d990e1fe81b010942077f593e64fd3ccf5f070960612ddb2ccd1aef87530b0d0fe4c40e5d758c55d33b4b6e1c4b850769ef46b8a6b79
 SHA512 
dd4845465b34b978e6c696d6b0fa61969aead4bdd4474a264667af63cd99c5a1035f4961645237c3870dc366ea4b131c2e005d2abb2774814d127a61ecae8e29

diff --git a/net-analyzer/cbm/cbm-0.3.1.ebuild 
b/net-analyzer/cbm/cbm-0.3.1.ebuild
new file mode 100644
index 000..22ae3162bb6
--- /dev/null
+++ b/net-analyzer/cbm/cbm-0.3.1.ebuild
@@ -0,0 +1,33 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2021-05-16 Thread Sam James
commit: 59ed8987bf05d2fddb92a4d501b2be3251b02850
Author: Sam James  gentoo  org>
AuthorDate: Mon May 17 02:41:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 17 02:41:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ed8987

net-analyzer/cbm: add 0.3

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/cbm/Manifest   |  1 +
 net-analyzer/cbm/cbm-0.3.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest
index a7868e03635..4a53484042a 100644
--- a/net-analyzer/cbm/Manifest
+++ b/net-analyzer/cbm/Manifest
@@ -1 +1,2 @@
 DIST cbm-0.2.tar.gz 16043 BLAKE2B 
a5c041ac33b4694c2933bee0d71786896ec30d0735b921f34cfb6a247179709afd9fa6d90f0602869976f334391e8138830f538b18a08a7396f4049e26029b24
 SHA512 
ca9dbbd73e707dca3b7bf10201840de28b2b3956ce3cb2fc76e1b530caf6ff883eb437f8be0df1efe3b5d8398c4949ea00de4ba48ed26b27afa21cf445d5d076
+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
new file mode 100644
index 000..22ae3162bb6
--- /dev/null
+++ b/net-analyzer/cbm/cbm-0.3.ebuild
@@ -0,0 +1,33 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/files/

2020-12-12 Thread David Seifert
commit: ad85ed24750209779a4a8c36647cf7d6f7f4aa58
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec 12 13:34:36 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Dec 12 13:34:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad85ed24

net-analyzer/cbm: remove unused patches

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 net-analyzer/cbm/files/cbm-0.1-gcc-4.3.patch   | 10 
 net-analyzer/cbm/files/cbm-0.1-gcc-4.7.patch   | 10 
 .../cbm/files/cbm-0.1-headers-status-line.patch| 55 --
 net-analyzer/cbm/files/cbm-0.1-tinfo.patch | 19 
 4 files changed, 94 deletions(-)

diff --git a/net-analyzer/cbm/files/cbm-0.1-gcc-4.3.patch 
b/net-analyzer/cbm/files/cbm-0.1-gcc-4.3.patch
deleted file mode 100644
index ae9b58f6e99..000
--- a/net-analyzer/cbm/files/cbm-0.1-gcc-4.3.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/statistics.hpp
-+++ b/src/statistics.hpp
-@@ -3,6 +3,7 @@
- 
- #include 
- #include 
-+#include 
- 
- namespace statistics {
- 

diff --git a/net-analyzer/cbm/files/cbm-0.1-gcc-4.7.patch 
b/net-analyzer/cbm/files/cbm-0.1-gcc-4.7.patch
deleted file mode 100644
index 94b50a6877f..000
--- a/net-analyzer/cbm/files/cbm-0.1-gcc-4.7.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/cbm.cpp
-+++ b/src/cbm.cpp
-@@ -18,6 +18,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- // Externs
- extern int optind, opterr, optopt;

diff --git a/net-analyzer/cbm/files/cbm-0.1-headers-status-line.patch 
b/net-analyzer/cbm/files/cbm-0.1-headers-status-line.patch
deleted file mode 100644
index 4b09bbb6979..000
--- a/net-analyzer/cbm/files/cbm-0.1-headers-status-line.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-From bdc4f02a6d7fb1416f36aef89af4592c691576d8 Mon Sep 17 00:00:00 2001
-From: Jari Aalto 
-Date: Mon, 19 Sep 2011 14:27:04 +0300
-Subject: [PATCH] [fix] Headers and status line don't display by Paul Martin
- 
-Organization: Private
-Content-Type: text/plain; charset="utf-8"
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Jari Aalto 

- src/cbm.cpp|9 -
- src/widgets/Window.cpp |2 +-
- 2 files changed, 9 insertions(+), 2 deletions(-)
-
-index 74282e2..0197443 100644
 a/src/cbm.cpp
-+++ b/src/cbm.cpp
-@@ -156,13 +156,20 @@ int main(int argc, char **argv) {
-   interfaceTable.setColumns(4);
-   interfaceTable.setActiveStyle(A_BOLD);
-   interfaceTable.setActiveRow(1);
-+  // Position the interface table
-+  interfaceTable.setPosition(2, 2);
-+  interfaceTable.setSize(screen.getWidth() - 4, 
-+ 8); // TODO
- 
-   // Create the detail table
-   VerticalTable detailTable(screen);
-   detailTable.setColumns(2);
-   detailTable.setRows(2);
-   detailTable.setActiveRow(-1);
--  
-+  // Position the detail table
-+  detailTable.setPosition(2, 12); // TODO
-+  detailTable.setSize(screen.getWidth() - 4, 10); // TODO
-+
-   // Populate the detail table
-   detailTable.setText (0, 0, "Interface");
-   detailTable.setStyle(0, 0, COLOR_PAIR(COLOR_HEADING) | A_BOLD);
-index 322cb9b..572eef7 100644
 a/src/widgets/Window.cpp
-+++ b/src/widgets/Window.cpp
-@@ -14,7 +14,7 @@ Window::~Window() {
- }
-   
- void Window::setPosition(unsigned x, unsigned y) {
--mvwin((WINDOW*) win_, y, x);
-+mvderwin((WINDOW*) win_, y, x);
- }
- 
- void Window::setSize(unsigned width, unsigned height) {
--- 
-1.7.5.4
-

diff --git a/net-analyzer/cbm/files/cbm-0.1-tinfo.patch 
b/net-analyzer/cbm/files/cbm-0.1-tinfo.patch
deleted file mode 100644
index 955d762214c..000
--- a/net-analyzer/cbm/files/cbm-0.1-tinfo.patch
+++ /dev/null
@@ -1,19 +0,0 @@
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -3,4 +3,4 @@
- cbm_SOURCES = cbm.cpp \
- ErrnoError.hpp \
- statistics.cpp statistics.hpp
--cbm_LDADD = -lncurses widgets/libwidgets.la
-+cbm_LDADD = $(ncurses_LIBS) widgets/libwidgets.la
 a/configure.ac
-+++ b/configure.ac
-@@ -18,6 +18,8 @@
- 
- # Checks for libraries.
- 
-+PKG_CHECK_MODULES(ncurses,ncurses)
-+
- # Checks for header files.
- 
- # Checks for typedefs, structures, and compiler characteristics.



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/

2020-11-26 Thread Aaron Bauman
commit: 789294aa9d515202d8f67e517c6ba45c7287890a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Nov 26 20:54:32 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Nov 26 20:56:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789294aa

net-analyzer/cbm: drop old EAPI

Signed-off-by: Aaron Bauman  gentoo.org>

 net-analyzer/cbm/Manifest  |  1 -
 net-analyzer/cbm/cbm-0.1-r1.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest
index b532c14ec13..a7868e03635 100644
--- a/net-analyzer/cbm/Manifest
+++ b/net-analyzer/cbm/Manifest
@@ -1,2 +1 @@
-DIST cbm-0.1.tar.gz 310247 BLAKE2B 
08d2b7c79795217e6f6e2c72bbf1a4e5af096ddd9ed76c9a61093cd790d7ef2429d2db3d94102c334f1433803d4b91cb297f57185b666554ce84eee5c2295322
 SHA512 
24bf6a4d68fed253977b965d7e5b6aff4fb9db502c47b4a2b3b36f8c2963c9648b78ae607e9753fe4792a73ddbc29b86b3a1acc3c431a9355b11ff348566add4
 DIST cbm-0.2.tar.gz 16043 BLAKE2B 
a5c041ac33b4694c2933bee0d71786896ec30d0735b921f34cfb6a247179709afd9fa6d90f0602869976f334391e8138830f538b18a08a7396f4049e26029b24
 SHA512 
ca9dbbd73e707dca3b7bf10201840de28b2b3956ce3cb2fc76e1b530caf6ff883eb437f8be0df1efe3b5d8398c4949ea00de4ba48ed26b27afa21cf445d5d076

diff --git a/net-analyzer/cbm/cbm-0.1-r1.ebuild 
b/net-analyzer/cbm/cbm-0.1-r1.ebuild
deleted file mode 100644
index 3e3c60fb9e6..000
--- a/net-analyzer/cbm/cbm-0.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="Display the current traffic on all network devices"
-HOMEPAGE="http://www.isotton.com/software/unix/cbm/";
-SRC_URI="http://www.isotton.com/software/unix/${PN}/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   sys-libs/ncurses
-"
-DEPEND="
-   ${RDEPEND}
-   app-text/xmlto
-   app-text/docbook-xml-dtd:4.4
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-gcc-4.3.patch \
-   "${FILESDIR}"/${P}-gcc-4.7.patch \
-   "${FILESDIR}"/${P}-tinfo.patch \
-   "${FILESDIR}"/${P}-headers-status-line.patch
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/files/, net-analyzer/cbm/

2020-01-01 Thread Jeroen Roovers
commit: 2eb484dfb0d50ddaf9051ec7d0930397b7bf7bc7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jan  2 00:41:15 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jan  2 00:41:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb484df

net-analyzer/cbm: Version 0.2

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/cbm/Manifest  |  1 +
 net-analyzer/cbm/cbm-0.2.ebuild| 34 ++
 net-analyzer/cbm/files/cbm-0.2-tinfo.patch | 21 ++
 3 files changed, 56 insertions(+)

diff --git a/net-analyzer/cbm/Manifest b/net-analyzer/cbm/Manifest
index 5f869f61f0d..b532c14ec13 100644
--- a/net-analyzer/cbm/Manifest
+++ b/net-analyzer/cbm/Manifest
@@ -1 +1,2 @@
 DIST cbm-0.1.tar.gz 310247 BLAKE2B 
08d2b7c79795217e6f6e2c72bbf1a4e5af096ddd9ed76c9a61093cd790d7ef2429d2db3d94102c334f1433803d4b91cb297f57185b666554ce84eee5c2295322
 SHA512 
24bf6a4d68fed253977b965d7e5b6aff4fb9db502c47b4a2b3b36f8c2963c9648b78ae607e9753fe4792a73ddbc29b86b3a1acc3c431a9355b11ff348566add4
+DIST cbm-0.2.tar.gz 16043 BLAKE2B 
a5c041ac33b4694c2933bee0d71786896ec30d0735b921f34cfb6a247179709afd9fa6d90f0602869976f334391e8138830f538b18a08a7396f4049e26029b24
 SHA512 
ca9dbbd73e707dca3b7bf10201840de28b2b3956ce3cb2fc76e1b530caf6ff883eb437f8be0df1efe3b5d8398c4949ea00de4ba48ed26b27afa21cf445d5d076

diff --git a/net-analyzer/cbm/cbm-0.2.ebuild b/net-analyzer/cbm/cbm-0.2.ebuild
new file mode 100644
index 000..970db519d02
--- /dev/null
+++ b/net-analyzer/cbm/cbm-0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 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}
+   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
new file mode 100644
index 000..a719969eaaa
--- /dev/null
+++ b/net-analyzer/cbm/files/cbm-0.2-tinfo.patch
@@ -0,0 +1,21 @@
+--- 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 *~ \