From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bmon/
Date: Sat, 3 Apr 2021 18:59:29 +0000 (UTC) [thread overview]
Message-ID: <1617476349.a264003c48500e2f230c82baaa65e2108bafe15b.sam@gentoo> (raw)
commit: a264003c48500e2f230c82baaa65e2108bafe15b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 18:39:33 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 18:59:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a264003c
net-analyzer/bmon: port to EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/bmon/bmon-4.0.ebuild | 29 +++++++++++++----------------
net-analyzer/bmon/bmon-999.ebuild | 12 +++++-------
2 files changed, 18 insertions(+), 23 deletions(-)
diff --git a/net-analyzer/bmon/bmon-4.0.ebuild b/net-analyzer/bmon/bmon-4.0.ebuild
index ce39ebbf63e..13ecfa5de9d 100644
--- a/net-analyzer/bmon/bmon-4.0.ebuild
+++ b/net-analyzer/bmon/bmon-4.0.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit autotools eutils linux-info toolchain-funcs
+EAPI=7
-DESCRIPTION="interface bandwidth monitor"
+inherit autotools linux-info toolchain-funcs
+
+DESCRIPTION="Interface bandwidth monitor"
HOMEPAGE="http://www.infradead.org/~tgr/bmon/ https://github.com/tgraf/bmon/"
-SRC_URI="
- https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz
-"
+SRC_URI="https://codeload.github.com/tgraf/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
LICENSE="BSD-2 MIT"
SLOT="0"
@@ -19,10 +18,8 @@ RDEPEND="
dev-libs/confuse:=
dev-libs/libnl:3
"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
DOCS=( ChangeLog )
@@ -32,12 +29,12 @@ ERROR_NET_SCHED="
Run ${PN} -i proc to use the deprecated proc interface instead.
"
-src_prepare() {
- eapply \
- "${FILESDIR}"/${PN}-3.6-docdir-examples.patch
-
- eapply_user
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.6-docdir-examples.patch
+)
+src_prepare() {
+ default
eautoreconf
}
diff --git a/net-analyzer/bmon/bmon-999.ebuild b/net-analyzer/bmon/bmon-999.ebuild
index 1939b19057e..c7b2e2c82e0 100644
--- a/net-analyzer/bmon/bmon-999.ebuild
+++ b/net-analyzer/bmon/bmon-999.ebuild
@@ -1,26 +1,24 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools git-r3 linux-info toolchain-funcs
-DESCRIPTION="interface bandwidth monitor"
+DESCRIPTION="Interface bandwidth monitor"
HOMEPAGE="http://www.infradead.org/~tgr/bmon/ https://github.com/tgraf/bmon/"
EGIT_REPO_URI="https://github.com/tgraf/bmon/"
LICENSE="BSD-2 MIT"
SLOT="0"
-KEYWORDS=""
RDEPEND="
>=sys-libs/ncurses-5.3-r2:0=
dev-libs/confuse:=
dev-libs/libnl:3
"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
DOCS=( ChangeLog )
next reply other threads:[~2021-04-03 18:59 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-03 18:59 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-30 6:38 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/bmon/ Arthur Zamarin
2023-12-30 4:10 Sam James
2023-11-22 18:16 Ulrich Müller
2023-11-22 17:03 Ulrich Müller
2023-11-22 10:55 Ulrich Müller
2023-11-22 10:55 Ulrich Müller
2023-11-22 10:55 Ulrich Müller
2021-07-16 1:31 Yixun Lan
2019-04-22 16:53 Jeroen Roovers
2017-07-21 8:20 Jeroen Roovers
2017-02-03 21:32 Jeroen Roovers
2017-01-27 9:07 Agostino Sarubbo
2017-01-27 9:02 Agostino Sarubbo
2017-01-26 17:51 Jeroen Roovers
2017-01-26 17:42 Jeroen Roovers
2016-12-17 12:19 Jeroen Roovers
2016-11-24 23:17 Jeroen Roovers
2016-11-24 23:17 Jeroen Roovers
2016-10-01 12:55 Jeroen Roovers
2016-09-24 12:36 Jeroen Roovers
2016-08-30 20:21 Markus Meier
2016-07-25 6:02 Jeroen Roovers
2015-11-16 5:20 Jeroen Roovers
2015-09-01 4:38 Jeroen Roovers
2015-08-26 10:43 Agostino Sarubbo
2015-08-12 6:12 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1617476349.a264003c48500e2f230c82baaa65e2108bafe15b.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox