From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- www-apache/mod_macro/mod_macro-1.1.10.ebuild | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 www-apache/mod_macro/mod_macro-1.1.10.ebuild (limited to 'www-apache/mod_macro/mod_macro-1.1.10.ebuild') diff --git a/www-apache/mod_macro/mod_macro-1.1.10.ebuild b/www-apache/mod_macro/mod_macro-1.1.10.ebuild new file mode 100644 index 000000000000..2e4731fa9676 --- /dev/null +++ b/www-apache/mod_macro/mod_macro-1.1.10.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +inherit apache-module + +DESCRIPTION="An Apache2 module providing macros for the Apache config file" +HOMEPAGE="http://www.coelho.net/mod_macro/" +SRC_URI="http://www.coelho.net/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +APACHE2_MOD_CONF="27_${PN}" +APACHE2_MOD_DEFINE="MACRO" + +DOCFILES="CHANGES INSTALL README mod_macro.html" + +need_apache2_2 + +src_install() { + apache-module_src_install + keepdir "${APACHE_CONFDIR}"/macros.d/ + insinto "${APACHE_CONFDIR}"/macros.d/ + doins "${FILESDIR}"/00_example.conf +} -- cgit v1.2.3