Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat/
Date: Mon, 29 May 2017 13:29:19
Message-Id: 1496063972.02051c9054ab711e930858a5fc6b2c828a142c1f.mgorny@gentoo
1 commit: 02051c9054ab711e930858a5fc6b2c828a142c1f
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Mon May 29 06:36:11 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 29 13:19:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02051c90
7
8 app-admin/filebeat: add missing es mapping (bug #618800)
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-admin/filebeat/{filebeat-5.4.0.ebuild => filebeat-5.4.0-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/filebeat/filebeat-5.4.0.ebuild b/app-admin/filebeat/filebeat-5.4.0-r1.ebuild
16 similarity index 98%
17 rename from app-admin/filebeat/filebeat-5.4.0.ebuild
18 rename to app-admin/filebeat/filebeat-5.4.0-r1.ebuild
19 index 83d28bf3f0b..b103babe64b 100644
20 --- a/app-admin/filebeat/filebeat-5.4.0.ebuild
21 +++ b/app-admin/filebeat/filebeat-5.4.0-r1.ebuild
22 @@ -46,7 +46,7 @@ src_install() {
23 doins ${PN}/{filebeat.yml,filebeat.full.yml}
24
25 insinto "/etc/${PN}"
26 - doins ${PN}/{filebeat.template.json,filebeat.template-es2x.json}
27 + doins ${PN}/{filebeat.template.json,filebeat.template-es2x.json,filebeat.template-es6x.json}
28
29 exeinto "/usr/share/${PN}"
30 doexe libbeat/scripts/migrate_beat_config_1_x_to_5_0.py