commit: 7e461c03fe44a6aab7752c455f75e1132d018c83
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 18:36:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 18:59:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e461c03
net-analyzer/sinfo: port to EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
...{sinfo-0.0.48.ebuild => sinfo-0.0.48-r1.ebuild} | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/net-analyzer/sinfo/sinfo-0.0.48.ebuild
b/net-analyzer/sinfo/sinfo-0.0.48-r1.ebuild
similarity index 77%
rename from net-analyzer/sinfo/sinfo-0.0.48.ebuild
rename to net-analyzer/sinfo/sinfo-0.0.48-r1.ebuild
index 441f23d854d..ebc65efd14b 100644
--- a/net-analyzer/sinfo/sinfo-0.0.48.ebuild
+++ b/net-analyzer/sinfo/sinfo-0.0.48-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit autotools eutils
+EAPI=7
+
+inherit autotools
DESCRIPTION="A monitoring tool for networked computers"
HOMEPAGE="http://www.ant.uni-bremen.de/whomes/rinas/sinfo/"
@@ -18,15 +19,18 @@ RDEPEND="
dev-libs/boost
sys-libs/ncurses:=
"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.0.47-tinfo.patch
+ "${FILESDIR}"/${P}-gcc6.patch
+)
src_prepare() {
+ default
+
cp "${FILESDIR}"/${P}-acinclude.m4 acinclude.m4 || die
- epatch "${FILESDIR}"/${PN}-0.0.47-tinfo.patch
- epatch "${FILESDIR}"/${P}-gcc6.patch
eautoreconf
}