summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-01-15 19:31:28 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-01-15 19:31:28 +0000
commit59dbce59df8f598851c73a9228e564d35ab136c1 (patch)
tree11b56c0b89e1dbbb106acdf70e2d3ce96e2da76f /www-apache/mod_umask/mod_umask-0.1.0.ebuild
parentCleanup. (diff)
downloadhistorical-59dbce59df8f598851c73a9228e564d35ab136c1.tar.gz
historical-59dbce59df8f598851c73a9228e564d35ab136c1.tar.bz2
historical-59dbce59df8f598851c73a9228e564d35ab136c1.zip
Cleanup.
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'www-apache/mod_umask/mod_umask-0.1.0.ebuild')
-rw-r--r--www-apache/mod_umask/mod_umask-0.1.0.ebuild19
1 files changed, 10 insertions, 9 deletions
diff --git a/www-apache/mod_umask/mod_umask-0.1.0.ebuild b/www-apache/mod_umask/mod_umask-0.1.0.ebuild
index 4123f1213a83..e8634bc5e378 100644
--- a/www-apache/mod_umask/mod_umask-0.1.0.ebuild
+++ b/www-apache/mod_umask/mod_umask-0.1.0.ebuild
@@ -1,21 +1,22 @@
-# 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_umask/mod_umask-0.1.0.ebuild,v 1.4 2005/12/10 13:06:46 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/mod_umask-0.1.0.ebuild,v 1.5 2007/01/15 19:31:28 chtekk Exp $
inherit apache-module
-DESCRIPTION="Sets the Unix umask of the Apache HTTPd process after it has started."
-SRC_URI="http://www.apache.org/~pquerna/modules/${P}.tar.bz2"
-HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_umask/"
+KEYWORDS="amd64 x86"
-SLOT="0"
+DESCRIPTION="Sets the Unix umask of the Apache2 webserver process after it has started."
+HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_umask/"
+SRC_URI="http://www.apache.org/~pquerna/modules/${P}.tar.bz2"
LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86"
+SLOT="0"
IUSE=""
+DEPEND=""
+RDEPEND=""
+
APACHE2_MOD_CONF="47_${PN}"
APACHE2_MOD_DEFINE="UMASK"
need_apache2
-
-# vim:ts=4