public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nstats/
@ 2020-01-08 11:17 Jeroen Roovers
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2020-01-08 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5bbae59423b9aa9df4b492670887070f6b5fc24a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  8 11:17:27 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jan  8 11:17:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bbae594

net-analyzer/nstats: EAPI=7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/nstats/nstats-0.4-r3.ebuild | 34 ++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/net-analyzer/nstats/nstats-0.4-r3.ebuild b/net-analyzer/nstats/nstats-0.4-r3.ebuild
new file mode 100644
index 00000000000..06b4455c4cf
--- /dev/null
+++ b/net-analyzer/nstats/nstats-0.4-r3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="Displays statistics about ethernet traffic including protocol breakdown"
+SRC_URI="http://trash.net/~reeler/nstats/files/${P}.tar.gz"
+HOMEPAGE="http://trash.net/~reeler/nstats/"
+LICENSE="Artistic"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+	net-libs/libpcap
+	sys-libs/ncurses
+"
+DEPEND="
+	${RDEPEND}
+	virtual/pkgconfig
+"
+PATCHES=(
+	"${FILESDIR}"/${P}-glibc24.patch
+	"${FILESDIR}"/${P}-makefile.patch
+	"${FILESDIR}"/${P}-tinfo.patch
+)
+DOCS=( BUGS doc/TODO doc/ChangeLog )
+
+src_prepare(){
+	default
+
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nstats/
@ 2020-02-01  0:02 Jeroen Roovers
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2020-02-01  0:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d143d34e164882fed1656841e579b7ef948bb5ac
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 00:01:56 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 00:02:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d143d34e

net-analyzer/nstats: Set CFLAGS=-fcommon

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=707488
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/nstats/nstats-0.4-r3.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nstats/nstats-0.4-r3.ebuild b/net-analyzer/nstats/nstats-0.4-r3.ebuild
index 06b4455c4cf..8a5efdfe162 100644
--- a/net-analyzer/nstats/nstats-0.4-r3.ebuild
+++ b/net-analyzer/nstats/nstats-0.4-r3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="Displays statistics about ethernet traffic including protocol breakdown"
 SRC_URI="http://trash.net/~reeler/nstats/files/${P}.tar.gz"
@@ -29,6 +29,10 @@ DOCS=( BUGS doc/TODO doc/ChangeLog )
 
 src_prepare(){
 	default
-
 	eautoreconf
 }
+
+src_configure() {
+	append-cflags -fcommon
+	default
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nstats/
@ 2021-01-07  0:58 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-01-07  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0e4d12edb6544268944b43b8fa55f7a4360924f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 00:52:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 00:58:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4d12ed

net-analyzer/nstats: Stabilize 0.4-r3 amd64, #763945

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/nstats/nstats-0.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nstats/nstats-0.4-r3.ebuild b/net-analyzer/nstats/nstats-0.4-r3.ebuild
index 2fd06e90cf7..90125f4c362 100644
--- a/net-analyzer/nstats/nstats-0.4-r3.ebuild
+++ b/net-analyzer/nstats/nstats-0.4-r3.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
@@ -10,7 +10,7 @@ HOMEPAGE="http://trash.net/~reeler/nstats/"
 LICENSE="Artistic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="
 	net-libs/libpcap


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nstats/
@ 2021-01-07  1:08 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-01-07  1:08 UTC (permalink / raw
  To: gentoo-commits

commit:     93447a5d3fc26823c6968048a7224fd2eaa10c01
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 01:04:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 01:04:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93447a5d

net-analyzer/nstats: Stabilize 0.4-r3 x86, #763945

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/nstats/nstats-0.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nstats/nstats-0.4-r3.ebuild b/net-analyzer/nstats/nstats-0.4-r3.ebuild
index 90125f4c362..65b96057aa7 100644
--- a/net-analyzer/nstats/nstats-0.4-r3.ebuild
+++ b/net-analyzer/nstats/nstats-0.4-r3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://trash.net/~reeler/nstats/"
 LICENSE="Artistic"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
 	net-libs/libpcap


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nstats/
@ 2021-01-18 11:36 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2021-01-18 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     319d8009130fd82b4085250540876493a078ce2e
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Jan 18 11:36:01 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 11:36:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319d8009

net-analyzer/nstats: Remove old

Bug: https://bugs.gentoo.org/763945
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-analyzer/nstats/nstats-0.4-r2.ebuild | 34 --------------------------------
 1 file changed, 34 deletions(-)

diff --git a/net-analyzer/nstats/nstats-0.4-r2.ebuild b/net-analyzer/nstats/nstats-0.4-r2.ebuild
deleted file mode 100644
index 18e85bd81fe..00000000000
--- a/net-analyzer/nstats/nstats-0.4-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="Displays statistics about ethernet traffic including protocol breakdown"
-SRC_URI="http://trash.net/~reeler/nstats/files/${P}.tar.gz"
-HOMEPAGE="http://trash.net/~reeler/nstats/"
-LICENSE="Artistic"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND="
-	net-libs/libpcap
-	sys-libs/ncurses
-"
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
-
-DOCS=( BUGS doc/TODO doc/ChangeLog )
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-glibc24.patch \
-		"${FILESDIR}"/${P}-makefile.patch \
-		"${FILESDIR}"/${P}-tinfo.patch
-
-	eautoreconf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nstats/
@ 2024-03-15  3:39 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-03-15  3:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7813b06a24a7b86fe187d329dd0ba35b6ee21e20
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 03:05:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 03:18:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7813b06a

net-analyzer/nstats: update EAPI 7 -> 8, filter LTO, fix DEPEND/BDEPEND

* EAPI 8.

* Filter LTO as HOMEPAGE is dead (-> nowhere to report the bug) and it has
conflicting definitions of quit().

* Fix DEPEND/BDEPEND (pkgconfig).

Closes: https://bugs.gentoo.org/861227
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{nstats-0.4-r3.ebuild => nstats-0.4-r4.ebuild}    | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/nstats/nstats-0.4-r3.ebuild b/net-analyzer/nstats/nstats-0.4-r4.ebuild
similarity index 80%
rename from net-analyzer/nstats/nstats-0.4-r3.ebuild
rename to net-analyzer/nstats/nstats-0.4-r4.ebuild
index 65b96057aa7b..29ee8957fee9 100644
--- a/net-analyzer/nstats/nstats-0.4-r3.ebuild
+++ b/net-analyzer/nstats/nstats-0.4-r4.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit autotools flag-o-matic
 
 DESCRIPTION="Displays statistics about ethernet traffic including protocol breakdown"
-SRC_URI="http://trash.net/~reeler/nstats/files/${P}.tar.gz"
 HOMEPAGE="http://trash.net/~reeler/nstats/"
-LICENSE="Artistic"
+SRC_URI="http://trash.net/~reeler/nstats/files/${P}.tar.gz"
 
+LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 
@@ -16,15 +17,15 @@ RDEPEND="
 	net-libs/libpcap
 	sys-libs/ncurses
 "
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
 PATCHES=(
 	"${FILESDIR}"/${P}-glibc24.patch
 	"${FILESDIR}"/${P}-makefile.patch
 	"${FILESDIR}"/${P}-tinfo.patch
 )
+
 DOCS=( BUGS doc/TODO doc/ChangeLog )
 
 src_prepare() {
@@ -34,5 +35,7 @@ src_prepare() {
 
 src_configure() {
 	append-cflags -fcommon
+	# Conflicting definitions of quit() (bug #861227)
+	filter-lto
 	default
 }


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

end of thread, other threads:[~2024-03-15  3:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-01  0:02 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nstats/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2024-03-15  3:39 Sam James
2021-01-18 11:36 David Seifert
2021-01-07  1:08 Sam James
2021-01-07  0:58 Sam James
2020-01-08 11:17 Jeroen Roovers

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