From: Michael Mair-Keimberger Date: Thu, 16 May 2019 17:13:20 +0000 (+0200) Subject: app-benchmarks/bonnie++: fix SRC_URI, use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=43fa5c13acc143fcb4fc24dc874f66132ce5d9e9;p=gentoo.git 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 --- 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"