Summary
InfluxDB is an open source time series database with no external dependencies. It is useful for recording metrics, events, and performing analytics.
Versions
v2.7.11 :: 0 :: gentoo
- Modified
- License
- Apache-2.0 BSD BSD-2 EPL-2.0 ISC MIT MPL-2.0
- Keywords
- ~amd64 ~arm64
- USE flags
- debug test
v2.7.10-r1 :: 0 :: gentoo
- Modified
- License
- Apache-2.0 BSD BSD-2 EPL-2.0 ISC MIT MPL-2.0
- Keywords
- ~amd64 ~arm64
- USE flags
- debug test
v1.8.10 :: 0 :: gentoo
- Modified
- License
- Apache-2.0 BSD BSD-2 EPL-2.0 ISC MIT MPL-2.0
- Keywords
- ~amd64
- USE flags
- man
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- man
- Build and install man pages
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
acct-group / influxdb : System group: influxdb
Runtime Dependencies
acct-group / influxdb : System group: influxdb
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - David Roman · gentoo
dev-db/influxdb: drop 2.7.8-r1
Signed-off-by: David Roman <droman@ifae.es> Closes: https://github.com/gentoo/gentoo/pull/39752 Signed-off-by: Sam James <sam@gentoo.org> - David Roman · gentoo
dev-db/influxdb: add 2.7.11
Closes: https://bugs.gentoo.org/945822 Signed-off-by: David Roman <droman@ifae.es> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Jolly · gentoo
*/*: update for slotted Rust
Tidyups: - $(cargo_crate_uris) - Rust BDEPENDS come from the eclass except in very rare circumstances (RUST_OPTIONAL=1) - RUST_M{AX,IN}_VER where required. - Suboptimal crate separator (`-` -> `@`) Signed-off-by: Matt Jolly <kangie@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39218 Signed-off-by: Matt Jolly <kangie@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Roman · gentoo
dev-db/influxdb: add 2.7.10
Signed-off-by: David Roman <droman@ifae.es> Closes: https://github.com/gentoo/gentoo/pull/38383 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - David Roman · gentoo
dev-db/influxdb: drop 2.7.6
Signed-off-by: David Roman <droman@ifae.es> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Roman · gentoo
dev-db/influxdb: add 2.7.8
Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37784 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - David Roman · gentoo
dev-db/influxdb: drop 2.7.5
Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Roman · gentoo
dev-db/influxdb: keyword 2.7.6 for ~arm64
Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37193 Signed-off-by: Louis Sautier <sbraz@gentoo.org> - David Roman · gentoo
dev-db/influxdb: fix rust build issue
Closes: https://bugs.gentoo.org/933394 Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Louis Sautier <sbraz@gentoo.org> - David Roman · gentoo
dev-db/influxdb: drop 2.7.3-r2
Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Louis Sautier <sbraz@gentoo.org> - David Roman · gentoo
dev-db/influxdb: add 2.7.6
Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Louis Sautier <sbraz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Roman · gentoo
dev-db/influxdb: add 2.7.5
Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36060 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
dev-db/influxdb: install correcty init.d files
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/35521 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
dev-db/influxdb: fix config handling
The config handling changed in v2 completly. This means, the parameter "-config" is gone and does not exist anymore. Instead, INFLUXD_CONFIG_PATH needs to be defined with the path, where InfluxDB v2 needs to look for config files. For compatibility reason, we will use '/etc/influxdb'. This can be overriden by user. Closes: https://bugs.gentoo.org/908437 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/35289 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-db/influxdb: SuboptimalCratesURICall fix on 2.7.3
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
dev-db/influxdb: drop 2.7.1-r1
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
dev-db/influxdb: remove redundant COMMON_DEPEND from 2.7.3
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - David Roman · gentoo
dev-db/influxdb: add 2.7.3 & fix build with >=rust-1.72.0
Closes: https://bugs.gentoo.org/913167 Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33741 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - William Hubbs · gentoo
dev-db/influxdb: drop 2.7.1
Signed-off-by: William Hubbs <williamh@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - William Hubbs · gentoo
dev-db/influxdb: typo fix
Signed-off-by: William Hubbs <williamh@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - William Hubbs · gentoo
dev-db/influxdb: 2.7.1-r1 revbump for several fixes
- install the upgrade script - install the systemd service - add the user to rdepend via common_depend Closes: https://bugs.gentoo.org/908221 Signed-off-by: William Hubbs <williamh@gentoo.org> - David Roman · gentoo
dev-db/influxdb: add instructions for upgrading db
Closes: https://bugs.gentoo.org/907954 Closes: https://github.com/gentoo/gentoo/pull/31354 Signed-off-by: William Hubbs <williamh@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-db/influxdb: fix UnquotedVariable in 2.7.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - William Hubbs · gentoo
dev-db/influxdb: drop 1.8.0, 1.8.0-r1, 1.8.1, 1.8.2, 1.8.3
Signed-off-by: William Hubbs <williamh@gentoo.org> - David Roman · gentoo
dev-db/influxdb: verbump to 2.7.1
Closes: https://bugs.gentoo.org/767697 Closes: https://bugs.gentoo.org/834029 Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/28718 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pedro Arizmendi · gentoo
dev-db/influxdb: Version bump to 1.8.10
Closes: https://bugs.gentoo.org/837131 Signed-off-by: Pedro Arizmendi <dwosky@pm.me> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/25224 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - John Helmert III · gentoo
dev-db/influxdb: drop 1.5.1, 1.6.3, 1.6.4
Bug: https://bugs.gentoo.org/760842 Signed-off-by: John Helmert III <ajak@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
*/*: Update copyright line for files touched in 2019 and 2020.
Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - William Hubbs · gentoo
dev-db/influxdb: 1.8.3 bump
Closes: https://bugs.gentoo.org/746533 Signed-off-by: William Hubbs <williamh@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - William Hubbs · gentoo
dev-db/influxdb: 1.8.2 bump
Closes: https://bugs.gentoo.org/679396 Closes: https://bugs.gentoo.org/734318 Signed-off-by: William Hubbs <williamh@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - William Hubbs · gentoo
dev-db/influxdb: 1.8.1 bump
Signed-off-by: William Hubbs <williamh@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Robin H. Johnson · gentoo
dev-db/influxdb: merge improvements from seperate 1.8.0 work to -r1
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - William Hubbs · gentoo
dev-db/influxdb: 1.8.0 bump
Signed-off-by: William Hubbs <williamh@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Robin H. Johnson · gentoo
dev-db/influxdb: fix LICENSE
Copy LICENSE written by Konstantin Podshumok <kpp.live+signed@gmail.com>, in pending PR #12586 Thanks-To: Konstantin Podshumok <kpp.live+signed@gmail.com> Closes: https://bugs.gentoo.org/695232 Reference: https://github.com/gentoo/gentoo/pull/12586 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Konstantin Podshumok · gentoo
dev-db/influxdb bump version 1.8.0, fix -version option, USE flag doc
(Merged as influxdb-1.8.0-r1.ebuild by developer, cleanup commits follow) Bug: https://bugs.gentoo.org/691168 Bug: https://bugs.gentoo.org/695232 Closes: https://bugs.gentoo.org/689880 Closes: https://github.com/gentoo/gentoo/pull/12586 Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com> (cherry picked from commit 225ff981202f06c2a2eff344e89b0c987e4989a5) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - William Hubbs · gentoo
dev-db/influxdb: 1.6.4 bump
Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: William Hubbs <williamh@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-db/influxdb: Version bump (v1.6.3)
Package-Manager: Portage-2.3.49, Repoman-2.3.10 - William Hubbs · gentoo
dev-db/influxdb: new package, Open Source time series database
Package-Manager: Portage-2.3.24, Repoman-2.3.6