Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cbm/
Date: Fri, 10 Sep 2021 10:14:22
Message-Id: 1631268790.9ae16bd2e189014ba1b00ae5371db7b5276ef193.pinkbyte@gentoo
1 commit: 9ae16bd2e189014ba1b00ae5371db7b5276ef193
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 10:12:59 2021 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 10:13:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae16bd2
7
8 net-analyzer/cbm: drop old unreachable URL from HOMEPAGE
9
10 Closes: https://bugs.gentoo.org/680554
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
13
14 net-analyzer/cbm/cbm-0.3.2.ebuild | 5 +----
15 net-analyzer/cbm/cbm-0.3.ebuild | 5 +----
16 2 files changed, 2 insertions(+), 8 deletions(-)
17
18 diff --git a/net-analyzer/cbm/cbm-0.3.2.ebuild b/net-analyzer/cbm/cbm-0.3.2.ebuild
19 index 22ae3162bb6..9c8f5b01a4b 100644
20 --- a/net-analyzer/cbm/cbm-0.3.2.ebuild
21 +++ b/net-analyzer/cbm/cbm-0.3.2.ebuild
22 @@ -6,10 +6,7 @@ EAPI=7
23 inherit autotools
24
25 DESCRIPTION="Color Bandwidth Meter"
26 -HOMEPAGE="
27 - http://www.isotton.com/software/unix/cbm/
28 - https://github.com/resurrecting-open-source-projects/cbm
29 -"
30 +HOMEPAGE="https://github.com/resurrecting-open-source-projects/cbm"
31 SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
32
33 LICENSE="GPL-2"
34
35 diff --git a/net-analyzer/cbm/cbm-0.3.ebuild b/net-analyzer/cbm/cbm-0.3.ebuild
36 index 22ae3162bb6..9c8f5b01a4b 100644
37 --- a/net-analyzer/cbm/cbm-0.3.ebuild
38 +++ b/net-analyzer/cbm/cbm-0.3.ebuild
39 @@ -6,10 +6,7 @@ EAPI=7
40 inherit autotools
41
42 DESCRIPTION="Color Bandwidth Meter"
43 -HOMEPAGE="
44 - http://www.isotton.com/software/unix/cbm/
45 - https://github.com/resurrecting-open-source-projects/cbm
46 -"
47 +HOMEPAGE="https://github.com/resurrecting-open-source-projects/cbm"
48 SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
49
50 LICENSE="GPL-2"