commit:     999f2c052c4c7506998846a871fb838a153def57
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 12:23:36 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 12:23:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999f2c05

www-apache/mod_umask: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694608
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                        |  5 -----
 www-apache/mod_umask/Manifest                |  1 -
 www-apache/mod_umask/files/47_mod_umask.conf | 15 ---------------
 www-apache/mod_umask/metadata.xml            |  5 -----
 www-apache/mod_umask/mod_umask-0.1.0.ebuild  | 23 -----------------------
 5 files changed, 49 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d5280402f75..8c03c106308 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 <mgo...@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 <mgo...@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
index ae011cde1cc..00000000000
--- 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 aaa61d12aa9..00000000000
--- 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 6f49eba8f49..00000000000
--- 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 541554f5290..00000000000
--- 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

Reply via email to