Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/
Date: Sun, 27 Dec 2015 13:26:48
Message-Id: 1450960028.06110e825d411f096582e2298eb16ca239af6359.monsieurp@gentoo
1 commit: 06110e825d411f096582e2298eb16ca239af6359
2 Author: MATSUKI Hidenori <Matsuki.Hidenori <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 24 11:39:16 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 12:27:08 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06110e82
7
8 net-analyzer/zabbix: Fix ebuild fault: file postinstall-en.txt not found
9
10 I've delete the reference to the old 'postinstall-en.txt' file. The 'postinstall-en.txt' file has been removed on the 178b4659cf9e6b59383077fc6cddf905de620fef .
11
12 net-analyzer/zabbix/zabbix-2.2.11.ebuild | 1 -
13 net-analyzer/zabbix/zabbix-2.2.5.ebuild | 1 -
14 net-analyzer/zabbix/zabbix-2.2.9.ebuild | 1 -
15 net-analyzer/zabbix/zabbix-2.4.5.ebuild | 1 -
16 net-analyzer/zabbix/zabbix-2.4.7.ebuild | 1 -
17 5 files changed, 5 deletions(-)
18
19 diff --git a/net-analyzer/zabbix/zabbix-2.2.11.ebuild b/net-analyzer/zabbix/zabbix-2.2.11.ebuild
20 index 33b1210..6f2350a 100644
21 --- a/net-analyzer/zabbix/zabbix-2.2.11.ebuild
22 +++ b/net-analyzer/zabbix/zabbix-2.2.11.ebuild
23 @@ -323,7 +323,6 @@ src_install() {
24 if use frontend; then
25 webapp_src_preinst
26 cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}"
27 - webapp_postinst_txt en "${FILESDIR}/"1.6.6/postinstall-en.txt
28 webapp_configfile \
29 "${MY_HTDOCSDIR}"/include/db.inc.php \
30 "${MY_HTDOCSDIR}"/include/config.inc.php
31
32 diff --git a/net-analyzer/zabbix/zabbix-2.2.5.ebuild b/net-analyzer/zabbix/zabbix-2.2.5.ebuild
33 index 603469c..fb86e85 100644
34 --- a/net-analyzer/zabbix/zabbix-2.2.5.ebuild
35 +++ b/net-analyzer/zabbix/zabbix-2.2.5.ebuild
36 @@ -325,7 +325,6 @@ src_install() {
37 if use frontend; then
38 webapp_src_preinst
39 cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}"
40 - webapp_postinst_txt en "${FILESDIR}/"1.6.6/postinstall-en.txt
41 webapp_configfile \
42 "${MY_HTDOCSDIR}"/include/db.inc.php \
43 "${MY_HTDOCSDIR}"/include/config.inc.php
44
45 diff --git a/net-analyzer/zabbix/zabbix-2.2.9.ebuild b/net-analyzer/zabbix/zabbix-2.2.9.ebuild
46 index 33b1210..6f2350a 100644
47 --- a/net-analyzer/zabbix/zabbix-2.2.9.ebuild
48 +++ b/net-analyzer/zabbix/zabbix-2.2.9.ebuild
49 @@ -323,7 +323,6 @@ src_install() {
50 if use frontend; then
51 webapp_src_preinst
52 cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}"
53 - webapp_postinst_txt en "${FILESDIR}/"1.6.6/postinstall-en.txt
54 webapp_configfile \
55 "${MY_HTDOCSDIR}"/include/db.inc.php \
56 "${MY_HTDOCSDIR}"/include/config.inc.php
57
58 diff --git a/net-analyzer/zabbix/zabbix-2.4.5.ebuild b/net-analyzer/zabbix/zabbix-2.4.5.ebuild
59 index 01aca05..0c07f16 100644
60 --- a/net-analyzer/zabbix/zabbix-2.4.5.ebuild
61 +++ b/net-analyzer/zabbix/zabbix-2.4.5.ebuild
62 @@ -323,7 +323,6 @@ src_install() {
63 if use frontend; then
64 webapp_src_preinst
65 cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}"
66 - webapp_postinst_txt en "${FILESDIR}/"1.6.6/postinstall-en.txt
67 webapp_configfile \
68 "${MY_HTDOCSDIR}"/include/db.inc.php \
69 "${MY_HTDOCSDIR}"/include/config.inc.php
70
71 diff --git a/net-analyzer/zabbix/zabbix-2.4.7.ebuild b/net-analyzer/zabbix/zabbix-2.4.7.ebuild
72 index 01aca05..0c07f16 100644
73 --- a/net-analyzer/zabbix/zabbix-2.4.7.ebuild
74 +++ b/net-analyzer/zabbix/zabbix-2.4.7.ebuild
75 @@ -323,7 +323,6 @@ src_install() {
76 if use frontend; then
77 webapp_src_preinst
78 cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}"
79 - webapp_postinst_txt en "${FILESDIR}/"1.6.6/postinstall-en.txt
80 webapp_configfile \
81 "${MY_HTDOCSDIR}"/include/db.inc.php \
82 "${MY_HTDOCSDIR}"/include/config.inc.php