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

2023-11-22 Thread Ulrich Müller
commit: 0f2ba7f12f07e5dbbb72b3a6a11aca25fd6f62bd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Nov  1 18:39:46 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Nov 22 10:55:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2ba7f1

net-analyzer/ibmonitor: EAPI8 bump, use https, fix LICENSE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Ulrich Müller  gentoo.org>

 net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild 
b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
index d5cc1beaa4c3..be878eebbd6c 100644
--- a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
+++ b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Interactive bandwidth monitor"
-HOMEPAGE="http://ibmonitor.sourceforge.net;
+HOMEPAGE="https://ibmonitor.sourceforge.net;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
 
 KEYWORDS="~amd64 ~hppa ~ppc ~riscv x86"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 
 RDEPEND="dev-perl/TermReadKey"
-S=${WORKDIR}/${PN}
 
 src_install() {
dobin ibmonitor



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

2021-07-15 Thread Yixun Lan
commit: 8390e70a3e899707692e168f4caafe0ac6184ed1
Author: Alex Fan  yahoo  com>
AuthorDate: Tue Jul 13 05:10:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jul 16 01:15:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8390e70a

net-analyzer/ibmonitor: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild 
b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
index 4b5b559a57b..d5cc1beaa4c 100644
--- a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
+++ b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ DESCRIPTION="Interactive bandwidth monitor"
 HOMEPAGE="http://ibmonitor.sourceforge.net;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~hppa ~ppc x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~riscv x86"
 LICENSE="GPL-2"
 SLOT="0"
 



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

2020-11-26 Thread Aaron Bauman
commit: c74d8570942433270cf6387b6a5b3b998afe01c0
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Nov 27 00:54:50 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 27 00:54:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74d8570

net-analyzer/ibmonitor: drop old

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

 net-analyzer/ibmonitor/ibmonitor-1.4.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/net-analyzer/ibmonitor/ibmonitor-1.4.ebuild 
b/net-analyzer/ibmonitor/ibmonitor-1.4.ebuild
deleted file mode 100644
index 6e388ee87fa..000
--- a/net-analyzer/ibmonitor/ibmonitor-1.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Interactive bandwidth monitor"
-HOMEPAGE="http://ibmonitor.sourceforge.net;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~hppa ~ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-S="${WORKDIR}/${PN}"
-
-RDEPEND="dev-perl/TermReadKey"
-
-src_install() {
-   dobin ibmonitor
-   dodoc AUTHORS ChangeLog README TODO
-}



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

2020-11-26 Thread Thomas Deutschmann
commit: d46b907a9e05da082c232aab546c9d99dae3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov 27 00:05:35 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov 27 00:05:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46b907a

net-analyzer/ibmonitor: x86 stable (bug #756988)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild 
b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
index d40390197c3..4b5b559a57b 100644
--- a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
+++ b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Interactive bandwidth monitor"
 HOMEPAGE="http://ibmonitor.sourceforge.net;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 



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

2020-01-08 Thread Jeroen Roovers
commit: 4312f088898057729939aa3d0c9fe0ba96e2c340
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  8 08:27:36 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  8 08:50:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4312f088

net-analyzer/ibmonitor: EAPI=7

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

 net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild 
b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
new file mode 100644
index 000..d40390197c3
--- /dev/null
+++ b/net-analyzer/ibmonitor/ibmonitor-1.4-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Interactive bandwidth monitor"
+HOMEPAGE="http://ibmonitor.sourceforge.net;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="dev-perl/TermReadKey"
+S=${WORKDIR}/${PN}
+
+src_install() {
+   dobin ibmonitor
+   dodoc AUTHORS ChangeLog README TODO
+}