diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-24 10:21:23 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-26 17:45:41 +0100 |
commit | 68217eb30325b558fa7d5498ede594f1d7165a0f (patch) | |
tree | c5f1778c615d80290b90b5e07acf9d57892f92c3 /app-admin/analog | |
parent | sys-block/rts_pstor: remove old version. (diff) | |
download | gentoo-68217eb30325b558fa7d5498ede594f1d7165a0f.tar.gz gentoo-68217eb30325b558fa7d5498ede594f1d7165a0f.tar.bz2 gentoo-68217eb30325b558fa7d5498ede594f1d7165a0f.zip |
app-admin/analog: fix HOMEPAGE and SRC_URI.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://bugs.gentoo.org/680712
Closes: https://github.com/gentoo/gentoo/pull/11475
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-admin/analog')
-rw-r--r-- | app-admin/analog/analog-6.0-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |