From: juippis Date: Thu, 5 Apr 2018 06:56:54 +0000 (+0300) Subject: www-apache/mod_log_rotate-1.01: fix HOMEPAGE. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cdc738dbcbeb8b35a94f0ad5ded6765e3d11ab1d;p=gentoo.git www-apache/mod_log_rotate-1.01: fix HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/7822 --- diff --git a/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild b/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild index 9170275285e9..cb889898cff7 100644 --- a/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild +++ b/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils apache-module DESCRIPTION="mod_log_rotate adds log rotation support to mod_log_config based on strftime(3)" -HOMEPAGE="http://www.hexten.net/wiki/index.php/Mod-log-rotate" +HOMEPAGE="https://github.com/JBlond/mod_log_rotate" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="Apache-2.0" diff --git a/www-apache/mod_log_rotate/mod_log_rotate-1.01.ebuild b/www-apache/mod_log_rotate/mod_log_rotate-1.01.ebuild index 5fe8569c2b77..95bdaa83f63c 100644 --- a/www-apache/mod_log_rotate/mod_log_rotate-1.01.ebuild +++ b/www-apache/mod_log_rotate/mod_log_rotate-1.01.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit apache-module DESCRIPTION="Log rotation support for mod_log_config based on strftime(3)" -HOMEPAGE="https://github.com/JBlond/${PN}" +HOMEPAGE="https://github.com/JBlond/mod_log_rotate" SRC_URI="https://github.com/JBlond/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0"