* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netio/
@ 2017-11-16 10:13 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2017-11-16 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 9264ee7b03749d136304ae52a8e809f2448cf07d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 10:12:58 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 10:12:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9264ee7b
net-analyzer/netio: Old.
Package-Manager: Portage-2.3.14, Repoman-2.3.6
net-analyzer/netio/netio-1.32.ebuild | 43 ------------------------------------
1 file changed, 43 deletions(-)
diff --git a/net-analyzer/netio/netio-1.32.ebuild b/net-analyzer/netio/netio-1.32.ebuild
deleted file mode 100644
index 2f43e6a30a2..00000000000
--- a/net-analyzer/netio/netio-1.32.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="a network benchmarking tool that measures net throughput with NetBIOS and TCP/IP protocols"
-HOMEPAGE="http://www.ars.de/ars/ars.nsf/docs/netio"
-SRC_URI='http://www.ars.de/ARS/ars.nsf/f24a6a0b94c22d82862566960071bf5a/aa577bc4be573b05c125706d004c75b5/$FILE/netio132.zip'
-
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-RESTRICT="mirror" # bug #391789 comment #1
-
-DEPEND="app-arch/unzip
- >=sys-apps/sed-4"
-
-S="${WORKDIR}"
-
-src_prepare() {
- edos2unix *.c *.h
-
- sed -i \
- -e "s|LFLAGS=\"\"|LFLAGS?=\"${LDFLAGS}\"|g" \
- -e 's|\(CC\)=|\1?=|g' \
- -e 's|\(CFLAGS\)=|\1+=|g' \
- Makefile || die
- epatch "${FILESDIR}"/${PN}-1.26-linux-include.patch
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- linux
-}
-
-src_install() {
- dobin netio
- dodoc netio.doc
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netio/
@ 2017-11-16 10:13 Jeroen Roovers
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2017-11-16 10:13 UTC (permalink / raw
To: gentoo-commits
commit: aaebe8559ec6722a1c735e4ec165ae07a6aa1cf2
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 10:12:11 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 10:12:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaebe855
net-analyzer/netio: Update HOMEPAGE/SRC_URI by Nico Baggus (bug #637660).
Package-Manager: Portage-2.3.14, Repoman-2.3.6
net-analyzer/netio/netio-1.32-r1.ebuild | 48 +++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/net-analyzer/netio/netio-1.32-r1.ebuild b/net-analyzer/netio/netio-1.32-r1.ebuild
new file mode 100644
index 00000000000..afba5e9baeb
--- /dev/null
+++ b/net-analyzer/netio/netio-1.32-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+DESCRIPTION="measures net throughput with NetBIOS and TCP/IP protocols"
+HOMEPAGE="https://web.ars.de/netio/"
+SRC_URI="http://web.ars.de/wp-content/uploads/2017/04/${PN}${PV/./}.zip"
+
+LICENSE="free-noncomm"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+RESTRICT="mirror" # bug #391789 comment #1
+
+DEPEND="
+ app-arch/unzip
+ >=sys-apps/sed-4
+"
+
+S="${WORKDIR}"
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.26-linux-include.patch
+)
+
+src_prepare() {
+ edos2unix *.c *.h *.doc
+
+ default
+
+ sed -i \
+ -e "s|LFLAGS=\"\"|LFLAGS?=\"${LDFLAGS}\"|g" \
+ -e 's|\(CC\)=|\1?=|g' \
+ -e 's|\(CFLAGS\)=|\1+=|g' \
+ Makefile || die
+}
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ CFLAGS="${CFLAGS}" \
+ linux
+}
+
+src_install() {
+ dobin netio
+ dodoc netio.doc
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netio/
@ 2021-01-06 14:35 Fabian Groffen
0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2021-01-06 14:35 UTC (permalink / raw
To: gentoo-commits
commit: e795093df6dd1e1d0838e7e6f2fc136b3c419130
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 14:33:53 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 14:35:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e795093d
net-analyzer/netio: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
net-analyzer/netio/netio-1.32-r1.ebuild | 4 ++--
net-analyzer/netio/netio-1.33.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/netio/netio-1.32-r1.ebuild b/net-analyzer/netio/netio-1.32-r1.ebuild
index afba5e9baeb..a2016af6246 100644
--- a/net-analyzer/netio/netio-1.32-r1.ebuild
+++ b/net-analyzer/netio/netio-1.32-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://web.ars.de/wp-content/uploads/2017/04/${PN}${PV/./}.zip"
LICENSE="free-noncomm"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
RESTRICT="mirror" # bug #391789 comment #1
DEPEND="
diff --git a/net-analyzer/netio/netio-1.33.ebuild b/net-analyzer/netio/netio-1.33.ebuild
index b1b367dca37..a5a43f45b6d 100644
--- a/net-analyzer/netio/netio-1.33.ebuild
+++ b/net-analyzer/netio/netio-1.33.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 @@ SRC_URI="https://www.ars.de/${PN}${PV/.}.zip"
LICENSE="free-noncomm"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
RESTRICT="mirror" # bug #391789 comment #1
DEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netio/
@ 2022-12-07 13:52 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2022-12-07 13:52 UTC (permalink / raw
To: gentoo-commits
commit: 23ac54b55f3418161d1c8170ead4c551a799c5cc
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 7 13:51:45 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec 7 13:51:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ac54b5
net-analyzer/netio: remove sys-apps/sed from DEPEND
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-analyzer/netio/netio-1.33.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/net-analyzer/netio/netio-1.33.ebuild b/net-analyzer/netio/netio-1.33.ebuild
index a5a43f45b6d2..b4f396af8c4d 100644
--- a/net-analyzer/netio/netio-1.33.ebuild
+++ b/net-analyzer/netio/netio-1.33.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit edos2unix toolchain-funcs
DESCRIPTION="Network benchmark using TCP and UDP protocols"
HOMEPAGE="https://web.ars.de/netio/"
SRC_URI="https://www.ars.de/${PN}${PV/.}.zip"
+S="${WORKDIR}"
LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
RESTRICT="mirror" # bug #391789 comment #1
-DEPEND="
- app-arch/unzip
- >=sys-apps/sed-4
-"
-S=${WORKDIR}
+BDEPEND="app-arch/unzip"
src_prepare() {
edos2unix *.c *.h *.doc
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-07 13:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-16 10:13 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netio/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2017-11-16 10:13 Jeroen Roovers
2021-01-06 14:35 Fabian Groffen
2022-12-07 13:52 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox