blob: f2f8d26fe8fb751e70e2df4fa66e1649f82a4b8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2009 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.3 2009/09/27 19:24:06 nixnut Exp $
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="as-is"
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
|