* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2023-01-04 4:56 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-01-04 4:56 UTC (permalink / raw
To: gentoo-commits
commit: 494b296e475d880edcb39f59d8f8c691b68f7a3d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 04:56:10 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 04:56:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494b296e
net-analyzer/netperf: Stabilize 2.7.0-r4 amd64, #889630
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
index 53f6b4da1611..1753f9a5242e 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic
DESCRIPTION="Network performance benchmark"
HOMEPAGE="http://www.netperf.org/"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha ~amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
LICENSE="netperf"
SLOT="0"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2024-06-07 10:25 James Le Cuirot
0 siblings, 0 replies; 29+ messages in thread
From: James Le Cuirot @ 2024-06-07 10:25 UTC (permalink / raw
To: gentoo-commits
commit: 02885fe18f4f544f50d835da1f97c8f960d10017
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri May 31 12:55:28 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Jun 7 10:25:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02885fe1
net-analyzer/netperf: Stop moving netserver to /usr/sbin
There seems little point now that we default to merged-usr.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild b/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild
index cc84bc361fc4..26f455ffdac0 100644
--- a/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild
@@ -62,11 +62,6 @@ src_configure() {
src_install() {
default
- # Move netserver into sbin as we had it before 2.4 was released with its
- # autoconf goodness
- dodir /usr/sbin
- mv "${ED}"/usr/{bin,sbin}/netserver || die
-
# init.d / conf.d
newinitd "${FILESDIR}"/${PN}-2.7.0-init netperf
newconfd "${FILESDIR}"/${PN}-2.2-conf netperf
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2023-09-25 13:01 Arthur Zamarin
0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2023-09-25 13:01 UTC (permalink / raw
To: gentoo-commits
commit: c5bc79e914e90097efade012df40509baf5cf5f2
Author: Raul E Rangel <rrangel <AT> chromium <DOT> org>
AuthorDate: Tue Aug 15 16:53:30 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 12:55:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bc79e9
net-analyzer/netperf: Fix dependencies
The acct- dependencies should be BDEPEND instead of DEPEND.
We also need gnuconfig so that the config.sub will get patched
with `econf`. Otherwise we get the following error:
```
configure: loading site script /usr/share/config.site
configure: loading site script /usr/share/crossdev/include/site/linux
configure: loading site script /usr/share/crossdev/include/site/linux-gnu
checking build system type... x86_64-pc-linux-gnu
checking host system type... Invalid configuration `aarch64-cros-linux-gnu': machine `aarch64-cros' not recognized
configure: error: /bin/sh ./config.sub aarch64-cros-linux-gnu failed
```
vs a good run that has gnuconfig installed prints the following:
```
>>> Configuring source in /build/arm64-generic/tmp/portage/net-analyzer/netperf-2.7.0-r4/work/netperf-2.7.0 ...
* econf: updating netperf-2.7.0/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating netperf-2.7.0/config.sub with /usr/share/gnuconfig/config.sub
```
Signed-off-by: Raul E Rangel <rrangel <AT> chromium.org>
Closes: https://github.com/gentoo/gentoo/pull/32326
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../netperf/{netperf-2.7.0-r4.ebuild => netperf-2.7.0-r5.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild b/net-analyzer/netperf/netperf-2.7.0-r5.ebuild
similarity index 97%
rename from net-analyzer/netperf/netperf-2.7.0-r4.ebuild
rename to net-analyzer/netperf/netperf-2.7.0-r5.ebuild
index f2cbe9c445a8..b66c8514fe1b 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r5.ebuild
@@ -14,11 +14,14 @@ LICENSE="netperf"
SLOT="0"
IUSE="demo sctp"
-DEPEND="
+RDEPEND="
acct-group/netperf
acct-user/netperf
"
-RDEPEND="${DEPEND}"
+BDEPEND="
+ sys-devel/gnuconfig
+ ${RDEPEND}
+"
PATCHES=(
"${FILESDIR}"/${PN}-fix-scripts.patch
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2023-09-25 13:01 Arthur Zamarin
0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2023-09-25 13:01 UTC (permalink / raw
To: gentoo-commits
commit: 14e71c034f0a1865fd57223eafe74998fe8bcdaa
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 12:56:31 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 12:56:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e71c03
net-analyzer/netperf: fix variables order
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r5.ebuild b/net-analyzer/netperf/netperf-2.7.0-r5.ebuild
index b66c8514fe1b..c96a45cdd70a 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r5.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r5.ebuild
@@ -8,10 +8,10 @@ inherit flag-o-matic
DESCRIPTION="Network performance benchmark"
HOMEPAGE="http://www.netperf.org/"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
LICENSE="netperf"
SLOT="0"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
IUSE="demo sctp"
RDEPEND="
@@ -19,8 +19,8 @@ RDEPEND="
acct-user/netperf
"
BDEPEND="
- sys-devel/gnuconfig
${RDEPEND}
+ sys-devel/gnuconfig
"
PATCHES=(
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2023-05-01 13:19 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-05-01 13:19 UTC (permalink / raw
To: gentoo-commits
commit: cd16523907a4941c281102dda4c1e0ce43c7d221
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 13:09:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 1 13:18:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd165239
net-analyzer/netperf: drop 2.7.0-r3
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r3.ebuild | 79 ----------------------------
1 file changed, 79 deletions(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r3.ebuild b/net-analyzer/netperf/netperf-2.7.0-r3.ebuild
deleted file mode 100644
index 950df8cd767b..000000000000
--- a/net-analyzer/netperf/netperf-2.7.0-r3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="Network performance benchmark"
-SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-
-HOMEPAGE="http://www.netperf.org/"
-LICENSE="netperf"
-SLOT="0"
-IUSE="demo sctp"
-
-DEPEND="
- acct-group/netperf
- acct-user/netperf
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-fix-scripts.patch
- "${FILESDIR}"/${PN}-2.6.0-log-dir.patch
- "${FILESDIR}"/${PN}-2.7.0-includes.patch
- "${FILESDIR}"/${PN}-2.7.0-space.patch
- "${FILESDIR}"/${PN}-2.7.0-inline.patch
-)
-
-src_prepare() {
- # Fixing paths in scripts
- sed -i \
- -e 's:^\(NETHOME=\).*:\1"/usr/bin":' \
- doc/examples/sctp_stream_script \
- doc/examples/tcp_range_script \
- doc/examples/tcp_rr_script \
- doc/examples/tcp_stream_script \
- doc/examples/udp_rr_script \
- doc/examples/udp_stream_script \
- || die
-
- default
-}
-
-src_configure() {
- append-cflags -fcommon
-
- # netlib.c:2292:5: warning: implicit declaration of function ‘sched_setaffinity’
- # nettest_omni.c:2943:5: warning: implicit declaration of function ‘splice’
- append-cppflags -D_GNU_SOURCE
-
- econf \
- $(use_enable demo) \
- $(use_enable sctp)
-}
-
-src_install() {
- default
-
- # Move netserver into sbin as we had it before 2.4 was released with its
- # autoconf goodness
- dodir /usr/sbin
- mv "${ED}"/usr/{bin,sbin}/netserver || die
-
- # init.d / conf.d
- newinitd "${FILESDIR}"/${PN}-2.7.0-init netperf
- newconfd "${FILESDIR}"/${PN}-2.2-conf netperf
-
- keepdir /var/log/${PN}
- fowners netperf:netperf /var/log/${PN}
- fperms 0755 /var/log/${PN}
-
- # documentation and example scripts
- dodoc AUTHORS ChangeLog NEWS README Release_Notes
- dodir /usr/share/doc/${PF}/examples
- # Scripts no longer get installed by einstall
- cp doc/examples/*_script "${ED}"/usr/share/doc/${PF}/examples || die
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2023-01-04 4:56 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-01-04 4:56 UTC (permalink / raw
To: gentoo-commits
commit: f1e42315b2438a4d31dffb073e67f260458d1f2b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 04:56:08 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 04:56:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e42315
net-analyzer/netperf: Stabilize 2.7.0-r4 arm64, #889630
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
index fbac10434c1d..72484e62283d 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic
DESCRIPTION="Network performance benchmark"
HOMEPAGE="http://www.netperf.org/"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
LICENSE="netperf"
SLOT="0"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2023-01-04 4:56 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-01-04 4:56 UTC (permalink / raw
To: gentoo-commits
commit: 4d16ba8d72caa79016e15114dbf1a86ffb1d06c6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 04:56:11 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 04:56:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d16ba8d
net-analyzer/netperf: Stabilize 2.7.0-r4 sparc, #889630
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
index 1753f9a5242e..f2cbe9c445a8 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic
DESCRIPTION="Network performance benchmark"
HOMEPAGE="http://www.netperf.org/"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
LICENSE="netperf"
SLOT="0"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2023-01-04 4:56 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-01-04 4:56 UTC (permalink / raw
To: gentoo-commits
commit: 139e60db7b13016bca3921ec20e551ae53427e71
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 04:56:09 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 04:56:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139e60db
net-analyzer/netperf: Stabilize 2.7.0-r4 x86, #889630
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
index 72484e62283d..53f6b4da1611 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic
DESCRIPTION="Network performance benchmark"
HOMEPAGE="http://www.netperf.org/"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha ~amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
LICENSE="netperf"
SLOT="0"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2023-01-04 4:32 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-01-04 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 4c06dccc61a52aece9d8f4abafe8b0cc63861748
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 04:05:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 04:31:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c06dccc
net-analyzer/netperf: add link to upstream PR wrt GNU_SOURCE
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
index 51a9ab06b8d5..bd831400b60e 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -47,6 +47,7 @@ src_prepare() {
src_configure() {
# netlib.c:2292:5: warning: implicit declaration of function ‘sched_setaffinity’
# nettest_omni.c:2943:5: warning: implicit declaration of function ‘splice’
+ # TODO: drop once https://github.com/HewlettPackard/netperf/pull/73 merged
append-cppflags -D_GNU_SOURCE
econf \
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2023-01-04 4:32 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-01-04 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 3b2f1261606be6d66737f6b5f01e209a5084673a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 04:31:51 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 04:32:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2f1261
net-analyzer/netperf: Stabilize 2.7.0-r4 ppc, #889630
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
index bd831400b60e..e46e740fc577 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic
DESCRIPTION="Network performance benchmark"
HOMEPAGE="http://www.netperf.org/"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86"
LICENSE="netperf"
SLOT="0"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2023-01-04 4:32 Sam James
0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-01-04 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 55dc770ec772ebe8dcf3e0c3fff6450b0bc6ec18
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 04:31:52 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 04:32:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55dc770e
net-analyzer/netperf: Stabilize 2.7.0-r4 ppc64, #889630
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
index e46e740fc577..fbac10434c1d 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic
DESCRIPTION="Network performance benchmark"
HOMEPAGE="http://www.netperf.org/"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
LICENSE="netperf"
SLOT="0"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2022-03-14 21:05 Jakov Smolić
0 siblings, 0 replies; 29+ messages in thread
From: Jakov Smolić @ 2022-03-14 21:05 UTC (permalink / raw
To: gentoo-commits
commit: dd8ffc3919895a436563f3905e9a4abb55080387
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 21:04:15 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 21:04:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd8ffc39
net-analyzer/netperf: keyword 2.7.0-r3 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r3.ebuild b/net-analyzer/netperf/netperf-2.7.0-r3.ebuild
index 93441fc7cb54..950df8cd767b 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r3.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ inherit flag-o-matic
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2020-01-28 15:38 Jeroen Roovers
0 siblings, 0 replies; 29+ messages in thread
From: Jeroen Roovers @ 2020-01-28 15:38 UTC (permalink / raw
To: gentoo-commits
commit: 738f0a65389a1d424a80f6e622d84da62c68ab46
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 14:19:46 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 15:38:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738f0a65
net-analyzer/netperf: Set CFLAGS=-fcommon
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=706694
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index bc9406377f4..86849c8d0dd 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -39,14 +39,16 @@ src_prepare() {
doc/examples/udp_stream_script \
|| die
- # netlib.c:2292:5: warning: implicit declaration of function ‘sched_setaffinity’
- # nettest_omni.c:2943:5: warning: implicit declaration of function ‘splice’
- append-cppflags -D_GNU_SOURCE
-
eapply_user
}
src_configure() {
+ append-cflags -fcommon
+
+ # netlib.c:2292:5: warning: implicit declaration of function ‘sched_setaffinity’
+ # nettest_omni.c:2943:5: warning: implicit declaration of function ‘splice’
+ append-cppflags -D_GNU_SOURCE
+
econf \
$(use_enable demo) \
$(use_enable sctp)
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2018-07-23 20:29 Jeroen Roovers
0 siblings, 0 replies; 29+ messages in thread
From: Jeroen Roovers @ 2018-07-23 20:29 UTC (permalink / raw
To: gentoo-commits
commit: c14adc4d0d027b77d808279382d8cc98c0413e23
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 20:03:31 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 20:29:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14adc4d
net-analyzer/netperf: Old.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
net-analyzer/netperf/netperf-2.7.0-r1.ebuild | 75 ----------------------------
1 file changed, 75 deletions(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r1.ebuild b/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
deleted file mode 100644
index f1fa2ad05ae..00000000000
--- a/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic user
-
-DESCRIPTION="Network performance benchmark"
-SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha amd64 ~arm64 hppa ia64 ppc ppc64 sparc x86"
-
-HOMEPAGE="http://www.netperf.org/"
-LICENSE="netperf"
-SLOT="0"
-IUSE="demo sctp"
-
-DEPEND=">=sys-apps/sed-4"
-
-pkg_setup() {
- enewuser netperf
- enewgroup netperf
-}
-
-src_prepare() {
- eapply \
- "${FILESDIR}"/${PN}-fix-scripts.patch \
- "${FILESDIR}"/${PN}-2.6.0-log-dir.patch \
- "${FILESDIR}"/${PN}-2.7.0-includes.patch \
- "${FILESDIR}"/${PN}-2.7.0-space.patch
-
- # Fixing paths in scripts
- sed -i \
- -e 's:^\(NETHOME=\).*:\1"/usr/bin":' \
- doc/examples/sctp_stream_script \
- doc/examples/tcp_range_script \
- doc/examples/tcp_rr_script \
- doc/examples/tcp_stream_script \
- doc/examples/udp_rr_script \
- doc/examples/udp_stream_script \
- || die
-
- # netlib.c:2292:5: warning: implicit declaration of function ‘sched_setaffinity’
- # nettest_omni.c:2943:5: warning: implicit declaration of function ‘splice’
- append-cppflags -D_GNU_SOURCE
-
- eapply_user
-}
-
-src_configure() {
- econf \
- $(use_enable demo) \
- $(use_enable sctp)
-}
-
-src_install () {
- default
-
- # move netserver into sbin as we had it before 2.4 was released with its
- # autoconf goodness
- dodir /usr/sbin
- mv "${D}"/usr/{bin,sbin}/netserver || die
-
- # init.d / conf.d
- newinitd "${FILESDIR}"/${PN}-2.7.0-init netperf
- newconfd "${FILESDIR}"/${PN}-2.2-conf netperf
-
- keepdir /var/log/${PN}
- fowners netperf:netperf /var/log/${PN}
- fperms 0755 /var/log/${PN}
-
- # documentation and example scripts
- dodoc AUTHORS ChangeLog NEWS README Release_Notes
- dodir /usr/share/doc/${PF}/examples
- #Scripts no longer get installed by einstall
- cp doc/examples/*_script "${D}"/usr/share/doc/${PF}/examples || die
-}
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2018-07-23 19:00 Sergei Trofimovich
0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2018-07-23 19:00 UTC (permalink / raw
To: gentoo-commits
commit: f3ebe49329574d2ce913d2ade0ddafb2dddd9827
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 18:56:33 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 18:56:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ebe493
net-analyzer/netperf: stable 2.7.0-r2 for hppa, bug #659286
Bug: https://bugs.gentoo.org/659286
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"
net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index 435bed3f65b..99c1d045b09 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha amd64 arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm64 hppa ia64 ppc ppc64 sparc x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2018-07-09 0:34 Mikle Kolyada
0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2018-07-09 0:34 UTC (permalink / raw
To: gentoo-commits
commit: 80b155a3745f4b82d6700fbedeaa3867ee89c755
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 9 00:34:31 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jul 9 00:34:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b155a3
net-analyzer/netperf: amd64 stable wrt bug #659286
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index a0d87cf6730..435bed3f65b 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm64 ~hppa ia64 ppc ppc64 sparc x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2018-07-02 0:49 Thomas Deutschmann
0 siblings, 0 replies; 29+ messages in thread
From: Thomas Deutschmann @ 2018-07-02 0:49 UTC (permalink / raw
To: gentoo-commits
commit: bc48a89af5cb5b334644dc1b07431f068e525059
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 2 00:26:33 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jul 2 00:26:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc48a89a
net-analyzer/netperf: x86 stable (bug #659286)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index fb06676de1e..a0d87cf6730 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ppc ppc64 sparc x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2018-07-01 9:24 Sergei Trofimovich
0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2018-07-01 9:24 UTC (permalink / raw
To: gentoo-commits
commit: f568738d13a0073a2530cb16710b896678081280
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 1 09:17:51 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 1 09:17:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f568738d
net-analyzer/netperf: stable 2.7.0-r2 for ppc, bug #659286
Bug: https://bugs.gentoo.org/659286
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"
net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index ba09336b69e..fb06676de1e 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ppc ppc64 sparc ~x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2018-06-30 19:03 Sergei Trofimovich
0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2018-06-30 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 697461ef5395babd4b422bbcb6c072fdd0b7afb8
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 18:04:10 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 19:02:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697461ef
net-analyzer/netperf: stable 2.7.0-r2 for ppc64, bug #659286
Bug: https://bugs.gentoo.org/659286
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"
net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index 5d78d14f20a..ba09336b69e 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ~ppc ppc64 sparc ~x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2018-06-28 18:53 Sergei Trofimovich
0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2018-06-28 18:53 UTC (permalink / raw
To: gentoo-commits
commit: 08f2f662acb647657fb1bfc5cea81f3d266f4ddc
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Jun 28 16:14:39 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 18:53:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f2f662
net-analyzer/netperf: stable 2.7.0-r2 for sparc
Bug: https://bugs.gentoo.org/659286
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index 3e069d145e2..5d78d14f20a 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2018-06-28 12:54 Mart Raudsepp
0 siblings, 0 replies; 29+ messages in thread
From: Mart Raudsepp @ 2018-06-28 12:54 UTC (permalink / raw
To: gentoo-commits
commit: bac6a0366e7ee1069a0f64ccb6c480c53df8d131
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 12:53:42 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 12:54:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac6a036
net-analyzer/netperf-2.7.0-r2: arm64 stable (bug #659286)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index a547a9ed886..3e069d145e2 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha ~amd64 ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2018-06-27 22:22 Sergei Trofimovich
0 siblings, 0 replies; 29+ messages in thread
From: Sergei Trofimovich @ 2018-06-27 22:22 UTC (permalink / raw
To: gentoo-commits
commit: dcd75419d4ea7cb779f86ef42b3da071366e7121
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 22:16:55 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 22:22:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd75419
net-analyzer/netperf: stable 2.7.0-r2 for ia64, bug #659286
Bug: https://bugs.gentoo.org/659286
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index a27078e8f01..a547a9ed886 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2018-06-27 17:23 Tobias Klausmann
0 siblings, 0 replies; 29+ messages in thread
From: Tobias Klausmann @ 2018-06-27 17:23 UTC (permalink / raw
To: gentoo-commits
commit: b1180f8e51eb8808ea2e13eb28ff9baa21047798
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 10:13:21 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 17:23:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1180f8e
net-analyzer/netperf-2.7.0-r2: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/659286
net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index c2756305668..a27078e8f01 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -6,7 +6,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2016-12-21 22:54 Thomas Deutschmann
0 siblings, 0 replies; 29+ messages in thread
From: Thomas Deutschmann @ 2016-12-21 22:54 UTC (permalink / raw
To: gentoo-commits
commit: 515408bcf9d58746d8224ae64378a6dfaa0c3e69
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 22:02:21 2016 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 22:54:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515408bc
net-analyzer/netperf: x86 stable (bug #590864)
Package-Manager: Portage-2.3.2, Repoman-2.3.1
net-analyzer/netperf/netperf-2.7.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r1.ebuild b/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
index 2dcc580..3e7dcd9 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha amd64 ~arm64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm64 hppa ~ia64 ~ppc ppc64 ~sparc x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2016-11-05 9:09 Jeroen Roovers
0 siblings, 0 replies; 29+ messages in thread
From: Jeroen Roovers @ 2016-11-05 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 9ba1a6874e6951707bd42776064d8b17ba820214
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 5 09:08:56 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov 5 09:08:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba1a687
net-analyzer/netperf: Revert going straight to stable.
Package-Manager: portage-2.3.2
net-analyzer/netperf/netperf-2.7.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
index c741503..152fe68 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r2.ebuild
@@ -7,7 +7,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="alpha amd64 ~arm64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2016-09-04 10:21 Tobias Klausmann
0 siblings, 0 replies; 29+ messages in thread
From: Tobias Klausmann @ 2016-09-04 10:21 UTC (permalink / raw
To: gentoo-commits
commit: d4a57ccea18a8fad99e6335454ac8be39906088d
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 10:21:01 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 10:21:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a57cce
net-analyzer/netperf-2.7.0-r1: add alpha keyword
Gentoo-Bug: 590864
net-analyzer/netperf/netperf-2.7.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r1.ebuild b/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
index 5114d32..de33528 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha ~amd64 ~arm64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2016-08-17 5:51 Jeroen Roovers
0 siblings, 0 replies; 29+ messages in thread
From: Jeroen Roovers @ 2016-08-17 5:51 UTC (permalink / raw
To: gentoo-commits
commit: 2cc5eb219cc1c78b93578301f49b0cbcd76077cb
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 05:51:33 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 05:51:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc5eb21
net-analyzer/netperf: Stable for PPC64 (bug #590864).
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
net-analyzer/netperf/netperf-2.7.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r1.ebuild b/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
index 62ae829..5114d32 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha ~amd64 ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2016-08-17 5:49 Jeroen Roovers
0 siblings, 0 replies; 29+ messages in thread
From: Jeroen Roovers @ 2016-08-17 5:49 UTC (permalink / raw
To: gentoo-commits
commit: 28249893647ff019747a9cc5fe2f8fc4fce8ae7e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 05:48:34 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 05:49:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28249893
net-analyzer/netperf: Stable for HPPA (bug #590864).
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
net-analyzer/netperf/netperf-2.7.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r1.ebuild b/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
index 8f70f66..62ae829 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit eutils flag-o-matic user
DESCRIPTION="Network performance benchmark"
SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
HOMEPAGE="http://www.netperf.org/"
LICENSE="netperf"
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/
@ 2016-08-08 8:39 Andrew Savchenko
0 siblings, 0 replies; 29+ messages in thread
From: Andrew Savchenko @ 2016-08-08 8:39 UTC (permalink / raw
To: gentoo-commits
commit: 746010461373f4c4f0c6c68d1acfb6e49705e547
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 08:25:37 2016 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 08:38:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74601046
net-analyzer/netperf: USE=sctp is now global
Removing local sctp USE flag description, as flag is global now,
see [1] for details.
[1] https://archives.gentoo.org/gentoo-dev/message/427fac41fbe21ec98dfba63b1d68efe5
Package-Manager: portage-2.3.0
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
net-analyzer/netperf/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-analyzer/netperf/metadata.xml b/net-analyzer/netperf/metadata.xml
index a4f8a9a..e00d443 100644
--- a/net-analyzer/netperf/metadata.xml
+++ b/net-analyzer/netperf/metadata.xml
@@ -7,6 +7,5 @@
</maintainer>
<use>
<flag name="demo">Emit interim results during the run. May affect results</flag>
-<flag name="sctp">Include tests to measure SCTP performance</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 29+ messages in thread
end of thread, other threads:[~2024-06-07 10:25 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04 4:56 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-06-07 10:25 James Le Cuirot
2023-09-25 13:01 Arthur Zamarin
2023-09-25 13:01 Arthur Zamarin
2023-05-01 13:19 Sam James
2023-01-04 4:56 Sam James
2023-01-04 4:56 Sam James
2023-01-04 4:56 Sam James
2023-01-04 4:32 Sam James
2023-01-04 4:32 Sam James
2023-01-04 4:32 Sam James
2022-03-14 21:05 Jakov Smolić
2020-01-28 15:38 Jeroen Roovers
2018-07-23 20:29 Jeroen Roovers
2018-07-23 19:00 Sergei Trofimovich
2018-07-09 0:34 Mikle Kolyada
2018-07-02 0:49 Thomas Deutschmann
2018-07-01 9:24 Sergei Trofimovich
2018-06-30 19:03 Sergei Trofimovich
2018-06-28 18:53 Sergei Trofimovich
2018-06-28 12:54 Mart Raudsepp
2018-06-27 22:22 Sergei Trofimovich
2018-06-27 17:23 Tobias Klausmann
2016-12-21 22:54 Thomas Deutschmann
2016-11-05 9:09 Jeroen Roovers
2016-09-04 10:21 Tobias Klausmann
2016-08-17 5:51 Jeroen Roovers
2016-08-17 5:49 Jeroen Roovers
2016-08-08 8:39 Andrew Savchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox