Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/files/
Date: Wed, 12 Apr 2017 20:15:38
Message-Id: 1492028130.575f84cd1a8b85f1b14b4965e3fe3943916d28d7.zmedico@gentoo
1 commit: 575f84cd1a8b85f1b14b4965e3fe3943916d28d7
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 12 20:12:43 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 20:15:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575f84cd
7
8 www-servers/uwsgi: remove unused 42_mod_uwsgi.conf
9
10 Note that 42_mod_uwsgi.conf in the APACHE2_MOD_CONF variable is
11 actually the destination argument of a newins call.
12
13 Fixes: c8973f428af3 ("www-servers/uwsgi: re-add files referenced by APACHE2_MOD_CONF (bug 611300)")
14 Package-Manager: Portage-2.3.5, Repoman-2.3.2
15
16 www-servers/uwsgi/files/42_mod_uwsgi.conf | 7 -------
17 1 file changed, 7 deletions(-)
18
19 diff --git a/www-servers/uwsgi/files/42_mod_uwsgi.conf b/www-servers/uwsgi/files/42_mod_uwsgi.conf
20 deleted file mode 100644
21 index a619baeafee..00000000000
22 --- a/www-servers/uwsgi/files/42_mod_uwsgi.conf
23 +++ /dev/null
24 @@ -1,7 +0,0 @@
25 -<IfDefine UWSGI>
26 - LoadModule uwsgi_module modules/mod_uwsgi.so
27 -</IfDefine>
28 -<IfDefine RUWSGI>
29 - LoadModule uwsgi_module modules/mod_Ruwsgi.so
30 -</IfDefine>
31 -