* [gentoo-commits] repo/gentoo:master commit in: sys-block/flashbench/
@ 2016-05-28 18:36 Andrew Savchenko
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Savchenko @ 2016-05-28 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 60b9ae70e90d2708013a22fa6162131ef6de3ea7
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 18:35:19 2016 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sat May 28 18:35:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b9ae70
sys-block/flashbench: remove incorrect upstream metadata entry
Package-Manager: portage-2.3.0_rc1
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
sys-block/flashbench/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sys-block/flashbench/metadata.xml b/sys-block/flashbench/metadata.xml
index 0328a78..863e1d0 100644
--- a/sys-block/flashbench/metadata.xml
+++ b/sys-block/flashbench/metadata.xml
@@ -4,7 +4,4 @@
<maintainer type="person">
<email>bircoph@gentoo.org</email>
</maintainer>
- <upstream>
- <remote-id type="sourceforge">ksokoban</remote-id>
- </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/flashbench/
@ 2021-12-27 15:36 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2021-12-27 15:36 UTC (permalink / raw
To: gentoo-commits
commit: 29525bf99abde821fcb142fbf076e864271b7596
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 27 15:36:38 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 27 15:36:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29525bf9
sys-block/flashbench: Keyword 20120606 arm64, #830022
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-block/flashbench/flashbench-20120606.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-block/flashbench/flashbench-20120606.ebuild b/sys-block/flashbench/flashbench-20120606.ebuild
index 1d87392c9c7a..307d3b9f841e 100644
--- a/sys-block/flashbench/flashbench-20120606.ebuild
+++ b/sys-block/flashbench/flashbench-20120606.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ HOMEPAGE="http://git.linaro.org/people/arnd.bergmann/flashbench.git"
SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
PATCHES=( ${FILESDIR}/${P}-Makefile.patch )
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/flashbench/
@ 2022-08-11 10:55 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-08-11 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 5eff1e1744b28d0e5f4b8eccb05158cce806f492
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:47:33 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 10:54:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eff1e17
sys-block/flashbench: fix UnquotedVariable
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-block/flashbench/flashbench-20120606.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-block/flashbench/flashbench-20120606.ebuild b/sys-block/flashbench/flashbench-20120606.ebuild
index 307d3b9f841e..c7f3200b611c 100644
--- a/sys-block/flashbench/flashbench-20120606.ebuild
+++ b/sys-block/flashbench/flashbench-20120606.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=6
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
-PATCHES=( ${FILESDIR}/${P}-Makefile.patch )
+PATCHES=( "${FILESDIR}"/${P}-Makefile.patch )
src_install() {
dobin "${PN}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/flashbench/
@ 2023-12-24 23:16 Conrad Kostecki
0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2023-12-24 23:16 UTC (permalink / raw
To: gentoo-commits
commit: a67a48da2f8ed1a011d4109f77b9ace9d8487967
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Dec 23 13:00:42 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 23:16:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67a48da
sys-block/flashbench: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34443
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-block/flashbench/flashbench-20120606.ebuild | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/sys-block/flashbench/flashbench-20120606.ebuild b/sys-block/flashbench/flashbench-20120606.ebuild
index c7f3200b611c..56deca15c711 100644
--- a/sys-block/flashbench/flashbench-20120606.ebuild
+++ b/sys-block/flashbench/flashbench-20120606.ebuild
@@ -1,17 +1,25 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
+inherit toolchain-funcs
DESCRIPTION="Tool for benchmarking and classifying flash memory drives"
-HOMEPAGE="http://git.linaro.org/people/arnd.bergmann/flashbench.git"
+HOMEPAGE="https://git.linaro.org/people/arnd.bergmann/flashbench.git"
SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
PATCHES=( "${FILESDIR}"/${P}-Makefile.patch )
+src_compile(){
+ tc-export CC
+ default
+}
+
src_install() {
dobin "${PN}"
newbin erase "${PN}-erase" # erase is too ambiguous.
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-12-24 23:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-28 18:36 [gentoo-commits] repo/gentoo:master commit in: sys-block/flashbench/ Andrew Savchenko
-- strict thread matches above, loose matches on Subject: below --
2021-12-27 15:36 Arthur Zamarin
2022-08-11 10:55 Sam James
2023-12-24 23:16 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox