summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-07-23 20:44:17 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-07-23 22:07:55 +0200
commit7972d6cd4c6782470d6ac4d25fe3a7d2770dd683 (patch)
tree8afdafe5d549155f2f11cf24967ec6f28b693dbb /app-benchmarks
parentmedia-libs/giblib: Stabilize 1.2.4-r2 sparc, #828879 (diff)
downloadgentoo-7972d6cd4c6782470d6ac4d25fe3a7d2770dd683.tar.gz
gentoo-7972d6cd4c6782470d6ac4d25fe3a7d2770dd683.tar.bz2
gentoo-7972d6cd4c6782470d6ac4d25fe3a7d2770dd683.zip
app-benchmarks/pipebench: EAPI8, minor improvements
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Closes: https://github.com/gentoo/gentoo/pull/26547 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/pipebench/pipebench-0.40-r2.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild b/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
index 6058d8d81f6a..6d15d1fa612f 100644
--- a/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
+++ b/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit flag-o-matic toolchain-funcs
DESCRIPTION="Measures the speed of stdin/stdout communication"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=pipebench"
-SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz"
+HOMEPAGE="https://www.habets.pp.se/synscan/programs_pipebench.html"
+SRC_URI="https://www.habets.pp.se/synscan/files/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 ppc ppc64 x86 ~x86-linux"
-IUSE=""
PATCHES=( "${FILESDIR}"/${PN}-0.40-fix-build-system.patch )