From 43fa5c13acc143fcb4fc24dc874f66132ce5d9e9 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 16 May 2019 19:13:20 +0200 Subject: app-benchmarks/bonnie++: fix SRC_URI, use HTTPS Closes: https://github.com/gentoo/gentoo/pull/12020 Signed-off-by: Michael Mair-Keimberger Signed-off-by: Michael Palimaka --- app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild | 6 +++--- app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'app-benchmarks/bonnie++') diff --git a/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild b/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild index 129503e49533..2bc0b4155978 100644 --- a/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild +++ b/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="Hard drive bottleneck testing benchmark suite" -HOMEPAGE="http://www.coker.com.au/bonnie++/" -SRC_URI="http://www.coker.com.au/bonnie++/experimental/${P}.tgz" +HOMEPAGE="https://www.coker.com.au/bonnie++/" +SRC_URI="https://www.coker.com.au/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" diff --git a/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild b/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild index 3ff574002e5f..53c4fb597a24 100644 --- a/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild +++ b/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="Hard drive bottleneck testing benchmark suite" -HOMEPAGE="http://www.coker.com.au/bonnie++/" -SRC_URI="http://www.coker.com.au/bonnie++/experimental/${P}.tgz" +HOMEPAGE="https://www.coker.com.au/bonnie++/" +SRC_URI="https://www.coker.com.au/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad