From: "John Helmert III" <ajak@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/
Date: Tue, 25 Feb 2025 01:35:14 +0000 (UTC) [thread overview]
Message-ID: <1740447256.5677f1d257b2b61c19f2c2856d93a301fada7fa7.ajak@gentoo> (raw)
commit: 5677f1d257b2b61c19f2c2856d93a301fada7fa7
Author: David Roman <droman <AT> ifae <DOT> es>
AuthorDate: Mon Sep 2 14:48:30 2024 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 01:34:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5677f1d2
dev-db/influx-cli: add 2.7.5
Closes: https://bugs.gentoo.org/916789
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38385
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
dev-db/influx-cli/Manifest | 2 ++
dev-db/influx-cli/influx-cli-2.7.5.ebuild | 42 +++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-db/influx-cli/Manifest b/dev-db/influx-cli/Manifest
index e9e3b8e391b1..f9c8cd1490a6 100644
--- a/dev-db/influx-cli/Manifest
+++ b/dev-db/influx-cli/Manifest
@@ -1,2 +1,4 @@
DIST influx-cli-2.7.3-deps.tar.xz 52915924 BLAKE2B 38ca630eb4445dfdd66ed47362cbad220e727c8ddab64eb262e4859577155038650e5d14fcdc6fd8f44c541db07d1b79503c7d9ec5fdd52595198293edf3850e SHA512 c2fa4b7d5d744a85de11f97e3172c9d51b2c1c7b2e31d35fbd15a6ba2b6c12cd4d265216ced0bd27d150d5d3ee619e7d972b67c63cfdbdfdfb69d84d966d881c
DIST influx-cli-2.7.3.tar.gz 442354 BLAKE2B 3c69e6a2510a4b82830134b930ebc62446848f19cad302f35796853cebd53002963a2d9015512dbf60a4a24e86f237af1ce62c698231150a66331cd8718f2c69 SHA512 d2ffd56c7a1dee24e48afdf487e79b3f125f897fe1c642cccf64a9544134dd6692ebd40415624418597341c16c1afbd444b949c9e3d1bb825ebed5e3f8392dfa
+DIST influx-cli-2.7.5-vendor.tar.xz 2851976 BLAKE2B 7c408252255bfe2dd1fbe203c47bc442925ca0a15dfa017ffb387ed8f038166fe91031e2bb497eb97a5cc3112935b56290cf85eeba64fad8d4164cc10f765372 SHA512 44d6d9ea60b3c3dac4d93d1092c5f0d8681b314e16d7a3a627ed29c378a5dec65a96626297d51e23989d091993c8c0bdac4469e712228c9a1088a6568098a432
+DIST influx-cli-2.7.5.tar.gz 443950 BLAKE2B 2e5b3e046683ba928269e1cc2d4a8d7664e0f71ae3cca84f719ccdb0902a5105d61aedf323c16f64e14e725163c01aeab41ad344d39cde276d25e866149ff1f9 SHA512 cae26640e7382aa22a4a7ed024cd62f098f592c1be98bec7d1469c0e1ccdcb5e3eee3c0dd08d4ee972e16e96c054e6c8f0cdfcfe27ce88e939219196dada9d67
diff --git a/dev-db/influx-cli/influx-cli-2.7.5.ebuild b/dev-db/influx-cli/influx-cli-2.7.5.ebuild
new file mode 100644
index 000000000000..f4e755aedad5
--- /dev/null
+++ b/dev-db/influx-cli/influx-cli-2.7.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module shell-completion
+MY_PV="${PV/_rc/-rc.}"
+
+DESCRIPTION="The command line for influxdb"
+HOMEPAGE="https://github.com/influxdata/influx-cli"
+
+SRC_URI="https://github.com/influxdata/influx-cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+# Previous versions ship they own client
+DEPEND="!<dev-db/influxdb-2.0.0"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ unset LDFLAGS
+ emake
+
+ cd bin/$(go env GOOS)/$(go env GOARCH)/ || die
+ ./influx completion bash > influx-completion.bash || die
+ ./influx completion zsh > influx-completion.zsh || die
+}
+
+src_install() {
+ cd bin/$(go env GOOS)/$(go env GOARCH) || die
+
+ dobin influx
+
+ newbashcomp influx-completion.bash influx
+ newzshcomp influx-completion.zsh _influx
+}
+
+src_test() {
+ emake test
+}
next reply other threads:[~2025-02-25 1:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-25 1:35 John Helmert III [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-01 18:54 [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/ John Helmert III
2025-02-25 1:35 John Helmert III
2024-06-29 23:39 Louis Sautier
2023-06-13 14:41 William Hubbs
2023-06-13 14:32 William Hubbs
2023-06-12 19:01 William Hubbs
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=1740447256.5677f1d257b2b61c19f2c2856d93a301fada7fa7.ajak@gentoo \
--to=ajak@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