summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_layout/mod_layout-5.1.ebuild')
-rw-r--r--www-apache/mod_layout/mod_layout-5.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/www-apache/mod_layout/mod_layout-5.1.ebuild b/www-apache/mod_layout/mod_layout-5.1.ebuild
new file mode 100644
index 000000000000..d8b4a8d602ac
--- /dev/null
+++ b/www-apache/mod_layout/mod_layout-5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit apache-module
+
+DESCRIPTION="An Apache2 module for adding custom headers and/or footers"
+HOMEPAGE="http://tangent.org/index.pl?node_id=362"
+SRC_URI="http://download.tangent.org/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="2"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+APXS2_ARGS="-c ${PN}.c utility.c layout.c"
+
+APACHE2_MOD_CONF="15_mod_layout"
+APACHE2_MOD_DEFINE="LAYOUT"
+
+DOCFILES="README"
+
+need_apache2_2