public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ethloop/
@ 2020-11-27  0:07 Thomas Deutschmann
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Deutschmann @ 2020-11-27  0:07 UTC (permalink / raw
  To: gentoo-commits

commit:     56f1b9f0364507e3ddebbe6d6f4f2b8c3077f4ca
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 00:04:47 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 00:04:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f1b9f0

net-analyzer/ethloop: x86 stable (bug #756976)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-analyzer/ethloop/ethloop-10-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ethloop/ethloop-10-r4.ebuild b/net-analyzer/ethloop/ethloop-10-r4.ebuild
index 4067bea8c94..17108d44427 100644
--- a/net-analyzer/ethloop/ethloop-10-r4.ebuild
+++ b/net-analyzer/ethloop/ethloop-10-r4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://luxik.cdi.cz/~devik/qos/${PN}/${PN}${PV}.tgz"
 
 LICENSE="all-rights-reserved"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 RESTRICT="mirror bindist"
 
 S=${WORKDIR}/${PN}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ethloop/
@ 2020-11-27  1:00 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-11-27  1:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a47f978a480a762c46255716c1bdc7ce523deb7a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 00:55:55 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 00:55:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47f978a

net-analyzer/ethloop: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/ethloop/ethloop-10-r3.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/net-analyzer/ethloop/ethloop-10-r3.ebuild b/net-analyzer/ethloop/ethloop-10-r3.ebuild
deleted file mode 100644
index d49ae392f80..00000000000
--- a/net-analyzer/ethloop/ethloop-10-r3.ebuild
+++ /dev/null
@@ -1,29 +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="Local simulator for testing Linux QoS disciplines"
-HOMEPAGE="http://luxik.cdi.cz/~devik/qos/ethloop/"
-SRC_URI="http://luxik.cdi.cz/~devik/qos/ethloop/ethloop10.tgz"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-RESTRICT="mirror bindist"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gcc45.patch
-}
-
-src_compile() {
-	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-	dosbin ethloop
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ethloop/
@ 2022-03-20  0:38 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-03-20  0:38 UTC (permalink / raw
  To: gentoo-commits

commit:     74452af4da8702701ecc45b5f46ae200bfab233d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:32:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:32:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74452af4

net-analyzer/ethloop: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

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

 net-analyzer/ethloop/ethloop-10-r4.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/ethloop/ethloop-10-r4.ebuild b/net-analyzer/ethloop/ethloop-10-r4.ebuild
index 17108d444276..dc5653f727a8 100644
--- a/net-analyzer/ethloop/ethloop-10-r4.ebuild
+++ b/net-analyzer/ethloop/ethloop-10-r4.ebuild
@@ -1,25 +1,26 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit toolchain-funcs
 
 DESCRIPTION="Local simulator for testing Linux QoS disciplines"
 HOMEPAGE="http://luxik.cdi.cz/~devik/qos/ethloop/"
 SRC_URI="http://luxik.cdi.cz/~devik/qos/${PN}/${PN}${PV}.tgz"
+S="${WORKDIR}"/${PN}
 
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
 RESTRICT="mirror bindist"
 
-S=${WORKDIR}/${PN}
 PATCHES=(
 	"${FILESDIR}"/${P}-misc.patch
 )
 
 src_compile() {
-	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}"
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
 }
 
 src_install() {


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

end of thread, other threads:[~2022-03-20  0:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-27  0:07 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ethloop/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2020-11-27  1:00 Aaron Bauman
2022-03-20  0:38 Sam James

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