summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2009-01-14 10:18:28 +0000
committerBenedikt Boehm <hollow@gentoo.org>2009-01-14 10:18:28 +0000
commite28e3a3355654e65c97d8fd8f0c29ec23c5a3196 (patch)
tree1e277e41bc8ae2b8408b195532abc47026be5e42 /www-apache/mod_chroot/mod_chroot-0.4.ebuild
parentInitial commit. From the perl overlay (diff)
downloadgentoo-2-e28e3a3355654e65c97d8fd8f0c29ec23c5a3196.tar.gz
gentoo-2-e28e3a3355654e65c97d8fd8f0c29ec23c5a3196.tar.bz2
gentoo-2-e28e3a3355654e65c97d8fd8f0c29ec23c5a3196.zip
chroot support is built into apache 2.2.10, fixes #254450
(Portage version: 2.2_rc20/cvs/Linux 2.6.22-vs2.3.0.34-gentoo x86_64)
Diffstat (limited to 'www-apache/mod_chroot/mod_chroot-0.4.ebuild')
-rw-r--r--www-apache/mod_chroot/mod_chroot-0.4.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/www-apache/mod_chroot/mod_chroot-0.4.ebuild b/www-apache/mod_chroot/mod_chroot-0.4.ebuild
deleted file mode 100644
index b38aa094cda6..000000000000
--- a/www-apache/mod_chroot/mod_chroot-0.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.5 2007/09/21 20:57:33 hollow 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=""
-
-APXS2_S="${S}/src/apache20"
-APACHE2_MOD_CONF="15_${PN}"
-APACHE2_MOD_DEFINE="CHROOT"
-
-DOCFILES="CAVEATS ChangeLog INSTALL README README.Apache20"
-
-need_apache