summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-01-15 16:04:23 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-01-15 16:04:23 +0000
commitdef9ea49e7eee20245bad29118dc6d1a1b9f6135 (patch)
treee18d6afb607ae0cfda49d6bfded7599f7b0cfa41 /www-apache
parentCleanup. (diff)
downloadgentoo-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')
-rw-r--r--www-apache/mod_chroot/ChangeLog8
-rw-r--r--www-apache/mod_chroot/mod_chroot-0.4.ebuild17
-rw-r--r--www-apache/mod_chroot/mod_chroot-0.5.ebuild17
3 files changed, 26 insertions, 16 deletions
diff --git a/www-apache/mod_chroot/ChangeLog b/www-apache/mod_chroot/ChangeLog
index 4ab5f9bd4063..8071234cfe03 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_chroot/ChangeLog,v 1.8 2006/06/05 17:12:21 hollow Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_chroot/ChangeLog,v 1.9 2007/01/15 16:04:23 chtekk Exp $
+
+ 15 Jan 2007; Luca Longinotti <chtekk@gentoo.org> mod_chroot-0.4.ebuild,
+ mod_chroot-0.5.ebuild:
+ Cleanup.
*mod_chroot-0.5 (05 Jun 2006)
diff --git a/www-apache/mod_chroot/mod_chroot-0.4.ebuild b/www-apache/mod_chroot/mod_chroot-0.4.ebuild
index 6044815af24b..f8c6f3eb7177 100644
--- a/www-apache/mod_chroot/mod_chroot-0.4.ebuild
+++ b/www-apache/mod_chroot/mod_chroot-0.4.ebuild
@@ -1,17 +1,20 @@
-# Copyright 1999-2005 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.4.ebuild,v 1.3 2005/11/01 19:23:24 dertobi123 Exp $
+# $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 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}"
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}"