summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-17 14:23:36 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-17 14:23:36 +0200
commit999f2c052c4c7506998846a871fb838a153def57 (patch)
treeab6469e426dc3a2a45452ff043fdc23d7bc7ddf0 /www-apache
parentwww-apache/mod_macro: Remove last-rited pkg (diff)
downloadgentoo-999f2c052c4c7506998846a871fb838a153def57.tar.gz
gentoo-999f2c052c4c7506998846a871fb838a153def57.tar.bz2
gentoo-999f2c052c4c7506998846a871fb838a153def57.zip
www-apache/mod_umask: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694608 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_umask/Manifest1
-rw-r--r--www-apache/mod_umask/files/47_mod_umask.conf15
-rw-r--r--www-apache/mod_umask/metadata.xml5
-rw-r--r--www-apache/mod_umask/mod_umask-0.1.0.ebuild23
4 files changed, 0 insertions, 44 deletions
diff --git a/www-apache/mod_umask/Manifest b/www-apache/mod_umask/Manifest
deleted file mode 100644
index ae011cde1ccf..000000000000
--- a/www-apache/mod_umask/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mod_umask-0.1.0.tar.bz2 182078 BLAKE2B 6991d2f6ed4fb322e33412e4dfd4a5c49f33604fcb210ef38135682b5ea22807cdc62f367a8e48bf924d0ee159793a9895a2e798c235e39d7f0e50b47ca0d2b6 SHA512 804f4f28f3145d0290a5dada93a6d3822cb432456fdf35b2d4b5ca19b0d795d7060eff5b9ef97ca8c99581d6f5cdced06dacae532a803b0133f13298577473c3
diff --git a/www-apache/mod_umask/files/47_mod_umask.conf b/www-apache/mod_umask/files/47_mod_umask.conf
deleted file mode 100644
index aaa61d12aa9e..000000000000
--- a/www-apache/mod_umask/files/47_mod_umask.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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>
-LoadModule umask_module modules/mod_umask.so
-
-# This is default:
-# UMask 0022
-
-# This is usefull for group-write-access, such as used in subversion
-# UMask 0002
-</IfDefine>
-
-# vim: ts=4 filetype=apache
diff --git a/www-apache/mod_umask/metadata.xml b/www-apache/mod_umask/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/www-apache/mod_umask/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/www-apache/mod_umask/mod_umask-0.1.0.ebuild b/www-apache/mod_umask/mod_umask-0.1.0.ebuild
deleted file mode 100644
index 541554f52907..000000000000
--- a/www-apache/mod_umask/mod_umask-0.1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit apache-module
-
-KEYWORDS="amd64 x86"
-
-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"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="47_${PN}"
-APACHE2_MOD_DEFINE="UMASK"
-
-need_apache2