* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/
@ 2020-11-26 20:56 Aaron Bauman
0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2020-11-26 20:56 UTC (permalink / raw
To: gentoo-commits
commit: 789294aa9d515202d8f67e517c6ba45c7287890a
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 20:54:32 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 20:56:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789294aa
net-analyzer/cbm: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> 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..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/
@ 2021-05-17 2:59 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-05-17 2:59 UTC (permalink / raw
To: gentoo-commits
commit: 59ed8987bf05d2fddb92a4d501b2be3251b02850
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 17 02:41:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 17 02:41:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ed8987
net-analyzer/cbm: add 0.3
Signed-off-by: Sam James <sam <AT> 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 00000000000..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
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/
@ 2021-08-07 6:47 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-08-07 6:47 UTC (permalink / raw
To: gentoo-commits
commit: 29866f24622572b2fcc9b4cf98f0d7402d6ee35b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 7 06:40:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 7 06:47:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29866f24
net-analyzer/cbm: add 0.3.1
Signed-off-by: Sam James <sam <AT> 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 00000000000..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
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/
@ 2021-08-07 6:47 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-08-07 6:47 UTC (permalink / raw
To: gentoo-commits
commit: 43925bc0fbd3c6f4e066d8dc4eed36555a84b3a9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 7 06:40:29 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 7 06:47:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43925bc0
net-analyzer/cbm: drop 0.2
Signed-off-by: Sam James <sam <AT> 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..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/
@ 2021-08-16 1:58 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-08-16 1:58 UTC (permalink / raw
To: gentoo-commits
commit: de3b536d41c181b5d80f3ca017b52ba29d375db0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 00:57:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 01:58:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3b536d
net-analyzer/cbm: drop 0.3.1
Signed-off-by: Sam James <sam <AT> 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..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/
@ 2021-08-16 1:58 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-08-16 1:58 UTC (permalink / raw
To: gentoo-commits
commit: 99e9cad26a10a5bd5461f17ccacad22e6590749d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 00:57:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 01:58:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e9cad2
net-analyzer/cbm: add 0.3.2
Signed-off-by: Sam James <sam <AT> 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 00000000000..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
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/
@ 2021-09-10 10:14 Sergey Popov
0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2021-09-10 10:14 UTC (permalink / raw
To: gentoo-commits
commit: 9ae16bd2e189014ba1b00ae5371db7b5276ef193
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 10 10:12:59 2021 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Sep 10 10:13:10 2021 +0000
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 <pinkbyte <AT> 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"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/
@ 2021-09-10 10:14 Sergey Popov
0 siblings, 0 replies; 10+ messages in thread
From: Sergey Popov @ 2021-09-10 10:14 UTC (permalink / raw
To: gentoo-commits
commit: 710de389c9372e78403cda757a60e06fbf39ec87
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 10 10:14:02 2021 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Sep 10 10:14:02 2021 +0000
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 <pinkbyte <AT> 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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>pinkbyte@gentoo.org</email>
- <name>Sergey Popov</name>
- </maintainer>
-<maintainer type="project">
+ <maintainer type="project">
<email>netmon@gentoo.org</email>
<name>Gentoo network monitoring and analysis project</name>
</maintainer>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/
@ 2023-05-01 12:49 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-05-01 12:49 UTC (permalink / raw
To: gentoo-commits
commit: 4e51d358395ccddaba158c6a1f221b451c9fb407
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 12:39:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 1 12:48:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51d358
net-analyzer/cbm: drop 0.3
Signed-off-by: Sam James <sam <AT> 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..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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/
@ 2023-05-01 12:52 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-05-01 12:52 UTC (permalink / raw
To: gentoo-commits
commit: 593a5395248a8f730d1b1e8bf259c4c803664fb1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 12:50:19 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 1 12:50:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593a5395
net-analyzer/cbm: add github upstream metadata
Signed-off-by: Sam James <sam <AT> 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 @@
<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>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-05-01 12:52 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-10 10:14 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/ Sergey Popov
-- strict thread matches above, loose matches on Subject: below --
2023-05-01 12:52 Sam James
2023-05-01 12:49 Sam James
2021-09-10 10:14 Sergey Popov
2021-08-16 1:58 Sam James
2021-08-16 1:58 Sam James
2021-08-07 6:47 Sam James
2021-08-07 6:47 Sam James
2021-05-17 2:59 Sam James
2020-11-26 20:56 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox