diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-27 23:16:37 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-27 23:16:37 +0000 |
commit | 37c21d7d4d7295494d59a3ea338e83ef7003cc3f (patch) | |
tree | 1032fac1711ed8044a860cb3b2b19606710e3abe | |
parent | Fix compilation with USE=-opengl. (diff) | |
download | gentoo-2-37c21d7d4d7295494d59a3ea338e83ef7003cc3f.tar.gz gentoo-2-37c21d7d4d7295494d59a3ea338e83ef7003cc3f.tar.bz2 gentoo-2-37c21d7d4d7295494d59a3ea338e83ef7003cc3f.zip |
update metadata; cleanup
(Portage version: 2.1.4)
-rw-r--r-- | www-apache/mod_chroot/ChangeLog | 8 | ||||
-rw-r--r-- | www-apache/mod_chroot/files/15_mod_chroot.conf | 10 | ||||
-rw-r--r-- | www-apache/mod_chroot/metadata.xml | 5 | ||||
-rw-r--r-- | www-apache/mod_chroot/mod_chroot-0.5.ebuild | 6 |
4 files changed, 14 insertions, 15 deletions
diff --git a/www-apache/mod_chroot/ChangeLog b/www-apache/mod_chroot/ChangeLog index fccb0d8a89ea..942b598633fc 100644 --- a/www-apache/mod_chroot/ChangeLog +++ b/www-apache/mod_chroot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_chroot -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_chroot/ChangeLog,v 1.10 2007/09/21 20:57:33 hollow Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_chroot/ChangeLog,v 1.11 2008/01/27 23:16:36 hollow Exp $ + + 27 Jan 2008; Benedikt Böhm <hollow@gentoo.org> files/15_mod_chroot.conf, + metadata.xml, mod_chroot-0.5.ebuild: + update metadata; cleanup 21 Sep 2007; Benedikt Böhm <hollow@gentoo.org> mod_chroot-0.4.ebuild, mod_chroot-0.5.ebuild: diff --git a/www-apache/mod_chroot/files/15_mod_chroot.conf b/www-apache/mod_chroot/files/15_mod_chroot.conf index 6cd9c5499d58..d065a5234fc5 100644 --- a/www-apache/mod_chroot/files/15_mod_chroot.conf +++ b/www-apache/mod_chroot/files/15_mod_chroot.conf @@ -1,8 +1,6 @@ <IfDefine CHROOT> - LoadModule chroot_module modules/mod_chroot.so -</IfDefine> +LoadModule chroot_module modules/mod_chroot.so -<IfModule mod_chroot.c> - # change this to the web root - ChrootDir /var/www -</IfModule> +# change this to the web root +ChrootDir /var/www +</IfDefine> diff --git a/www-apache/mod_chroot/metadata.xml b/www-apache/mod_chroot/metadata.xml index ff5b6490402e..64a719ea1bfd 100644 --- a/www-apache/mod_chroot/metadata.xml +++ b/www-apache/mod_chroot/metadata.xml @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>apache</herd> -<maintainer> - <email>apache-bugs@gentoo.org</email> -</maintainer> + <herd>apache</herd> </pkgmetadata> diff --git a/www-apache/mod_chroot/mod_chroot-0.5.ebuild b/www-apache/mod_chroot/mod_chroot-0.5.ebuild index 8714fddae5c8..f2aac474adff 100644 --- a/www-apache/mod_chroot/mod_chroot-0.5.ebuild +++ b/www-apache/mod_chroot/mod_chroot-0.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.3 2007/09/21 20:57:33 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_chroot/mod_chroot-0.5.ebuild,v 1.4 2008/01/27 23:16:36 hollow Exp $ inherit apache-module -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~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/" |