summaryrefslogtreecommitdiff
path: root/net-analyzer/chronograf
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /net-analyzer/chronograf
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'net-analyzer/chronograf')
-rw-r--r--net-analyzer/chronograf/Manifest3
-rw-r--r--net-analyzer/chronograf/chronograf-1.8.5.ebuild67
-rw-r--r--net-analyzer/chronograf/files/chronograf.confd16
-rw-r--r--net-analyzer/chronograf/files/chronograf.rc22
-rw-r--r--net-analyzer/chronograf/metadata.xml9
5 files changed, 0 insertions, 117 deletions
diff --git a/net-analyzer/chronograf/Manifest b/net-analyzer/chronograf/Manifest
deleted file mode 100644
index b906fdb9c76e..000000000000
--- a/net-analyzer/chronograf/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST chronograf-1.8.5-deps.tar.xz 125095248 BLAKE2B e26ebe7f3da1de0b2733fc664252f05bdf74b52610be4bd848c47d299977b8d29e066ce6371bb923190a3323aa0438b58de85bf98d8f2af8831a838822c8533d SHA512 957fa8aa460bb35a98caee2e5c878e987ee3a18ed16b491dc804f7f4d4291dea69dca750a62ca400d077883e777a239ed536eee544de9c3252cc209cb0565681
-DIST chronograf-1.8.5-gen.tar.gz 3006503 BLAKE2B a7d8409d197df5c8a539ae0c0bf0a2fa557d5f56edc491cc9f75566e7dfa3eaea24955f7e36637dba87f9fb54aa6461b83e17c539599164100076e494d208465 SHA512 c7f28644d4143883b792448a62f03f733d7fbc1ea4fa77c29af9d5f7ee6982133c98cf995e13d76a4b43deda6ac30ecf9e8fedf7f0876beb2d9dc58dde3fea68
-DIST chronograf-1.8.5.tar.gz 2208763 BLAKE2B fd5f12c5a3ed8f83016bcfb42afafc309acd642c7b6795ca43c265ee41824e9ee116238d0f56c010b3f3c777a67225c21da3179af763fc66e0f5ef87cb5cca59 SHA512 075f83f38fcfeff199ab7fc6d393cc6aafa95cd1bc7415602dc8bedb0d7203b5b70de386165ac6ba502fdd9503779016a616eb59b31a2e87a96b01ce66ecfa5c
diff --git a/net-analyzer/chronograf/chronograf-1.8.5.ebuild b/net-analyzer/chronograf/chronograf-1.8.5.ebuild
deleted file mode 100644
index 75faf8089855..000000000000
--- a/net-analyzer/chronograf/chronograf-1.8.5.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module systemd
-COMMIT=6b7e6cb1a
-
-DESCRIPTION="Monitoring, processing and alerting on time series data"
-HOMEPAGE="https://www.influxdata.com"
-SRC_URI="https://github.com/influxdata/chronograf/archive/${PV}.tar.gz -> ${P}.tar.gz
- https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz
- https://dev.gentoo.org/~williamh/dist/${P}-gen.tar.gz"
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-COMMON_DEPEND="acct-group/chronograf
- acct-user/chronograf"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-src_prepare() {
- default
- mv ../canned/bin_gen.go canned || die
- mv ../dist/dist_gen.go dist || die
- mv ../protoboards/bin_gen.go protoboards || die
- mv ../server/swagger_gen.go server || die
-}
-
-src_compile() {
- local go_ldflags
- go_ldflags="
- -X main.commit=${COMMIT}
- -X main.version=${PV}"
- go build \
- -o chronograf \
- -ldflags "${go_ldflags}" \
- ./cmd/chronograf/main.go || die "could not compile chronograf"
- go build \
- -o chronoctl \
- -ldflags "${go_ldflags}" \
- ./cmd/chronoctl || die "could not compile chronoctl"
-}
-
-src_install() {
- dobin chronograf chronoctl
- dodoc CHANGELOG.md
- insinto /etc/logrotate.d
- newins etc/scripts/logrotate chronograf
- systemd_dounit etc/scripts/chronograf.service
- insinto /usr/share/chronograf/canned
- doins canned/*.json
- keepdir /usr/share/chronograf/resources
- newconfd "${FILESDIR}"/chronograf.confd chronograf
- newinitd "${FILESDIR}"/chronograf.rc chronograf
- keepdir /var/log/chronograf
- fowners chronograf:chronograf /var/log/chronograf
-}
-
-pkg_postinst() {
- if [[ -z "${REPLACING_VERSIONS}" ]]; then
- einfo "In order to use chronograf, you will need to configure"
- einfo "the appropriate options in ${EROOT}/etc/conf.d/chronograf"
- fi
-}
diff --git a/net-analyzer/chronograf/files/chronograf.confd b/net-analyzer/chronograf/files/chronograf.confd
deleted file mode 100644
index a70c355c6fb6..000000000000
--- a/net-analyzer/chronograf/files/chronograf.confd
+++ /dev/null
@@ -1,16 +0,0 @@
-#The convention in this file is to show the default setting commented
-#out.
-#To change the setting, uncomment it then change the value.
-
-#This is the chronograf error log:
-#error_log="/var/log/chronograf/chronograf.log"
-
-#This is the chronograf output log:
-#output_log="/dev/null"
-
-# If you set this to yes, chronograf will report anonymous usage stats
-# to influx data.
-#report_usage_stats="no"
-
-# Extra options to pass to chronograf:
-#chronograf_opts=""
diff --git a/net-analyzer/chronograf/files/chronograf.rc b/net-analyzer/chronograf/files/chronograf.rc
deleted file mode 100644
index 335240dbf269..000000000000
--- a/net-analyzer/chronograf/files/chronograf.rc
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-
-command=/usr/bin/chronograf
-command_args="${chronograf_opts}"
-command_background=yes
-command_user=chronograf:chronograf
-make_pidfile=yes
-pidfile=/var/run/chronografd.pid
-
-# Logging
-error_log="${error_log:-/var/log/chronograf/chronograf.log}"
-output_log="${output_log:-/dev/null}"
-
-start_pre() {
- export HOST=127.0.0.1
- export PORT=8888
- export BOLT_PATH=/var/lib/chronograf/chronograf-v1.db
- export CANNED_PATH=/usr/share/chronograf/canned
- export RESOURCES_PATH=/usr/share/chronograf/RESOURCES
- yesno "${report_usage_stats:-no}" || export REPORTING_DISABLED=yes
- return 0
-}
diff --git a/net-analyzer/chronograf/metadata.xml b/net-analyzer/chronograf/metadata.xml
deleted file mode 100644
index 17492b5107c4..000000000000
--- a/net-analyzer/chronograf/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>williamh@gentoo.org</email>
- <name>William Hubbs</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>