X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=www-apache%2Fmod_log_rotate%2Fmod_log_rotate-1.01.ebuild;fp=www-apache%2Fmod_log_rotate%2Fmod_log_rotate-1.01.ebuild;h=cae54b58f2188da248e97ee00450f3e2138ab196;hp=0000000000000000000000000000000000000000;hb=87912c5e1e1516b5ff920254263b235b4f4e09f6;hpb=f921b90223348de221ed520c5b9206a5acf37850 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 new file mode 100644 index 0000000..cae54b5 --- /dev/null +++ b/www-apache/mod_log_rotate/mod_log_rotate-1.01.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit apache-module + +DESCRIPTION="Log rotation support for mod_log_config based on strftime(3)" +HOMEPAGE="https://github.com/JBlond/${PN}" +SRC_URI="https://github.com/JBlond/${PN}/archive/${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +APACHE2_MOD_CONF="10_${PN}" +APACHE2_MOD_DEFINE="LOG_ROTATE" + +need_apache2