www-apache/mod_umask: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Thu, 17 Oct 2019 12:23:36 +0000 (14:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 17 Oct 2019 12:23:36 +0000 (14:23 +0200)
Closes: https://bugs.gentoo.org/694608
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
www-apache/mod_umask/Manifest [deleted file]
www-apache/mod_umask/files/47_mod_umask.conf [deleted file]
www-apache/mod_umask/metadata.xml [deleted file]
www-apache/mod_umask/mod_umask-0.1.0.ebuild [deleted file]

index d5280402f75015c11a58187a615359aaf3f1d40f..8c03c10630898328e69b258e0a5829beaa5b434c 100644 (file)
@@ -450,11 +450,6 @@ sci-chemistry/azara
 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.
diff --git a/www-apache/mod_umask/Manifest b/www-apache/mod_umask/Manifest
deleted file mode 100644 (file)
index ae011cd..0000000
+++ /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 (file)
index aaa61d1..0000000
+++ /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 (file)
index 6f49eba..0000000
+++ /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 (file)
index 541554f..0000000
+++ /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