Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logstash-bin/
Date: Sat, 25 Nov 2017 13:22:48
Message-Id: 1511616149.8d3c1fdb6f0e9e5ac051519d17e5fc30d701d460.amynka@gentoo
1 commit: 8d3c1fdb6f0e9e5ac051519d17e5fc30d701d460
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Sat Nov 25 03:11:35 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 25 13:22:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3c1fdb
7
8 app-admin/logstash-bin: bump to 6.0.0
9
10 Closes:#6288
11
12 app-admin/logstash-bin/Manifest | 1 +
13 app-admin/logstash-bin/logstash-bin-6.0.0.ebuild | 77 ++++++++++++++++++++++++
14 2 files changed, 78 insertions(+)
15
16 diff --git a/app-admin/logstash-bin/Manifest b/app-admin/logstash-bin/Manifest
17 index 7105be5c043..ce84a7e4207 100644
18 --- a/app-admin/logstash-bin/Manifest
19 +++ b/app-admin/logstash-bin/Manifest
20 @@ -1,2 +1,3 @@
21 DIST logstash-5.5.3.zip 99551442 SHA256 f81ff55feb21ff4edd4283938ac8362c2906d98f9427d8660dab8465e08f0da9 SHA512 a4328ad0b8192b7c5aaed155d608d9db6adeaefd640e461ef4467daa1a28a2ae25d6b2b1adcf47c5dd82b66fc1adbf8ba5f3eabcf7e69dd8719a5860795877aa WHIRLPOOL d3482df4a7729f6b34973816e39315c69254a641e9811131d7d5e12ede54003a326c5773e799ee471dda01a6113762919ea81ab56ede62d29221f63ed5a7f8c7
22 DIST logstash-5.6.4.zip 109819435 SHA256 8809cee0b4199eafd5e3094243929d24b0d22c9d2fcaa473cb7031207d079ca8 SHA512 5382671758d905bbd89f9e05eff9ffcf4a3bbc4fca6f06844647c31df3f50198c297daa0151915c9ef1f0cd741ccb9fb12a7fa13cdc429463d92783c92624717 WHIRLPOOL e1d4cea766025564cb12720528ce0819b3787fb4ffc1901593786d79195ea1584834b70d0406d4b39dfcc236c9239af9e63b37e497c9fc7a79899a4a5f62b429
23 +DIST logstash-6.0.0.zip 118915764 BLAKE2B fd99a2d73c0f7bc381154f197353cb8a5f55f8c278b8381207b3bbeac13dd7850ae4b994dbcc582324b11e7a9bfa6807bcaeebf5506b5234bc6ba0ad62009182 SHA512 9d830f5a88e51b5076af13cc2909fd42c7a75de9466fdd0e7379dff20e7f6d6bfd97b6005278222fb3ab020aa98a572023fc36a7f7cde2eaa4d9a1745f3c82b4
24
25 diff --git a/app-admin/logstash-bin/logstash-bin-6.0.0.ebuild b/app-admin/logstash-bin/logstash-bin-6.0.0.ebuild
26 new file mode 100644
27 index 00000000000..f5c2a9c0a25
28 --- /dev/null
29 +++ b/app-admin/logstash-bin/logstash-bin-6.0.0.ebuild
30 @@ -0,0 +1,77 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +inherit java-pkg-2 user
37 +
38 +MY_PN="${PN%-bin}"
39 +MY_P="${MY_PN}-${PV}"
40 +
41 +DESCRIPTION="Tool for managing events and logs"
42 +HOMEPAGE="https://www.elastic.co/products/logstash"
43 +SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}.zip"
44 +
45 +# source: LICENSE.txt and NOTICE.txt
46 +LICENSE="Apache-2.0 MIT"
47 +SLOT="0"
48 +KEYWORDS="~amd64"
49 +
50 +RESTRICT="strip"
51 +QA_PREBUILT="opt/logstash/vendor/jruby/lib/jni/*/libjffi*.so"
52 +
53 +RDEPEND="virtual/jre:1.8"
54 +
55 +S="${WORKDIR}/${MY_P}"
56 +
57 +pkg_setup() {
58 + enewgroup ${MY_PN}
59 + enewuser ${MY_PN} -1 -1 /var/lib/${MY_PN} ${MY_PN}
60 +}
61 +
62 +src_install() {
63 + keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins}
64 + keepdir "/var/lib/${MY_PN}"
65 + keepdir "/var/log/${MY_PN}"
66 +
67 + insinto "/usr/share/${MY_PN}"
68 + newins "${FILESDIR}/agent.conf.sample" agent.conf
69 +
70 + rm -v config/startup.options || die
71 + insinto /etc/${MY_PN}
72 + doins config/*
73 + rm -rv config data || die
74 +
75 + insinto "/opt/${MY_PN}"
76 + doins -r .
77 + fperms 0755 "/opt/${MY_PN}/bin/${MY_PN}" "/opt/${MY_PN}/vendor/jruby/bin/jruby" "/opt/${MY_PN}/bin/logstash-plugin"
78 +
79 + newconfd "${FILESDIR}/${MY_PN}.confd-r1" "${MY_PN}"
80 + newinitd "${FILESDIR}/${MY_PN}.initd-r1" "${MY_PN}"
81 +
82 + insinto /usr/share/eselect/modules
83 + doins "${FILESDIR}"/logstash-plugin.eselect
84 +}
85 +
86 +pkg_postinst() {
87 + ewarn "The default pidfile directory has been changed from /run/logstash to /run."
88 + ewarn "Please ensure any running logstash processes are shut down cleanly."
89 + ewarn
90 + ewarn "The default data directory has been moved from /opt/logstash/data to"
91 + ewarn "/var/lib/logstash/data. Please check and move its contents as necessary."
92 + ewarn
93 + ewarn "Self installed plugins are removed during Logstash upgrades (Bug #622602)"
94 + ewarn "Install the plugins via eselect module that will automatically re-install"
95 + ewarn "all self installed plugins after Logstash upgrades."
96 + einfo
97 + einfo "Installing plugins:"
98 + einfo "eselect logstash-plugin install logstash-output-gelf"
99 + einfo
100 +
101 + einfo "Reinstalling self installed plugins (installed via eselect module):"
102 + eselect logstash-plugin reinstall
103 +
104 + einfo
105 + einfo "Sample configuration:"
106 + einfo "${EROOT%/}/usr/share/${MY_PN}"
107 +}