summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-01-31 19:23:32 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-01-31 19:23:32 +0000
commit1d0d0d683ab74806e992e133847f54b920943d1c (patch)
treec1e6af9c25dae83b659a0d7902bef2b3e7483946 /www-apache
parentstable x86, bug 207590 (diff)
downloadgentoo-2-1d0d0d683ab74806e992e133847f54b920943d1c.tar.gz
gentoo-2-1d0d0d683ab74806e992e133847f54b920943d1c.tar.bz2
gentoo-2-1d0d0d683ab74806e992e133847f54b920943d1c.zip
update metadata; cleanup
(Portage version: 2.1.4)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_umask/ChangeLog8
-rw-r--r--www-apache/mod_umask/files/47_mod_umask.conf18
-rw-r--r--www-apache/mod_umask/metadata.xml3
3 files changed, 12 insertions, 17 deletions
diff --git a/www-apache/mod_umask/ChangeLog b/www-apache/mod_umask/ChangeLog
index 27880d5f9bdb..cb157bdcf813 100644
--- a/www-apache/mod_umask/ChangeLog
+++ b/www-apache/mod_umask/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_umask
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/ChangeLog,v 1.6 2007/01/15 19:31:28 chtekk Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/ChangeLog,v 1.7 2008/01/31 19:23:31 hollow Exp $
+
+ 31 Jan 2008; Benedikt Böhm <hollow@gentoo.org> files/47_mod_umask.conf,
+ metadata.xml:
+ update metadata; cleanup
15 Jan 2007; Luca Longinotti <chtekk@gentoo.org> metadata.xml,
mod_umask-0.1.0.ebuild:
diff --git a/www-apache/mod_umask/files/47_mod_umask.conf b/www-apache/mod_umask/files/47_mod_umask.conf
index a01347164527..aaa61d12aa9e 100644
--- a/www-apache/mod_umask/files/47_mod_umask.conf
+++ b/www-apache/mod_umask/files/47_mod_umask.conf
@@ -1,21 +1,15 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_umask/files/47_mod_umask.conf,v 1.2 2006/06/06 10:42:40 hollow Exp $
-
# PLEASE NOTE: consider this as an example configuration;
# So, a more useful place would be, to use UMask directive
# inside a subversion module driven virtual host, e.g.
<IfDefine UMASK>
- <IfModule !mod_umask.c>
- LoadModule umask_module modules/mod_umask.so
- </IfModule>
+LoadModule umask_module modules/mod_umask.so
- # This is default:
- # UMask 0022
+# This is default:
+# UMask 0022
- # This is usefull for group-write-access, such as used in subversion
- # UMask 0002
+# This is usefull for group-write-access, such as used in subversion
+# UMask 0002
</IfDefine>
-# vim:syntax=apache
+# vim: ts=4 filetype=apache
diff --git a/www-apache/mod_umask/metadata.xml b/www-apache/mod_umask/metadata.xml
index a1f5ceff2352..64a719ea1bfd 100644
--- a/www-apache/mod_umask/metadata.xml
+++ b/www-apache/mod_umask/metadata.xml
@@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>apache</herd>
- <maintainer>
- <email>apache-bugs@gentoo.org</email>
- </maintainer>
</pkgmetadata>