public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/interbench/
@ 2021-06-26  0:11 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2021-06-26  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     d79cf872e666f33a4b8ff18b652b49e6331935b5
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 26 00:08:59 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 26 00:10:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79cf872

app-benchmarks/interbench: fix compilation without optimizations

Closes: https://bugs.gentoo.org/794748
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-benchmarks/interbench/interbench-0.31.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-benchmarks/interbench/interbench-0.31.ebuild b/app-benchmarks/interbench/interbench-0.31.ebuild
index b77a5a4b118..9735d348f47 100644
--- a/app-benchmarks/interbench/interbench-0.31.ebuild
+++ b/app-benchmarks/interbench/interbench-0.31.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="A Linux interactivity benchmark"
 HOMEPAGE="https://github.com/ckolivas/interbench/"
@@ -26,6 +26,9 @@ DOCS=(
 src_prepare() {
 	default
 
+	# Inline will fail, if optimizations are turned off
+	append-cflags -std=gnu89
+
 	tc-export CC
 }
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/interbench/
@ 2019-12-15 17:24 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2019-12-15 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b8843cfbb6894869ce9519e7ac6a9fffd471610c
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 17:24:10 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 17:24:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8843cfb

app-benchmarks/interbench: update homepage

Drop upstream homepage, as its have currently a broken redirect.

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-benchmarks/interbench/interbench-0.31.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-benchmarks/interbench/interbench-0.31.ebuild b/app-benchmarks/interbench/interbench-0.31.ebuild
index 37ddd506033..dfa772bcebb 100644
--- a/app-benchmarks/interbench/interbench-0.31.ebuild
+++ b/app-benchmarks/interbench/interbench-0.31.ebuild
@@ -6,10 +6,7 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="A Linux interactivity benchmark"
-HOMEPAGE="
-	http://interbench.kolivas.org/
-	https://github.com/ckolivas/interbench/
-"
+HOMEPAGE="https://github.com/ckolivas/interbench/"
 SRC_URI="https://github.com/ckolivas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 KEYWORDS="amd64 x86"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/interbench/
@ 2019-04-09 14:39 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2019-04-09 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     59ed9a6776972fd762989ccd131c376d28c0ba87
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 14:38:27 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 14:39:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ed9a67

app-benchmarks/interbench: amd64 stable wrt bug #682716

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-benchmarks/interbench/interbench-0.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/interbench/interbench-0.31.ebuild b/app-benchmarks/interbench/interbench-0.31.ebuild
index bab121c0d44..f186cb9c19a 100644
--- a/app-benchmarks/interbench/interbench-0.31.ebuild
+++ b/app-benchmarks/interbench/interbench-0.31.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="
 "
 SRC_URI="https://github.com/ckolivas/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="GPL-2+"
 SLOT="0"
 


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

end of thread, other threads:[~2021-06-26  0:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-26  0:11 [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/interbench/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2019-12-15 17:24 Conrad Kostecki
2019-04-09 14:39 Aaron Bauman

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