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; 4+ 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] 4+ 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; 4+ 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] 4+ 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; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2024-06-29 23:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29 23:39 [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/ Louis Sautier
  -- strict thread matches above, loose matches on Subject: below --
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