* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/jnettop/
@ 2021-04-03 18:59 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-03 18:59 UTC (permalink / raw
To: gentoo-commits
commit: b04458d5958355e32303d74dd40a3389f674da0f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 18:41:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 18:59:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04458d5
net-analyzer/jnettop: eutils->epatch
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
index e0c71800057..df4d41386c2 100644
--- a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
+++ b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools eutils
+
+inherit autotools epatch
DESCRIPTION="A top like console network traffic visualiser"
HOMEPAGE="http://jnettop.kubs.info/"
@@ -20,7 +21,6 @@ RDEPEND="
ncurses? ( sys-libs/ncurses )
syslog? ( virtual/logger )
"
-
DEPEND="${RDEPEND}
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/jnettop/
@ 2021-11-04 17:09 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-11-04 17:09 UTC (permalink / raw
To: gentoo-commits
commit: cc1035a121dc711c5633d823924a5eed417ade5e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 4 17:08:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 4 17:08:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1035a1
net-analyzer/jnettop: Keyword 0.13.0-r1 arm64, #819351
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
index df4d41386c2..546fa03600b 100644
--- a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
+++ b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://jnettop.kubs.info/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="berkdb ncurses syslog"
RDEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/jnettop/
@ 2022-01-11 21:10 Jakov Smolić
0 siblings, 0 replies; 3+ messages in thread
From: Jakov Smolić @ 2022-01-11 21:10 UTC (permalink / raw
To: gentoo-commits
commit: bff4a82e074ac7b7a8ed0b6d733ff9c247cdae26
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 11 21:07:22 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 21:10:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff4a82e
net-analyzer/jnettop: Port to EAPI 8
Closes: https://bugs.gentoo.org/826814
Closes: https://bugs.gentoo.org/738074
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
...op-0.13.0-r1.ebuild => jnettop-0.13.0-r2.ebuild} | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild b/net-analyzer/jnettop/jnettop-0.13.0-r2.ebuild
similarity index 70%
rename from net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
rename to net-analyzer/jnettop/jnettop-0.13.0-r2.ebuild
index 546fa03600b3..f94cbf95ae1c 100644
--- a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
+++ b/net-analyzer/jnettop/jnettop-0.13.0-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-inherit autotools epatch
+inherit autotools
DESCRIPTION="A top like console network traffic visualiser"
-HOMEPAGE="http://jnettop.kubs.info/"
+HOMEPAGE="https://sourceforge.net/projects/jnettop"
SRC_URI="http://jnettop.kubs.info/dist/${P}.tar.gz"
LICENSE="GPL-2"
@@ -21,15 +21,16 @@ RDEPEND="
ncurses? ( sys-libs/ncurses )
syslog? ( virtual/logger )
"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
-DOCS=( AUTHORS ChangeLog NEWS README )
+PATCHES=(
+ "${FILESDIR}/${P}-asneeded.patch"
+ "${FILESDIR}/${P}-tinfo.patch"
+)
src_prepare() {
- epatch \
- "${FILESDIR}/${P}-asneeded.patch" \
- "${FILESDIR}/${P}-tinfo.patch"
+ default
eautoreconf
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-11 21:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-04 17:09 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/jnettop/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-01-11 21:10 Jakov Smolić
2021-04-03 18:59 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox