From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat/
Date: Sat, 16 Sep 2023 07:57:22 +0000 (UTC) [thread overview]
Message-ID: <1694851036.9271910e476d8593b3417c718ac0dbdaafd72787.juippis@gentoo> (raw)
commit: 9271910e476d8593b3417c718ac0dbdaafd72787
Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Aug 18 14:00:34 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 07:57:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9271910e
app-admin/filebeat: drop old
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32374
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/filebeat/Manifest | 2 --
app-admin/filebeat/filebeat-7.17.3.ebuild | 58 -------------------------------
2 files changed, 60 deletions(-)
diff --git a/app-admin/filebeat/Manifest b/app-admin/filebeat/Manifest
index 9fe067eea46f..d4ef01ffa60f 100644
--- a/app-admin/filebeat/Manifest
+++ b/app-admin/filebeat/Manifest
@@ -1,4 +1,2 @@
-DIST filebeat-7.17.3-deps.tar.xz 548178056 BLAKE2B 3c149f839405a7fda885c8269c58bdf973645470d5de1e916094fa018ebcc7c2e735ded1cc35e2607917186d0a1bb45b5ff16acb35e8d2a67a7e4106d5bc2f10 SHA512 f71fc619326b2dffc295f191a259641a473403e2528a6788ade6ac5a9d127c1c49ac6ae70123263897d30d1aac9f723f36b80af6d677dddd6958bff210280026
-DIST filebeat-7.17.3.tar.gz 101455865 BLAKE2B 57159a2495dfdcead4539a49422fb5509ca21820b68051082f74c6b2adea79c5a9066183a06c518382f74208611e1e25422e9b63d543290c63ae992a9e0593c6 SHA512 40b1cf3bafc50f9e33b0350f1432952b47a1b695aa9368bc029303f834bc795c691a2f4732fbba615d826e14bd21b8b74dca23157b796cd302db1844c186bc02
DIST filebeat-7.17.5-deps.tar.xz 548163248 BLAKE2B 720a91b3e5a2fe16394ef3502f133837bd64d326bda6fadc066ae6517d9682a82614c6c699f9edacbe6d987ef326542bbf875a4063e2a4513ea296259f9b2445 SHA512 3b3cc39bdd966998a5b7867e60d390a539e1dd80ec7b8d68e3b0b9c1aab9eecca3810d1e989c74f15c20385a7c9a41e820129e28d33c2e47c2ba90d5e236a077
DIST filebeat-7.17.5.tar.gz 101518610 BLAKE2B 4736a097e82741981841b78b18947b47fef32a50d6f6b498b4377f2e9ffedc79196b9ea0d70398a9830864f36520538ee868fcdf6081ea5b157e69aabe316ab9 SHA512 c82bc5c85492b6fe85b172d52d3faf4a6a2e8d8ec3f1964549beea6eda5a5e76ad0c55e084ad42ce429d0caac18fc7f0da769b9242c7959558800e0e3de7e14b
diff --git a/app-admin/filebeat/filebeat-7.17.3.ebuild b/app-admin/filebeat/filebeat-7.17.3.ebuild
deleted file mode 100644
index 808b401322c3..000000000000
--- a/app-admin/filebeat/filebeat-7.17.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit go-module
-
-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"
-SRC_URI+=" https://media.githubusercontent.com/media/hydrapolic/gentoo-dist/master/filebeat/${P}-deps.tar.xz"
-
-LICENSE="Apache-2.0 BSD-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-RESTRICT="test"
-
-S="${WORKDIR}/beats-${PV}"
-
-src_prepare() {
- default
-
- # avoid Elastic license
- rm -r x-pack || die
-
- # use ${PV} instead of git commit id
- sed -i "s/\(COMMIT_ID=\).*/\1${PV}/g" "${S}/libbeat/scripts/Makefile" || die
-}
-
-src_compile() {
- emake -C "${S}/filebeat"
-}
-
-src_install() {
- keepdir /etc/${PN}
- 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:[~2023-09-16 7:57 UTC|newest]
Thread overview: 96+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-16 7:57 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-01 0:02 [gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat/ Jakov Smolić
2024-12-04 18:10 Joonas Niilola
2024-02-23 10:45 Petr Vaněk
2024-02-12 13:05 Sam James
2024-01-20 13:33 Sam James
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-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=1694851036.9271910e476d8593b3417c718ac0dbdaafd72787.juippis@gentoo \
--to=juippis@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