diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-15 16:08:24 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-15 16:08:24 +0000 |
commit | 65db12ac103a3d95e14a1dcbb7c15c106d366ddc (patch) | |
tree | c3f387f0727dad44cc0b46bc89d19ddbde0ad62f /www-apache/mod_chroot/mod_chroot-0.5.ebuild | |
parent | Removed older javaa gen 1 ebuilds, and removed unused 2.4 patch for ppc. (diff) | |
download | historical-65db12ac103a3d95e14a1dcbb7c15c106d366ddc.tar.gz historical-65db12ac103a3d95e14a1dcbb7c15c106d366ddc.tar.bz2 historical-65db12ac103a3d95e14a1dcbb7c15c106d366ddc.zip |
Cleanup.
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'www-apache/mod_chroot/mod_chroot-0.5.ebuild')
-rw-r--r-- | www-apache/mod_chroot/mod_chroot-0.5.ebuild | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/www-apache/mod_chroot/mod_chroot-0.5.ebuild b/www-apache/mod_chroot/mod_chroot-0.5.ebuild index 93eb2971a8e8..ceba6a9e0a86 100644 --- a/www-apache/mod_chroot/mod_chroot-0.5.ebuild +++ b/www-apache/mod_chroot/mod_chroot-0.5.ebuild @@ -1,17 +1,20 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.5.ebuild,v 1.1 2006/06/05 17:12:21 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_chroot/mod_chroot-0.5.ebuild,v 1.2 2007/01/15 16:04:23 chtekk Exp $ -inherit eutils apache-module +inherit apache-module -DESCRIPTION="mod_chroot allows you to run Apache in a chroot jail with no additional files" +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" -KEYWORDS="~ppc ~x86" -IUSE="" SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" APXS1_S="${S}/src/apache13" APACHE1_MOD_CONF="15_${PN}" |