diff options
author | juippis <juippis@gmail.com> | 2018-04-05 09:56:54 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-09 00:42:01 +0200 |
commit | cdc738dbcbeb8b35a94f0ad5ded6765e3d11ab1d (patch) | |
tree | ff85cae7a9d9b10bb66505d395b1c735c41c43c8 /www-apache | |
parent | lxde-base/lxde-icon-theme: switch to HTTPS. (diff) | |
download | gentoo-cdc738dbcbeb8b35a94f0ad5ded6765e3d11ab1d.tar.gz gentoo-cdc738dbcbeb8b35a94f0ad5ded6765e3d11ab1d.tar.bz2 gentoo-cdc738dbcbeb8b35a94f0ad5ded6765e3d11ab1d.zip |
www-apache/mod_log_rotate-1.01: fix HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/7822
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild | 4 | ||||
-rw-r--r-- | www-apache/mod_log_rotate/mod_log_rotate-1.01.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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" |