From 68217eb30325b558fa7d5498ede594f1d7165a0f Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 24 Mar 2019 10:21:23 +0100 Subject: 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 --- app-admin/analog/analog-6.0-r4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-admin/analog') 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" -- cgit v1.2.3-65-gdbad