From 1c70934cf5610c0fecd25c223ec275afa3d6ebd0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 2 Mar 2025 19:29:42 +0000 Subject: gentoo auto-resync : 02:03:2025 - 19:29:42 --- dev-db/Manifest.gz | Bin 16780 -> 16783 bytes dev-db/influx-cli/Manifest | 2 +- dev-db/influx-cli/influx-cli-2.7.5-r1.ebuild | 36 +++++++++++++++++++++++++ dev-db/influx-cli/influx-cli-2.7.5.ebuild | 38 --------------------------- 4 files changed, 37 insertions(+), 39 deletions(-) create mode 100644 dev-db/influx-cli/influx-cli-2.7.5-r1.ebuild delete mode 100644 dev-db/influx-cli/influx-cli-2.7.5.ebuild (limited to 'dev-db') diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz index 603582abca5b..5c2f8bbf0cf3 100644 Binary files a/dev-db/Manifest.gz and b/dev-db/Manifest.gz differ diff --git a/dev-db/influx-cli/Manifest b/dev-db/influx-cli/Manifest index 8c02e4e270de..cce954ccec03 100644 --- a/dev-db/influx-cli/Manifest +++ b/dev-db/influx-cli/Manifest @@ -3,5 +3,5 @@ DIST influx-cli-2.7.3.tar.gz 442354 BLAKE2B 3c69e6a2510a4b82830134b930ebc6244684 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 EBUILD influx-cli-2.7.3.ebuild 607 BLAKE2B c4ba4dee85c09e92d79141901a4e819ee2c8adb2b6336ea407e81ccc44788e6327b43d5ae5ece9de6cf1abd8831d6357218ca33ee358183075785b8958110d19 SHA512 c84b3fef27f685c483db75447708ab70faf36b50893a3c07046669b30a4c7c9cbfe4973bec0547dc5771a4b762f124010257dfa97c621b9dd9bd1b6907e1e261 -EBUILD influx-cli-2.7.5.ebuild 965 BLAKE2B 9c55972fb3a8aa0aa67c3da3b27b3e775f853019c271052fe6c515fc932672e2041da7d84e3c2802c92f5537fc97bafb7e69291e165c1ad8514cf6fb93c62b12 SHA512 72daaf6190a5da29e4b60523b6f1d778813e45fafe5a4b3b5bc909e998aa71965dfee340973881ff854304e87b3a0f9bd0549f4a64a8c5f95e54adde612b4153 +EBUILD influx-cli-2.7.5-r1.ebuild 916 BLAKE2B b2fcd2e85294733523d00ee23836c39515b1650276926360c86c4f554c72836e4d41ac47c15d3d1082c9a9e459f2ea582dee5ab80b91797ffe0ee7768890f93c SHA512 7c35335c5e53de8ebcbfe266906512bbac574d4ade26063744d60aaba6bb113947a0ffefb299c4e94be6bb18d2eed739dc4c1d93735d8a08f3d67625be8a945a MISC metadata.xml 335 BLAKE2B ccdc9654f7819519bea209895c0a001e37c8297a7de8a55e283ab6ba9427fa4838c04f2d93f303b9d510e72538d076b7c768689be13ce9a384ab645c41cdf25f SHA512 9d5fafd31f2aa729643aa0c2535a0d2f35019706ae246fe5b1d85a388bdfb006a676853a29ea601e042fd39dcb6a4007d94176793d79eb50d9ba632e3c11aa5e diff --git a/dev-db/influx-cli/influx-cli-2.7.5-r1.ebuild b/dev-db/influx-cli/influx-cli-2.7.5-r1.ebuild new file mode 100644 index 000000000000..06363cd9be0e --- /dev/null +++ b/dev-db/influx-cli/influx-cli-2.7.5-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 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="! influx-completion.zsh || die +} + +src_install() { + cd bin/$(go env GOOS)/$(go env GOARCH) || die + + dobin influx + # bash ones are provided by bash-completion package + newzshcomp influx-completion.zsh _influx +} diff --git a/dev-db/influx-cli/influx-cli-2.7.5.ebuild b/dev-db/influx-cli/influx-cli-2.7.5.ebuild deleted file mode 100644 index e5b810b7f8bd..000000000000 --- a/dev-db/influx-cli/influx-cli-2.7.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 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="! 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 -} -- cgit v1.2.3