Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/mod_survey/files/
Date: Tue, 14 Feb 2017 21:40:02
Message-Id: 1487108366.3a1672116c58eabe94997fc0abeeeb05f83cc6a5.soap@gentoo
1 commit: 3a1672116c58eabe94997fc0abeeeb05f83cc6a5
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 14 19:08:54 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:39:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a167211
7
8 www-apps/mod_survey: remove unused files
9
10 Closes: https://github.com/gentoo/gentoo/pull/3969
11
12 www-apps/mod_survey/files/language-list.txt | 5 -----
13 www-apps/mod_survey/files/postinstall-en.txt | 4 ----
14 www-apps/mod_survey/files/reconfig | 17 -----------------
15 3 files changed, 26 deletions(-)
16
17 diff --git a/www-apps/mod_survey/files/language-list.txt b/www-apps/mod_survey/files/language-list.txt
18 deleted file mode 100644
19 index d81291db44..0000000000
20 --- a/www-apps/mod_survey/files/language-list.txt
21 +++ /dev/null
22 @@ -1,5 +0,0 @@
23 -en
24 -de
25 -fr
26 -it
27 -sw
28
29 diff --git a/www-apps/mod_survey/files/postinstall-en.txt b/www-apps/mod_survey/files/postinstall-en.txt
30 deleted file mode 100644
31 index 5fbe29c5a5..0000000000
32 --- a/www-apps/mod_survey/files/postinstall-en.txt
33 +++ /dev/null
34 @@ -1,4 +0,0 @@
35 -0. Copy ${VHOST_ROOT}/${PN}/survey.conf to your Apache modules directory.
36 -
37 -1. Restart Apache and test your installation:
38 - http://${VHOST_HOSTNAME}/mod_survey
39
40 diff --git a/www-apps/mod_survey/files/reconfig b/www-apps/mod_survey/files/reconfig
41 deleted file mode 100644
42 index 15be772473..0000000000
43 --- a/www-apps/mod_survey/files/reconfig
44 +++ /dev/null
45 @@ -1,17 +0,0 @@
46 -#!/bin/bash
47 -
48 -die() {
49 - echo "#####"
50 - echo $1
51 - echo "#####"
52 - exit 1
53 -}
54 -
55 -if [ $1 = "install" ]; then
56 - sed -e "s|/usr/lib/mod_survey/webroot/|${MY_INSTALLDIR}/|g
57 - s|\"/mod_survey/\"|\"${VHOST_APPDIR}/\"|
58 - s|Alias|#Alias|" -i ${VHOST_ROOT}/${PN}/survey.conf || die
59 -
60 -elif [ $1 = "clean" ]; then
61 - echo $1
62 -fi