summaryrefslogtreecommitdiff
path: root/dev-db/influx-cli/influx-cli-2.7.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/influx-cli/influx-cli-2.7.3.ebuild')
-rw-r--r--dev-db/influx-cli/influx-cli-2.7.3.ebuild27
1 files changed, 0 insertions, 27 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
deleted file mode 100644
index 32cb6d38589f..000000000000
--- a/dev-db/influx-cli/influx-cli-2.7.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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="Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT=" test"
-
-src_compile() {
- unset LDFLAGS
- emake
-}
-
-src_install() {
- dobin bin/$(go env GOOS)/$(go env GOARCH)/influx
-}