diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-15 16:04:23 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-15 16:04:23 +0000 |
commit | def9ea49e7eee20245bad29118dc6d1a1b9f6135 (patch) | |
tree | e18d6afb607ae0cfda49d6bfded7599f7b0cfa41 /www-apache/mod_chroot/mod_chroot-0.5.ebuild | |
parent | Cleanup. (diff) | |
download | gentoo-2-def9ea49e7eee20245bad29118dc6d1a1b9f6135.tar.gz gentoo-2-def9ea49e7eee20245bad29118dc6d1a1b9f6135.tar.bz2 gentoo-2-def9ea49e7eee20245bad29118dc6d1a1b9f6135.zip |
Cleanup.
(Portage version: 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}" |