From: Michał Górny Date: Thu, 17 Oct 2019 12:23:36 +0000 (+0200) Subject: www-apache/mod_umask: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=999f2c052c4c7506998846a871fb838a153def57;p=gentoo.git www-apache/mod_umask: Remove last-rited pkg Closes: https://bugs.gentoo.org/694608 Signed-off-by: Michał Górny --- diff --git a/profiles/package.mask b/profiles/package.mask index d5280402f750..8c03c1063089 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -450,11 +450,6 @@ sci-chemistry/azara app-admin/systemrescuecd-x86 sys-boot/systemrescuecd-x86-grub -# Michał Górny (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 (2019-09-16) # Unmaintained. Fails to build. Last release in 2004. EAPI 0. # Removal in 30 days. Bug #592360. 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. - - -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 - - -# 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 @@ - - - - - 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