blob: f8c6f3eb7177e3c3dfaeeecf091ab0d050d0a7fc (
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
27
28
29
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_chroot/mod_chroot-0.4.ebuild,v 1.4 2007/01/15 16:04:23 chtekk Exp $
inherit apache-module
KEYWORDS="ppc x86"
DESCRIPTION="mod_chroot allows you to run Apache in a chroot jail with no additional files."
HOMEPAGE="http://core.segfault.pl/~hobbit/mod_chroot/"
SRC_URI="http://core.segfault.pl/~hobbit/mod_chroot/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND=""
APXS1_S="${S}/src/apache13"
APACHE1_MOD_CONF="15_${PN}"
APACHE1_MOD_DEFINE="CHROOT"
APXS2_S="${S}/src/apache20"
APACHE2_MOD_CONF="15_${PN}"
APACHE2_MOD_DEFINE="CHROOT"
DOCFILES="CAVEATS ChangeLog INSTALL README README.Apache20"
need_apache
|