From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat/
Date: Fri, 20 Apr 2018 12:54:21 +0000 (UTC) [thread overview]
Message-ID: <1524228678.843ee10f7ce5de476e9cc31c7ac4e3e22e70bc93.mgorny@gentoo> (raw)
commit: 843ee10f7ce5de476e9cc31c7ac4e3e22e70bc93
Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Apr 20 12:07:45 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 12:51:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843ee10f
app-admin/filebeat: bump to 6.2.4
Package-Manager: Portage-2.3.31, Repoman-2.3.9
app-admin/filebeat/Manifest | 1 +
app-admin/filebeat/filebeat-6.2.4.ebuild | 55 ++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/app-admin/filebeat/Manifest b/app-admin/filebeat/Manifest
index 3a3256e0e6a..c644462b856 100644
--- a/app-admin/filebeat/Manifest
+++ b/app-admin/filebeat/Manifest
@@ -3,3 +3,4 @@ DIST filebeat-5.6.5.tar.gz 18145468 BLAKE2B 57f3320012d8c17b7b961dd6d843e982e3cc
DIST filebeat-5.6.9.tar.gz 18209544 BLAKE2B 41891b984240af46fb3d9d7818203d7ef8fd5a089d7683877e3907061259442da4884976cfefcc90666699ebe3adb1ce6c87a026a50b07e218a5de6b642b9472 SHA512 2aa40afbd0f1c987aebf51d22aa03c87048766a4c7d41938ff27ffca841666d34cfbf08ae120d98d222a7d3ff447bbce9f1d65b434aef1c9d73c5019aa1558a1
DIST filebeat-6.0.1.tar.gz 15150919 BLAKE2B 40149de3257d78a737d71f59f8be91a3bd60185f716ecc89dbe373283ab6481afe709ff573efb8b1079f2c571c6de036bd705dd082c3cba1eda44d282409247c SHA512 baf21acf38409b398f261509d25d2b009342fdde1fcd824c99d16cc279355ae5eb029699a5a7e3b6e58abdbed4ef5fda1b4058ed94b807fd5964ad24828585e2
DIST filebeat-6.1.1.tar.gz 17061456 BLAKE2B 5a5d23618f8140f3815c499305d99ae3dc4c4caa49535043040387922f924ee49a9494b5139f34a70d74173d97332b92909fc74e2f91a2fc0f288ef5d1493ade SHA512 54e85cfce58ba724f6b2892f115ac9ef5b1bb89ce8dc6f2a977e50ccfc07cf95fc578e46e0cadd96acd90c59f4b01446851b93c519afa094ff6dcdb7e716219a
+DIST filebeat-6.2.4.tar.gz 19466271 BLAKE2B 417f1db19b7fdd9bcf66f2c3dcdf2aaa6be9ba5edff1c97a0b8f4a5d7953ef27bcbd860e097fb40e67b3b42b795b684dabb2995eee572243831f749a7184b625 SHA512 49293e28e4ca769a88f7b889ea888a559ae7e142698714e24bf5519d00c2030237cac591590aa284f17792906a6137333173716ddf5db4496217f8b5a054b19c
diff --git a/app-admin/filebeat/filebeat-6.2.4.ebuild b/app-admin/filebeat/filebeat-6.2.4.ebuild
new file mode 100644
index 00000000000..cf379ba2e31
--- /dev/null
+++ b/app-admin/filebeat/filebeat-6.2.4.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+DESCRIPTION="Lightweight log shipper for Logstash and Elasticsearch"
+HOMEPAGE="https://www.elastic.co/products/beats"
+SRC_URI="https://github.com/elastic/beats/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+DEPEND=">=dev-lang/go-1.9.2"
+RDEPEND="!app-admin/filebeat-bin"
+
+S="${WORKDIR}/src/github.com/elastic/beats"
+
+src_unpack() {
+ mkdir -p "${S%/*}" || die
+ default
+ mv beats-${PV} "${S}" || die
+}
+
+src_compile() {
+ GOPATH="${WORKDIR}" emake -C "${S}/filebeat"
+}
+
+src_install() {
+ keepdir /var/{lib,log}/${PN}
+
+ fperms 0750 /var/{lib,log}/${PN}
+
+ newconfd "${FILESDIR}/${PN}.confd" ${PN}
+ newinitd "${FILESDIR}/${PN}.initd.1" ${PN}
+
+ docinto examples
+ dodoc ${PN}/{filebeat.yml,filebeat.reference.yml}
+
+ dobin filebeat/filebeat
+}
+
+pkg_postinst() {
+ if [[ -n "${REPLACING_VERSIONS}" ]]; then
+ elog "Please read the migration guide at:"
+ elog "https://www.elastic.co/guide/en/beats/libbeat/$(ver_cut 1-2)/upgrading.html"
+ elog ""
+ fi
+
+ elog "Example configurations:"
+ elog "${EROOT%/}/usr/share/doc/${PF}/examples"
+}
next reply other threads:[~2018-04-20 12:54 UTC|newest]
Thread overview: 94+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-20 12:54 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-23 10:45 [gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat/ Petr Vaněk
2024-02-12 13:05 Sam James
2024-01-20 13:33 Sam James
2023-09-16 7:57 Joonas Niilola
2023-02-16 10:01 Sam James
2022-08-28 8:22 Joonas Niilola
2022-08-28 8:22 Joonas Niilola
2022-04-29 12:20 Joonas Niilola
2022-04-24 7:58 Joonas Niilola
2022-04-24 7:58 Joonas Niilola
2022-03-16 22:35 Sam James
2022-01-28 8:36 Sam James
2022-01-28 8:36 Sam James
2022-01-08 18:03 Jakov Smolić
2021-12-21 1:56 Sam James
2021-12-21 1:56 Sam James
2021-12-14 1:19 Sam James
2021-11-11 23:49 Sam James
2021-10-12 7:10 Agostino Sarubbo
2021-07-31 10:03 Joonas Niilola
2021-06-16 9:50 Thomas Deutschmann
2021-05-11 15:47 Thomas Deutschmann
2021-03-30 7:25 Joonas Niilola
2021-02-05 10:40 Sam James
2021-01-21 23:23 Sam James
2020-11-14 9:49 Mikle Kolyada
2020-11-14 9:49 Mikle Kolyada
2020-10-16 13:26 Joonas Niilola
2020-09-12 18:39 Thomas Deutschmann
2020-08-30 21:46 Thomas Deutschmann
2020-06-26 23:00 Thomas Deutschmann
2020-06-12 14:33 Thomas Deutschmann
2020-06-12 14:33 Thomas Deutschmann
2020-03-20 14:30 Joonas Niilola
2020-02-26 16:17 Joonas Niilola
2020-02-26 16:17 Joonas Niilola
2020-01-03 9:15 Joonas Niilola
2019-10-29 6:53 Joonas Niilola
2019-10-29 6:53 Joonas Niilola
2019-10-27 11:59 Agostino Sarubbo
2019-09-21 14:49 Joonas Niilola
2019-09-21 14:49 Joonas Niilola
2019-08-28 9:11 David Seifert
2019-07-05 17:50 Michał Górny
2019-07-05 17:50 Michał Górny
2019-03-10 15:23 Mikle Kolyada
2019-03-05 14:58 Thomas Deutschmann
2019-03-04 15:58 Thomas Deutschmann
2019-03-04 15:58 Thomas Deutschmann
2018-12-22 7:08 Mikle Kolyada
2018-12-22 7:08 Mikle Kolyada
2018-12-15 9:02 Mikle Kolyada
2018-12-15 9:02 Mikle Kolyada
2018-12-04 18:03 Mikle Kolyada
2018-11-10 20:57 Thomas Deutschmann
2018-11-10 20:57 Thomas Deutschmann
2018-11-10 20:57 Thomas Deutschmann
2018-11-09 17:57 Mikle Kolyada
2018-09-09 20:41 Thomas Deutschmann
2018-08-28 7:56 Mikle Kolyada
2018-07-11 21:50 Tony Vroon
2018-07-11 21:50 Tony Vroon
2018-07-11 21:50 Tony Vroon
2018-04-20 12:54 Michał Górny
2018-04-20 12:54 Michał Górny
2018-04-06 14:23 Aaron Bauman
2018-01-27 14:00 Michał Górny
2017-12-12 20:27 Patrice Clement
2017-12-12 20:27 Patrice Clement
2017-11-16 15:11 Amy Liffey
2017-11-16 15:11 Amy Liffey
2017-10-15 21:11 Patrice Clement
2017-10-15 21:11 Patrice Clement
2017-09-30 8:05 Patrice Clement
2017-09-30 8:05 Patrice Clement
2017-09-21 14:59 Amy Liffey
2017-09-04 18:52 Aaron Bauman
2017-09-04 18:51 Aaron Bauman
2017-08-29 9:44 Patrice Clement
2017-08-13 13:00 Patrice Clement
2017-08-13 13:00 Patrice Clement
2017-07-08 21:35 Patrice Clement
2017-07-04 10:17 Agostino Sarubbo
2017-06-27 12:49 Michael Palimaka
2017-06-04 17:52 Michał Górny
2017-05-29 13:29 Michał Górny
2017-05-29 13:29 Michał Górny
2017-05-23 19:58 Michał Górny
2017-04-26 21:02 Patrice Clement
2017-03-16 21:45 Göktürk Yüksek
2017-01-21 13:36 Patrice Clement
2016-12-27 17:29 Göktürk Yüksek
2016-12-03 3:11 Göktürk Yüksek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1524228678.843ee10f7ce5de476e9cc31c7ac4e3e22e70bc93.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox