summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: update for slotted RustMatt Jolly2024-11-092-0/+5
| | | | | | | | | | | | | | 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>
* dev-db/influxdb: add 2.7.10David Roman2024-09-142-0/+288
| | | | | | Signed-off-by: David Roman <droman@ifae.es> Closes: https://github.com/gentoo/gentoo/pull/38383 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/influxdb: drop 2.7.6David Roman2024-09-142-289/+0
| | | | | Signed-off-by: David Roman <droman@ifae.es> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/influxdb: add 2.7.8David Roman2024-08-052-0/+288
| | | | | | Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37784 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/influxdb: drop 2.7.5David Roman2024-08-052-290/+0
| | | | | Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/influxdb: keyword 2.7.6 for ~arm64David Roman2024-06-251-1/+1
| | | | | | Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37193 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-db/influxdb: fix rust build issueDavid Roman2024-06-251-1/+4
| | | | | | Closes: https://bugs.gentoo.org/933394 Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-db/influxdb: drop 2.7.3-r2David Roman2024-06-252-287/+0
| | | | | Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-db/influxdb: add 2.7.6David Roman2024-06-252-0/+289
| | | | | Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* dev-db/influxdb: add 2.7.5David Roman2024-04-022-0/+287
| | | | | | Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36060 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-db/influxdb: install correcty init.d filesMichael Mair-Keimberger2024-02-251-2/+2
| | | | | | 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>
* dev-db/influxdb: fix config handlingConrad Kostecki2024-02-243-1/+70
| | | | | | | | | | | | | | | | 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>
* dev-db/influxdb: SuboptimalCratesURICall fix on 2.7.3Joonas Niilola2023-12-181-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/influxdb: drop 2.7.1-r1Joonas Niilola2023-12-182-355/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/influxdb: remove redundant COMMON_DEPEND from 2.7.3Joonas Niilola2023-12-181-4/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/influxdb: add 2.7.3 & fix build with >=rust-1.72.0David Roman2023-12-183-1/+424
| | | | | | | 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>
* dev-db/influxdb: drop 2.7.1William Hubbs2023-06-131-230/+0
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-db/influxdb: typo fixWilliam Hubbs2023-06-131-1/+1
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-db/influxdb: add instructions for upgrading dbDavid Roman2023-06-131-0/+10
| | | | | | Closes: https://bugs.gentoo.org/907954 Closes: https://github.com/gentoo/gentoo/pull/31354 Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-db/influxdb: 2.7.1-r1 revbump for several fixesWilliam Hubbs2023-06-121-0/+238
| | | | | | | | | - 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>
* dev-db/influxdb: fix UnquotedVariable in 2.7.1Joonas Niilola2023-05-291-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/influxdb: verbump to 2.7.1David Roman2023-05-293-0/+393
| | | | | | | | | 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>
* dev-db/influxdb: remove unused filesMichael Mair-Keimberger2023-03-073-219/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29490 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-db/influxdb: drop 1.8.0, 1.8.0-r1, 1.8.1, 1.8.2, 1.8.3William Hubbs2023-01-286-3003/+0
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-db/influxdb: Version bump to 1.8.10Pedro Arizmendi2022-11-052-0/+60
| | | | | | | | 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>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-db/influxdb: drop 1.5.1, 1.6.3, 1.6.4John Helmert III2021-07-244-396/+0
| | | | | Bug: https://bugs.gentoo.org/760842 Signed-off-by: John Helmert III <ajak@gentoo.org>
* profiles/use.desc: add global man flagAisha Tammy2021-02-201-3/+0
| | | | | | Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19455 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Update copyright line for files touched in 2019 and 2020.Ulrich Müller2020-12-232-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-db/influxdb: 1.8.3 bumpWilliam Hubbs2020-10-042-0/+526
| | | | | Closes: https://bugs.gentoo.org/746533 Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-db/influxdb: 1.8.2 bumpWilliam Hubbs2020-08-273-0/+558
| | | | | | Closes: https://bugs.gentoo.org/679396 Closes: https://bugs.gentoo.org/734318 Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-db/influxdb: 1.8.1 bumpWilliam Hubbs2020-07-183-0/+512
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-db/influxdb: merge improvements from seperate 1.8.0 work to -r1Robin H. Johnson2020-07-151-8/+8
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-db/influxdb: cleanup new init scriptRobin H. Johnson2020-07-151-6/+8
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-db/influxdb bump version 1.8.0, fix -version option, USE flag docKonstantin Podshumok2020-07-153-0/+553
| | | | | | | | | | | | (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>
* dev-db/influxdb: 1.8.0 bumpWilliam Hubbs2020-07-132-0/+954
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-db/influxdb: Regenerate ManifestMatt Turner2020-06-301-449/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/github-cli: 0.10.1 bumpWilliam Hubbs2020-06-301-0/+449
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-db/influxdb: fix LICENSERobin H. Johnson2020-04-053-3/+3
| | | | | | | | | 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>
* dev-db/influxdb: 1.6.4 bumpWilliam Hubbs2018-11-012-0/+146
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-db/influxdb: Version bump (v1.6.3)Mikle Kolyada2018-09-282-0/+103
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-db/influxdb: new package, Open Source time series databaseWilliam Hubbs2018-03-236-0/+346
Package-Manager: Portage-2.3.24, Repoman-2.3.6