app-admin/systemrescuecd-x86
sys-boot/systemrescuecd-x86-grub
-# Michał Górny <mgorny@gentoo.org> (2019-09-17)
-# Unmaintained EAPI 0 Apache modules + mod_access_dnsbl as a revdep.
-# Removal in 30 days. Bug #694608.
-www-apache/mod_umask
-
# Michał Górny <mgorny@gentoo.org> (2019-09-16)
# Unmaintained. Fails to build. Last release in 2004. EAPI 0.
# Removal in 30 days. Bug #592360.
+++ /dev/null
-DIST mod_umask-0.1.0.tar.bz2 182078 BLAKE2B 6991d2f6ed4fb322e33412e4dfd4a5c49f33604fcb210ef38135682b5ea22807cdc62f367a8e48bf924d0ee159793a9895a2e798c235e39d7f0e50b47ca0d2b6 SHA512 804f4f28f3145d0290a5dada93a6d3822cb432456fdf35b2d4b5ca19b0d795d7060eff5b9ef97ca8c99581d6f5cdced06dacae532a803b0133f13298577473c3
+++ /dev/null
-# 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
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
+++ /dev/null
-# 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