public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/
@ 2023-06-12 19:01 William Hubbs
  0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2023-06-12 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     220a7926c6592d853c854e1e5709b7971d90a97e
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 18:56:24 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 19:00:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220a7926

dev-db/influx-cli: new package, add 2.7.3

This is the command line interface for influxdb-2.x.

Bug: https://bugs.gentoo.org/907954
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-db/influx-cli/Manifest                |  2 ++
 dev-db/influx-cli/influx-cli-2.7.3.ebuild | 28 ++++++++++++++++++++++++++++
 dev-db/influx-cli/metadata.xml            | 10 ++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-db/influx-cli/Manifest b/dev-db/influx-cli/Manifest
new file mode 100644
index 000000000000..e9e3b8e391b1
--- /dev/null
+++ b/dev-db/influx-cli/Manifest
@@ -0,0 +1,2 @@
+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

diff --git a/dev-db/influx-cli/influx-cli-2.7.3.ebuild b/dev-db/influx-cli/influx-cli-2.7.3.ebuild
new file mode 100644
index 000000000000..deefe0de73ef
--- /dev/null
+++ b/dev-db/influx-cli/influx-cli-2.7.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+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://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT+=" test"
+
+
+src_compile() {
+	unset LDFLAGS
+	emake
+}
+
+src_install() {
+	dobin bin/$(go env GOOS)/$(go env GOARCH)/influx
+}

diff --git a/dev-db/influx-cli/metadata.xml b/dev-db/influx-cli/metadata.xml
new file mode 100644
index 000000000000..d529e99ced4c
--- /dev/null
+++ b/dev-db/influx-cli/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>williamh@gentoo.org</email>
+		<name>William Hubbs</name>
+	</maintainer>
+	<upstream>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/
@ 2023-06-13 14:32 William Hubbs
  0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2023-06-13 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c4a0417c40f215f6dccab7c2543f051d080fdc57
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 14:32:22 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 14:32:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a0417c

dev-db/influx-cli: add github upstream metadata

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-db/influx-cli/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-db/influx-cli/metadata.xml b/dev-db/influx-cli/metadata.xml
index d529e99ced4c..1d3caf78c06f 100644
--- a/dev-db/influx-cli/metadata.xml
+++ b/dev-db/influx-cli/metadata.xml
@@ -6,5 +6,6 @@
 		<name>William Hubbs</name>
 	</maintainer>
 	<upstream>
+		<remote-id type="github">influxdata/influx-cli</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/
@ 2023-06-13 14:41 William Hubbs
  0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2023-06-13 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     083ae78cf4cf0f4124dd18b1e8cb3acd5369ef47
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 14:41:10 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 14:41:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083ae78c

dev-db/influx-cli: update LICENSE

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-db/influx-cli/influx-cli-2.7.3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-db/influx-cli/influx-cli-2.7.3.ebuild b/dev-db/influx-cli/influx-cli-2.7.3.ebuild
index deefe0de73ef..32cb6d38589f 100644
--- a/dev-db/influx-cli/influx-cli-2.7.3.ebuild
+++ b/dev-db/influx-cli/influx-cli-2.7.3.ebuild
@@ -11,12 +11,11 @@ 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://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
 
-LICENSE="MIT"
+LICENSE="Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RESTRICT+=" test"
-
+RESTRICT=" test"
 
 src_compile() {
 	unset LDFLAGS


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/
@ 2024-06-29 23:39 Louis Sautier
  0 siblings, 0 replies; 7+ messages in thread
From: Louis Sautier @ 2024-06-29 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b778f014632d115e4fa06e2c56dbd08876b8adc8
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 23:38:40 2024 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 23:38:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b778f014

dev-db/influx-cli: keyword 2.7.3 for ~arm64

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-db/influx-cli/influx-cli-2.7.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/influx-cli/influx-cli-2.7.3.ebuild b/dev-db/influx-cli/influx-cli-2.7.3.ebuild
index 32cb6d38589f..b373f03d6bd4 100644
--- a/dev-db/influx-cli/influx-cli-2.7.3.ebuild
+++ b/dev-db/influx-cli/influx-cli-2.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
 
 LICENSE="Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RESTRICT=" test"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/
@ 2025-02-25  1:35 John Helmert III
  0 siblings, 0 replies; 7+ messages in thread
From: John Helmert III @ 2025-02-25  1:35 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/
@ 2025-02-25  1:35 John Helmert III
  0 siblings, 0 replies; 7+ messages in thread
From: John Helmert III @ 2025-02-25  1:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5499c9667d6e246d8d774c4cdaecda9d6dc1061d
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 01:34:29 2025 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 01:34:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5499c966

dev-db/influx-cli: drop superfluous src_test

Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 dev-db/influx-cli/influx-cli-2.7.5.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-db/influx-cli/influx-cli-2.7.5.ebuild b/dev-db/influx-cli/influx-cli-2.7.5.ebuild
index f4e755aedad5..e5b810b7f8bd 100644
--- a/dev-db/influx-cli/influx-cli-2.7.5.ebuild
+++ b/dev-db/influx-cli/influx-cli-2.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -36,7 +36,3 @@ src_install() {
 	newbashcomp influx-completion.bash influx
 	newzshcomp influx-completion.zsh _influx
 }
-
-src_test() {
-	emake test
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/
@ 2025-03-01 18:54 John Helmert III
  0 siblings, 0 replies; 7+ messages in thread
From: John Helmert III @ 2025-03-01 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9c797d6dab4cb729972f89112e352184ebb6dc83
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Mar  1 18:54:32 2025 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sat Mar  1 18:54:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c797d6d

dev-db/influx-cli: fix bash completion collision

Closes: https://bugs.gentoo.org/950388
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40836
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 .../{influx-cli-2.7.5.ebuild => influx-cli-2.7.5-r1.ebuild}           | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-db/influx-cli/influx-cli-2.7.5.ebuild b/dev-db/influx-cli/influx-cli-2.7.5-r1.ebuild
similarity index 89%
rename from dev-db/influx-cli/influx-cli-2.7.5.ebuild
rename to dev-db/influx-cli/influx-cli-2.7.5-r1.ebuild
index e5b810b7f8bd..06363cd9be0e 100644
--- a/dev-db/influx-cli/influx-cli-2.7.5.ebuild
+++ b/dev-db/influx-cli/influx-cli-2.7.5-r1.ebuild
@@ -24,7 +24,6 @@ src_compile() {
 	emake
 
 	cd bin/$(go env GOOS)/$(go env GOARCH)/ || die
-	./influx completion bash > influx-completion.bash || die
 	./influx completion zsh > influx-completion.zsh || die
 }
 
@@ -32,7 +31,6 @@ src_install() {
 	cd bin/$(go env GOOS)/$(go env GOARCH) || die
 
 	dobin influx
-
-	newbashcomp influx-completion.bash influx
+	# bash ones are provided by bash-completion package
 	newzshcomp influx-completion.zsh _influx
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-01 18:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-01 18:54 [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/ John Helmert III
  -- strict thread matches above, loose matches on Subject: below --
2025-02-25  1:35 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox