From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6A3891384B4 for ; Sun, 27 Dec 2015 13:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE8F821C002; Sun, 27 Dec 2015 13:26:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14E9B21C002 for ; Sun, 27 Dec 2015 13:26:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDD6234068A for ; Sun, 27 Dec 2015 13:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD057732 for ; Sun, 27 Dec 2015 13:26:42 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1450960028.06110e825d411f096582e2298eb16ca239af6359.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zabbix/zabbix-2.2.11.ebuild net-analyzer/zabbix/zabbix-2.2.5.ebuild net-analyzer/zabbix/zabbix-2.2.9.ebuild net-analyzer/zabbix/zabbix-2.4.5.ebuild net-analyzer/zabbix/zabbix-2.4.7.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 06110e825d411f096582e2298eb16ca239af6359 X-VCS-Branch: master Date: Sun, 27 Dec 2015 13:26:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3fa7ad08-eec7-42fb-9dce-3cf95d90de7a X-Archives-Hash: 61d964bf0d4751254d55b742eff3b345 commit: 06110e825d411f096582e2298eb16ca239af6359 Author: MATSUKI Hidenori gmail com> AuthorDate: Thu Dec 24 11:39:16 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Dec 24 12:27:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06110e82 net-analyzer/zabbix: Fix ebuild fault: file postinstall-en.txt not found I've delete the reference to the old 'postinstall-en.txt' file. The 'postinstall-en.txt' file has been removed on the 178b4659cf9e6b59383077fc6cddf905de620fef . net-analyzer/zabbix/zabbix-2.2.11.ebuild | 1 - net-analyzer/zabbix/zabbix-2.2.5.ebuild | 1 - net-analyzer/zabbix/zabbix-2.2.9.ebuild | 1 - net-analyzer/zabbix/zabbix-2.4.5.ebuild | 1 - net-analyzer/zabbix/zabbix-2.4.7.ebuild | 1 - 5 files changed, 5 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-2.2.11.ebuild b/net-analyzer/zabbix/zabbix-2.2.11.ebuild index 33b1210..6f2350a 100644 --- a/net-analyzer/zabbix/zabbix-2.2.11.ebuild +++ b/net-analyzer/zabbix/zabbix-2.2.11.ebuild @@ -323,7 +323,6 @@ src_install() { if use frontend; then webapp_src_preinst cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}" - webapp_postinst_txt en "${FILESDIR}/"1.6.6/postinstall-en.txt webapp_configfile \ "${MY_HTDOCSDIR}"/include/db.inc.php \ "${MY_HTDOCSDIR}"/include/config.inc.php diff --git a/net-analyzer/zabbix/zabbix-2.2.5.ebuild b/net-analyzer/zabbix/zabbix-2.2.5.ebuild index 603469c..fb86e85 100644 --- a/net-analyzer/zabbix/zabbix-2.2.5.ebuild +++ b/net-analyzer/zabbix/zabbix-2.2.5.ebuild @@ -325,7 +325,6 @@ src_install() { if use frontend; then webapp_src_preinst cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}" - webapp_postinst_txt en "${FILESDIR}/"1.6.6/postinstall-en.txt webapp_configfile \ "${MY_HTDOCSDIR}"/include/db.inc.php \ "${MY_HTDOCSDIR}"/include/config.inc.php diff --git a/net-analyzer/zabbix/zabbix-2.2.9.ebuild b/net-analyzer/zabbix/zabbix-2.2.9.ebuild index 33b1210..6f2350a 100644 --- a/net-analyzer/zabbix/zabbix-2.2.9.ebuild +++ b/net-analyzer/zabbix/zabbix-2.2.9.ebuild @@ -323,7 +323,6 @@ src_install() { if use frontend; then webapp_src_preinst cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}" - webapp_postinst_txt en "${FILESDIR}/"1.6.6/postinstall-en.txt webapp_configfile \ "${MY_HTDOCSDIR}"/include/db.inc.php \ "${MY_HTDOCSDIR}"/include/config.inc.php diff --git a/net-analyzer/zabbix/zabbix-2.4.5.ebuild b/net-analyzer/zabbix/zabbix-2.4.5.ebuild index 01aca05..0c07f16 100644 --- a/net-analyzer/zabbix/zabbix-2.4.5.ebuild +++ b/net-analyzer/zabbix/zabbix-2.4.5.ebuild @@ -323,7 +323,6 @@ src_install() { if use frontend; then webapp_src_preinst cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}" - webapp_postinst_txt en "${FILESDIR}/"1.6.6/postinstall-en.txt webapp_configfile \ "${MY_HTDOCSDIR}"/include/db.inc.php \ "${MY_HTDOCSDIR}"/include/config.inc.php diff --git a/net-analyzer/zabbix/zabbix-2.4.7.ebuild b/net-analyzer/zabbix/zabbix-2.4.7.ebuild index 01aca05..0c07f16 100644 --- a/net-analyzer/zabbix/zabbix-2.4.7.ebuild +++ b/net-analyzer/zabbix/zabbix-2.4.7.ebuild @@ -323,7 +323,6 @@ src_install() { if use frontend; then webapp_src_preinst cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}" - webapp_postinst_txt en "${FILESDIR}/"1.6.6/postinstall-en.txt webapp_configfile \ "${MY_HTDOCSDIR}"/include/db.inc.php \ "${MY_HTDOCSDIR}"/include/config.inc.php