From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9788715806E for ; Sat, 27 May 2023 07:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DD42E0863; Sat, 27 May 2023 07:49:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BD6BE085E for ; Sat, 27 May 2023 07:49:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D9A7341073 for ; Sat, 27 May 2023 07:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96B59A83 for ; Sat, 27 May 2023 07:49:30 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1685173759.2cca0f8f67f884773d30d921e0a0b2678fededa7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/kibana-bin/Manifest www-apps/kibana-bin/kibana-bin-7.17.10.ebuild X-VCS-Directories: www-apps/kibana-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2cca0f8f67f884773d30d921e0a0b2678fededa7 X-VCS-Branch: master Date: Sat, 27 May 2023 07:49:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58d6c8c1-6a0e-41f1-81ec-59b0d14fac3e X-Archives-Hash: acd21279fbe17b5b7e252fdf727a7e15 commit: 2cca0f8f67f884773d30d921e0a0b2678fededa7 Author: Tomáš Mózes gmail com> AuthorDate: Tue May 16 13:26:40 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat May 27 07:49:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cca0f8f www-apps/kibana-bin: add 7.17.10 Signed-off-by: Tomáš Mózes gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31059 Signed-off-by: Joonas Niilola gentoo.org> www-apps/kibana-bin/Manifest | 1 + www-apps/kibana-bin/kibana-bin-7.17.10.ebuild | 94 +++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest index 881942696f33..8424dbe2aa47 100644 --- a/www-apps/kibana-bin/Manifest +++ b/www-apps/kibana-bin/Manifest @@ -1 +1,2 @@ +DIST kibana-7.17.10-linux-x86_64.tar.gz 269001610 BLAKE2B f4f4dc6c560167fae23031c7456122b50572dea4cace924b2cf462ab8e463966b7fa6a348b6308056763c454d1bac29b337d238805c096e6b7ad48f87831d6d9 SHA512 d3d5e8906e64ae3c469e4df80e1c692ce1912e36f68ddf36b99b7019faf34aebaa329061904a6d2b6a32486c6e19d1c5f2ea30c25479a7960ed93bc1c0cb1691 DIST kibana-7.17.9-linux-x86_64.tar.gz 268769436 BLAKE2B 7c40aeaa407f879e364bf0b3472fb14794fc2e340545bc5099af1bdfad9d9977bf2ebdd4a30bd8e27e6ca7afc294b05486958176f6242a891c9f7676245fd0d0 SHA512 f0f9f65b6ba3cc401a519f764314854f6f1f22a9c3b55dfc5a4921455d64fc0d5b8352d267217076da82157553f235ab3d2506497132f23789b126205177e86b diff --git a/www-apps/kibana-bin/kibana-bin-7.17.10.ebuild b/www-apps/kibana-bin/kibana-bin-7.17.10.ebuild new file mode 100644 index 000000000000..819607376c5d --- /dev/null +++ b/www-apps/kibana-bin/kibana-bin-7.17.10.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit systemd + +MY_PN="${PN%-bin}" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Analytics and search dashboard for Elasticsearch" +HOMEPAGE="https://www.elastic.co/products/kibana" +SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz" + +# source: LICENSE.txt and NOTICE.txt +LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 Elastic-2.0 icu ISC MIT MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB" +SLOT="0" +KEYWORDS="-* ~amd64" + +RDEPEND=" + acct-group/kibana + acct-user/kibana + dev-libs/expat + dev-libs/nspr + dev-libs/nss + >=net-libs/nodejs-16.13.0 +