* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ibmonitor/
@ 2023-11-22 10:55 Ulrich Müller
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2023-11-22 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 0f2ba7f12f07e5dbbb72b3a6a11aca25fd6f62bd
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Nov 1 18:39:46 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 10:55:34 2023 +0000
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 <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ibmonitor/
@ 2021-07-16 1:31 Yixun Lan
0 siblings, 0 replies; 5+ messages in thread
From: Yixun Lan @ 2021-07-16 1:31 UTC (permalink / raw
To: gentoo-commits
commit: 8390e70a3e899707692e168f4caafe0ac6184ed1
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Tue Jul 13 05:10:15 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 01:15:47 2021 +0000
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 <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> 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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ibmonitor/
@ 2020-11-27 0:59 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2020-11-27 0:59 UTC (permalink / raw
To: gentoo-commits
commit: c74d8570942433270cf6387b6a5b3b998afe01c0
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 00:54:50 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 00:54:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74d8570
net-analyzer/ibmonitor: drop old
Signed-off-by: Aaron Bauman <bman <AT> 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..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ibmonitor/
@ 2020-11-27 0:07 Thomas Deutschmann
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2020-11-27 0:07 UTC (permalink / raw
To: gentoo-commits
commit: d46b907a9e05da0444482c232aab546c9d99dae3
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 00:05:35 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 00:05:35 2020 +0000
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 <whissi <AT> 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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ibmonitor/
@ 2020-01-08 8:50 Jeroen Roovers
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2020-01-08 8:50 UTC (permalink / raw
To: gentoo-commits
commit: 4312f088898057729939aa3d0c9fe0ba96e2c340
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 8 08:27:36 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jan 8 08:50:50 2020 +0000
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 <jer <AT> 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 00000000000..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
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-11-22 10:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 10:55 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ibmonitor/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2021-07-16 1:31 Yixun Lan
2020-11-27 0:59 Aaron Bauman
2020-11-27 0:07 Thomas Deutschmann
2020-01-08 8:50 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox