public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2023-11-22 18:32 Ulrich Müller
  0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Müller @ 2023-11-22 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     84c7aa76191ab0540c7776539ca74531fb72050b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Nov  1 18:41:51 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 18:32:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c7aa76

net-analyzer/ifstatus: EAPI8 bump, use https, fix LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 net-analyzer/ifstatus/ifstatus-2.0.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
index 89f9ddd12d83..8a132f8f389f 100644
--- a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
-DESCRIPTION="A simple CLI program for displaying network statistics in real time"
-HOMEPAGE="http://ifstatus.sourceforge.net/"
+DESCRIPTION="Simple CLI program for displaying network statistics in real time"
+HOMEPAGE="https://ifstatus.sourceforge.io/"
 SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz"
 S="${WORKDIR}/${PN}-v${PV}"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 arm ~ppc ~riscv x86"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2021-07-16  1:31 Yixun Lan
  0 siblings, 0 replies; 12+ messages in thread
From: Yixun Lan @ 2021-07-16  1:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4de30b891388ce6ba54976825480aabfa87f0787
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Tue Jul 13 04:51:47 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 01:15:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de30b89

net-analyzer/ifstatus: add ~riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-analyzer/ifstatus/ifstatus-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
index 400d6a60c00..89f9ddd12d8 100644
--- a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc x86"
+KEYWORDS="amd64 arm ~ppc ~riscv x86"
 
 RDEPEND=">=sys-libs/ncurses-4.2:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2021-04-03 20:03 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-04-03 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cf6aec029afaa8b0af8e10917a4662d5a6a8cace
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 20:03:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 20:03:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6aec02

net-analyzer/ifstatus: fix typo

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

 net-analyzer/ifstatus/ifstatus-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
index 3aea08cd6d9..400d6a60c00 100644
--- a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="amd64 arm ~ppc x86"
 
 RDEPEND=">=sys-libs/ncurses-4.2:0="
 DEPEND="${RDEPEND}"
-BDEPEND+"virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.0.0-tinfo.patch


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2021-04-03 19:53 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-04-03 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0d89e74893170c7a6e9fc13f30d8754fef52246a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 19:18:40 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 19:52:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d89e748

net-analyzer/ifstatus: eutils--, tidy up

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

 net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild | 32 ++++++++++++--------------
 net-analyzer/ifstatus/ifstatus-2.0.0.ebuild    | 28 +++++++++++-----------
 2 files changed, 28 insertions(+), 32 deletions(-)

diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
index 10f512067d0..986b1e4ad56 100644
--- a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
@@ -1,29 +1,27 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit eutils toolchain-funcs
+EAPI=7
 
-KEYWORDS="amd64 arm ~ppc x86"
+inherit toolchain-funcs
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real time"
 HOMEPAGE="http://ifstatus.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz"
+S="${WORKDIR}/${PN}"
+
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="amd64 arm ~ppc x86"
 
 RDEPEND=">=sys-libs/ncurses-4.2:0="
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
-
-S="${WORKDIR}/${PN}"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
-	"${FILESDIR}/${P}-gcc43.patch"
-	"${FILESDIR}/${P}-tinfo.patch"
-	"${FILESDIR}/${P}-gcc6.patch"
+	"${FILESDIR}"/${P}-gcc43.patch
+	"${FILESDIR}"/${P}-tinfo.patch
+	"${FILESDIR}"/${P}-gcc6.patch
 )
 
 src_prepare() {
@@ -37,8 +35,8 @@ src_install() {
 }
 
 pkg_postinst() {
-	elog	"You may want to configure ~/.ifstatus/ifstatus.cfg"
-	elog 	"before running ifstatus. For example, you may add"
-	elog	"Interfaces = eth0 there. Read the README file for"
-	elog	"more information."
+	elog "You may want to configure ~/.ifstatus/ifstatus.cfg"
+	elog "before running ifstatus. For example, you may add"
+	elog "Interfaces = eth0 there. Read the README file for"
+	elog "more information."
 }

diff --git a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
index c954845ed7d..3aea08cd6d9 100644
--- a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
@@ -2,31 +2,29 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit toolchain-funcs
 
-KEYWORDS="amd64 arm ~ppc x86"
+inherit toolchain-funcs
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real time"
 HOMEPAGE="http://ifstatus.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz"
+S="${WORKDIR}/${PN}-v${PV}"
+
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="amd64 arm ~ppc x86"
+
+RDEPEND=">=sys-libs/ncurses-4.2:0="
+DEPEND="${RDEPEND}"
+BDEPEND+"virtual/pkgconfig"
 
-RDEPEND="
-	>=sys-libs/ncurses-4.2:0=
-"
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.0.0-tinfo.patch
 )
-S="${WORKDIR}/${PN}-v${PV}"
 
 src_compile() {
 	tc-export CXX PKG_CONFIG
-	emake GCC=$(tc-getCXX) ${PN}
+	emake GCC="$(tc-getCXX)" ${PN}
 }
 
 src_install() {
@@ -35,8 +33,8 @@ src_install() {
 }
 
 pkg_postinst() {
-	elog	"You may want to configure ~/.ifstatus/ifstatus.cfg"
-	elog	"before running ifstatus. For example, you may add"
-	elog	"Interfaces = eth0 there. Read the README file for"
-	elog	"more information."
+	elog "You may want to configure ~/.ifstatus/ifstatus.cfg"
+	elog "before running ifstatus. For example, you may add"
+	elog "Interfaces = eth0 there. Read the README file for"
+	elog "more information."
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2021-03-28 11:00 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-03-28 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     709e3b0df0a8848f7af960b29a8ac6bdf6f28859
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 10:56:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 10:56:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709e3b0d

net-analyzer/ifstatus: Stabilize 2.0.0 arm, #776538

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

 net-analyzer/ifstatus/ifstatus-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
index 0b58e01792d..c954845ed7d 100644
--- a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit toolchain-funcs
 
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 arm ~ppc x86"
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real time"
 HOMEPAGE="http://ifstatus.sourceforge.net/"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2021-03-15 22:09 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-03-15 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1921961c44cb62937f5246eb81360eb7adf0627e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 22:09:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 22:09:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1921961c

net-analyzer/ifstatus: Stabilize 2.0.0 x86, #776538

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

 net-analyzer/ifstatus/ifstatus-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
index 85a203b8d40..0b58e01792d 100644
--- a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit toolchain-funcs
 
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real time"
 HOMEPAGE="http://ifstatus.sourceforge.net/"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2021-03-15 21:53 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-03-15 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     06932e674e5b5289e93ec5ac7b2cf2f2cd324879
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:53:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:53:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06932e67

net-analyzer/ifstatus: Stabilize 2.0.0 amd64, #776538

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

 net-analyzer/ifstatus/ifstatus-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
index 7b2612d29fe..85a203b8d40 100644
--- a/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-2.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit toolchain-funcs
 
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real time"
 HOMEPAGE="http://ifstatus.sourceforge.net/"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2019-05-08 11:33 Jeroen Roovers
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers @ 2019-05-08 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9ee440aa21d11e6c2e136969ddde700871bac043
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 11:32:55 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed May  8 11:33:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee440aa

net-analyzer/ifstatus: Old

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

 net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild | 43 --------------------------
 1 file changed, 43 deletions(-)

diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
deleted file mode 100644
index 219bdaa49c5..00000000000
--- a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils toolchain-funcs
-
-KEYWORDS="amd64 arm ~ppc x86"
-
-DESCRIPTION="A simple CLI program for displaying network statistics in real time"
-HOMEPAGE="http://ifstatus.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND=">=sys-libs/ncurses-4.2:0="
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-gcc43.patch"
-	"${FILESDIR}/${P}-tinfo.patch"
-)
-
-src_prepare() {
-	default
-	tc-export CXX PKG_CONFIG
-}
-
-src_install() {
-	dobin ifstatus
-	dodoc AUTHORS README
-}
-
-pkg_postinst() {
-	elog	"You may want to configure ~/.ifstatus/ifstatus.cfg"
-	elog 	"before running ifstatus. For example, you may add"
-	elog	"Interfaces = eth0 there. Read the README file for"
-	elog	"more information."
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2017-11-25 11:55 Markus Meier
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier @ 2017-11-25 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0f81f15871140d8f061786a463998d003ed4f01c
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 11:51:58 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 11:51:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f81f158

net-analyzer/ifstatus: arm stable, bug #632311

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 net-analyzer/ifstatus/Manifest                 | 2 +-
 net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/ifstatus/Manifest b/net-analyzer/ifstatus/Manifest
index c2625e628c2..a245375aa51 100644
--- a/net-analyzer/ifstatus/Manifest
+++ b/net-analyzer/ifstatus/Manifest
@@ -1 +1 @@
-DIST ifstatus-v1.1.0.tar.gz 25233 SHA256 0ca8a8655a1edf07698efbd5e1d4adc962dbb1bfb078b4899062e89bb05eac10 SHA512 2660310be7186067315414218e3d3d269499e391c7ffa12022ac53a0456ddbe0f7d5562b788fe6b2569b7d0eba7acf5699e0386769a91606a3e14b51239a2766 WHIRLPOOL 7aebc62d229160a07a28e876d2d7daa6847ed16d6c6b0f457de70d85584afce36f6e4903befb383720426f6ee20def4d1d02245fabf8671a6df367517d2a648b
+DIST ifstatus-v1.1.0.tar.gz 25233 BLAKE2B de9d088bf7001799c3a54775c0c63d5dcf4f1f3f4998ce02b82a11bea7a6dabb1263829ff42ba1cd05ebd6b202827196757727c24db022ffa7d06ece38db6616 SHA512 2660310be7186067315414218e3d3d269499e391c7ffa12022ac53a0456ddbe0f7d5562b788fe6b2569b7d0eba7acf5699e0386769a91606a3e14b51239a2766

diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
index d76e595171c..10f512067d0 100644
--- a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 inherit eutils toolchain-funcs
 
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 arm ~ppc x86"
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real time"
 HOMEPAGE="http://ifstatus.sourceforge.net/"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2017-10-31 16:34 Andreas Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Hüttel @ 2017-10-31 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9797a0862aea6ef8e4b6f14c31040ef31ab5632d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 16:33:43 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 16:33:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9797a086

net-analyzer/ifstatus: amd64 stable, bug 632311

Bug: https://bugs.gentoo.org/632311
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
index dcd4cdbcb38..d76e595171c 100644
--- a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 inherit eutils toolchain-funcs
 
-KEYWORDS="~amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real time"
 HOMEPAGE="http://ifstatus.sourceforge.net/"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2017-10-26 20:44 Thomas Deutschmann
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     fd963666f4b0a0bd4dd54d7d32dad3e7bbc65e0e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 20:43:02 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 20:43:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd963666

net-analyzer/ifstatus: x86 stable (bug #632311)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
index cc2baff02f5..dcd4cdbcb38 100644
--- a/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 inherit eutils toolchain-funcs
 
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc x86"
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real time"
 HOMEPAGE="http://ifstatus.sourceforge.net/"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/
@ 2017-05-11 19:01 Lars Wendler
  0 siblings, 0 replies; 12+ messages in thread
From: Lars Wendler @ 2017-05-11 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     97afdf6db50c7466858dc4f80581fd38bcd46df8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 19:01:33 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu May 11 19:01:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97afdf6d

net-analyzer/ifstatus: No gcc6 patch in stable ebuild (bug #618234).

Added unstable -r2 ebuild instead.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild                          | 1 -
 .../ifstatus/{ifstatus-1.1.0-r1.ebuild => ifstatus-1.1.0-r2.ebuild}     | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
index 10f512067d0..219bdaa49c5 100644
--- a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
@@ -23,7 +23,6 @@ S="${WORKDIR}/${PN}"
 PATCHES=(
 	"${FILESDIR}/${P}-gcc43.patch"
 	"${FILESDIR}/${P}-tinfo.patch"
-	"${FILESDIR}/${P}-gcc6.patch"
 )
 
 src_prepare() {

diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
similarity index 96%
copy from net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
copy to net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
index 10f512067d0..cc2baff02f5 100644
--- a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 inherit eutils toolchain-funcs
 
-KEYWORDS="amd64 arm ~ppc x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real time"
 HOMEPAGE="http://ifstatus.sourceforge.net/"


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

end of thread, other threads:[~2023-11-22 18:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 18:32 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ifstatus/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2021-07-16  1:31 Yixun Lan
2021-04-03 20:03 Sam James
2021-04-03 19:53 Sam James
2021-03-28 11:00 Sam James
2021-03-15 22:09 Sam James
2021-03-15 21:53 Sam James
2019-05-08 11:33 Jeroen Roovers
2017-11-25 11:55 Markus Meier
2017-10-31 16:34 Andreas Hüttel
2017-10-26 20:44 Thomas Deutschmann
2017-05-11 19:01 Lars Wendler

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