commit: 43fa5c13acc143fcb4fc24dc874f66132ce5d9e9 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu May 16 17:13:20 2019 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun May 19 00:11:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fa5c13
app-benchmarks/bonnie++: fix SRC_URI, use HTTPS Closes: https://github.com/gentoo/gentoo/pull/12020 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org> 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(-) diff --git a/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild b/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild index 129503e4953..2bc0b415597 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 3ff574002e5..53c4fb597a2 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"
