public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sinfo/
@ 2018-03-01  3:20 Steve Arnold
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Arnold @ 2018-03-01  3:20 UTC (permalink / raw
  To: gentoo-commits

commit:     14aa18c76244df14b60b150db0c0b5c6fff2c26b
Author:     Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 03:19:32 2018 +0000
Commit:     Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 03:19:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14aa18c7

net-analyzer/sinfo: keyword for ~arm, fix ncurses slot and date

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-analyzer/sinfo/sinfo-0.0.48.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/sinfo/sinfo-0.0.48.ebuild b/net-analyzer/sinfo/sinfo-0.0.48.ebuild
index ef6d765d62a..1ced2d8e3ea 100644
--- a/net-analyzer/sinfo/sinfo-0.0.48.ebuild
+++ b/net-analyzer/sinfo/sinfo-0.0.48.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,13 +10,13 @@ SRC_URI="${HOMEPAGE}download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="ipv6 static-libs"
 
 RDEPEND="
 	!sys-cluster/slurm
 	dev-libs/boost
-	sys-libs/ncurses
+	sys-libs/ncurses:=
 "
 DEPEND="
 	${RDEPEND}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sinfo/
@ 2021-04-03 18:59 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-04-03 18:59 UTC (permalink / raw
  To: gentoo-commits

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
 }
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-03 18:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 18:59 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sinfo/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2018-03-01  3:20 Steve Arnold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox