commit:     7972d6cd4c6782470d6ac4d25fe3a7d2770dd683
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jul 23 18:44:17 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 20:07:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7972d6cd

app-benchmarks/pipebench: EAPI8, minor improvements

Signed-off-by: Michael Mair-Keimberger <mmk <AT> 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 <AT> gentoo.org>

 app-benchmarks/pipebench/pipebench-0.40-r2.ebuild | 11 +++++------
 1 file 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 )
 

Reply via email to