* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tptest/
@ 2021-04-03 15:57 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-04-03 15:57 UTC (permalink / raw
To: gentoo-commits
commit: 1e9ee33e246278346f762d5d1513bbce948d728d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 00:45:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 15:55:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9ee33e
net-analyzer/tptest: port to EAPI 7, eutils--, misc QA fixes
* Standard ebuild "block structure"
* Quoting
* Drop unused eutils
* Missing || dies
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tptest/tptest-3.1.7-r2.ebuild | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/net-analyzer/tptest/tptest-3.1.7-r2.ebuild b/net-analyzer/tptest/tptest-3.1.7-r2.ebuild
index 709ad3a89a3..6187c966138 100644
--- a/net-analyzer/tptest/tptest-3.1.7-r2.ebuild
+++ b/net-analyzer/tptest/tptest-3.1.7-r2.ebuild
@@ -1,35 +1,42 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit toolchain-funcs eutils
+EAPI=7
+
+inherit toolchain-funcs
MY_PV="${PV/./_}"
DESCRIPTION="Internet bandwidth tester"
HOMEPAGE="http://tptest.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
-
KEYWORDS="amd64 ppc sparc x86"
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.1.7-getstatsfromlinevuln.patch
+)
+
src_prepare() {
+ default
+
sed -i apps/unix/{client,server}/Makefile \
-e "s:^CFLAGS[[:space:]]*=:CFLAGS+=:" \
|| die
- epatch "${FILESDIR}/${PN}-3.1.7-getstatsfromlinevuln.patch"
- cp -f os-dep/unix/* .
- cp -f engine/* .
+
+ cp -f os-dep/unix/* . || die
+ cp -f engine/* . || die
}
src_compile() {
emake -C apps/unix/client \
- CC=$(tc-getCC) \
+ CC="$(tc-getCC)" \
LDFLAGS="${LDFLAGS}"
emake -C apps/unix/server \
- CC=$(tc-getCC) \
+ CC="$(tc-getCC)" \
LDFLAGS="${LDFLAGS}"
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tptest/
@ 2023-11-04 12:25 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-11-04 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 1bfd1f2343fe9bb885481e3dda472a0e063b8c66
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 12:23:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 12:23:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfd1f23
net-analyzer/tptest: Stabilize 3.1.7-r3 sparc, #916846
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tptest/tptest-3.1.7-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/tptest/tptest-3.1.7-r3.ebuild b/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
index b21e555119a0..ba816215d336 100644
--- a/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
+++ b/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
PATCHES=(
"${FILESDIR}"/${PN}-3.1.7-getstatsfromlinevuln.patch
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tptest/
@ 2023-11-04 12:25 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-11-04 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 983ad4174be5957ec3dc5122e7d34e7c902644fe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 12:23:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 12:23:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983ad417
net-analyzer/tptest: Stabilize 3.1.7-r3 x86, #916846
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tptest/tptest-3.1.7-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/tptest/tptest-3.1.7-r3.ebuild b/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
index bb6a9fe8ac01..b21e555119a0 100644
--- a/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
+++ b/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
PATCHES=(
"${FILESDIR}"/${PN}-3.1.7-getstatsfromlinevuln.patch
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tptest/
@ 2023-11-04 13:35 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-11-04 13:35 UTC (permalink / raw
To: gentoo-commits
commit: a7b0e0992112d2e62ce8c37330fe41ad1d9e2d9d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 13:34:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 13:34:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b0e099
net-analyzer/tptest: Stabilize 3.1.7-r3 amd64, #916846
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/tptest/tptest-3.1.7-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/tptest/tptest-3.1.7-r3.ebuild b/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
index ba816215d336..f93cf9387765 100644
--- a/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
+++ b/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
PATCHES=(
"${FILESDIR}"/${PN}-3.1.7-getstatsfromlinevuln.patch
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tptest/
@ 2023-11-04 16:13 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-11-04 16:13 UTC (permalink / raw
To: gentoo-commits
commit: 6abac74b38c58784dbe8f32b6d2209215b689339
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 16:12:00 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 16:12:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abac74b
net-analyzer/tptest: Stabilize 3.1.7-r3 ppc, #916846
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-analyzer/tptest/tptest-3.1.7-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/tptest/tptest-3.1.7-r3.ebuild b/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
index f93cf9387765..4ebd77d40ee6 100644
--- a/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
+++ b/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
PATCHES=(
"${FILESDIR}"/${PN}-3.1.7-getstatsfromlinevuln.patch
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tptest/
@ 2024-08-31 14:00 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-08-31 14:00 UTC (permalink / raw
To: gentoo-commits
commit: 272cb91167c26ae8a1133cc897cfb95222ad27a3
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Aug 30 20:59:22 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 14:00:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272cb911
net-analyzer/tptest: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38349
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-analyzer/tptest/tptest-3.1.7-r2.ebuild | 2 +-
net-analyzer/tptest/tptest-3.1.7-r3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/tptest/tptest-3.1.7-r2.ebuild b/net-analyzer/tptest/tptest-3.1.7-r2.ebuild
index 5587fcf6e107..f6b2f45ff837 100644
--- a/net-analyzer/tptest/tptest-3.1.7-r2.ebuild
+++ b/net-analyzer/tptest/tptest-3.1.7-r2.ebuild
@@ -8,7 +8,7 @@ inherit toolchain-funcs
MY_PV="${PV/./_}"
DESCRIPTION="Internet bandwidth tester"
-HOMEPAGE="http://tptest.sourceforge.net/"
+HOMEPAGE="https://tptest.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
diff --git a/net-analyzer/tptest/tptest-3.1.7-r3.ebuild b/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
index 58fefcd79cff..b1331c02ae92 100644
--- a/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
+++ b/net-analyzer/tptest/tptest-3.1.7-r3.ebuild
@@ -8,7 +8,7 @@ inherit toolchain-funcs
MY_PV="${PV/./_}"
DESCRIPTION="Internet bandwidth tester"
-HOMEPAGE="http://tptest.sourceforge.net/"
+HOMEPAGE="https://tptest.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tptest/
@ 2024-10-30 11:33 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2024-10-30 11:33 UTC (permalink / raw
To: gentoo-commits
commit: 1f0a60bfc841630dba1f884e94d198166b237b26
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 11:24:40 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 11:33:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0a60bf
net-analyzer/tptest: drop 3.1.7-r2
Bug: https://bugs.gentoo.org/897832
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-analyzer/tptest/tptest-3.1.7-r2.ebuild | 49 ------------------------------
1 file changed, 49 deletions(-)
diff --git a/net-analyzer/tptest/tptest-3.1.7-r2.ebuild b/net-analyzer/tptest/tptest-3.1.7-r2.ebuild
deleted file mode 100644
index f6b2f45ff837..000000000000
--- a/net-analyzer/tptest/tptest-3.1.7-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_PV="${PV/./_}"
-
-DESCRIPTION="Internet bandwidth tester"
-HOMEPAGE="https://tptest.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-3.1.7-getstatsfromlinevuln.patch
-)
-
-src_prepare() {
- default
-
- sed -i apps/unix/{client,server}/Makefile \
- -e "s:^CFLAGS[[:space:]]*=:CFLAGS+=:" \
- || die
-
- cp -f os-dep/unix/* . || die
- cp -f engine/* . || die
-}
-
-src_compile() {
- emake -C apps/unix/client \
- CC="$(tc-getCC)" \
- LDFLAGS="${LDFLAGS}"
-
- emake -C apps/unix/server \
- CC="$(tc-getCC)" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin apps/unix/client/tptestclient
- dosbin apps/unix/server/tptestserver
-
- insinto /etc
- doins apps/unix/server/tptest.conf
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-30 12:28 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-04 16:13 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tptest/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-10-30 11:33 Andreas K. Hüttel
2024-08-31 14:00 Arthur Zamarin
2023-11-04 13:35 Sam James
2023-11-04 12:25 Sam James
2023-11-04 12:25 Sam James
2021-04-03 15:57 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox