From: Michael Mair-Keimberger Date: Sun, 24 Mar 2019 09:21:23 +0000 (+0100) Subject: app-admin/analog: fix HOMEPAGE and SRC_URI. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=68217eb30325b558fa7d5498ede594f1d7165a0f;p=gentoo.git app-admin/analog: fix HOMEPAGE and SRC_URI. Signed-off-by: Michael Mair-Keimberger Closes: https://bugs.gentoo.org/680712 Closes: https://github.com/gentoo/gentoo/pull/11475 Signed-off-by: Patrice Clement --- diff --git a/app-admin/analog/analog-6.0-r4.ebuild b/app-admin/analog/analog-6.0-r4.ebuild index 334c5652bfc3..26824d6fb25a 100644 --- a/app-admin/analog/analog-6.0-r4.ebuild +++ b/app-admin/analog/analog-6.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit eutils toolchain-funcs DESCRIPTION="A webserver log analyzer" -HOMEPAGE="http://www.c-amie.co.uk/analog/" -SRC_URI="http://www.analog.cx/${P}.tar.gz" +HOMEPAGE="https://www.c-amie.co.uk/software/analog/" +SRC_URI="https://web.archive.org/web/20140331011039/http://www.analog.cx/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"