summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-01-27 15:51:16 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-01-27 15:51:16 +0000
commit7c4c6fd7acb212beb40abbf738a1d45cbeeb987f (patch)
tree238cf8650b3d6961433bcdf6f182d3aca585fa88 /www-apache/mod_layout/mod_layout-5.1.ebuild
parentMarked stable on amd64 as per bug 207684. (diff)
downloadgentoo-2-7c4c6fd7acb212beb40abbf738a1d45cbeeb987f.tar.gz
gentoo-2-7c4c6fd7acb212beb40abbf738a1d45cbeeb987f.tar.bz2
gentoo-2-7c4c6fd7acb212beb40abbf738a1d45cbeeb987f.zip
version bump; cleanup
(Portage version: 2.1.4)
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..d53655d2111c
--- /dev/null
+++ b/www-apache/mod_layout/mod_layout-5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_layout/mod_layout-5.1.ebuild,v 1.1 2008/01/27 15:51:15 hollow Exp $
+
+inherit apache-module
+
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DESCRIPTION="An Apache2 module for adding custom headers and/or footers."
+HOMEPAGE="http://software.tangent.org/"
+SRC_URI="http://download.tangent.org/${P}.tar.gz"
+LICENSE="as-is"
+SLOT="2"
+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