summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* net-analyzer/rrdtool: fix configure w/ clang 16Sam James2023-02-112-0/+35
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Update copyright line for files touched after 2018Ulrich Müller2023-01-161-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* Move {virtual → app-alternatives}/awkMichał Górny2022-12-021-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/rrdtool: keyword 1.8.0-r2 for ~loongWANG Xuerui2022-11-291-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* net-analyzer/rrdtool: fix missing depConrad Kostecki2022-11-041-0/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-analyzer/rrdtool: migrate to pep517Conrad Kostecki2022-11-041-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-analyzer/rrdtool: add python3.11 supportConrad Kostecki2022-11-031-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-analyzer/rrdtool: cairo[svg] -> svg(+)Conrad Kostecki2022-10-081-1/+1
| | | | | Closes: https://bugs.gentoo.org/875938 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-analyzer/rrdtool: quote emake arguments for lua's CFLAGSDavid Seifert2022-09-061-2/+2
| | | | | Closes: https://bugs.gentoo.org/868675 Signed-off-by: David Seifert <soap@gentoo.org>
* net-analyzer/rrdtool: drop 1.7.2-r100Conrad Kostecki2022-05-285-339/+0
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.8.0 sparc, #842840Jakov Smolić2022-05-281-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.8.0 x86, #842840Jakov Smolić2022-05-061-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.8.0 amd64, #842840Jakov Smolić2022-05-061-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.8.0 arm64, #842840Jakov Smolić2022-05-061-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.8.0 ppc, #842840Jakov Smolić2022-05-061-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.8.0 arm, #842840Jakov Smolić2022-05-061-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.8.0 ppc64, #842840Arthur Zamarin2022-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-analyzer/rrdtool: fix testsConrad Kostecki2022-04-051-0/+1
| | | | | Closes: https://bugs.gentoo.org/836850 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-analyzer/rrdtool: add myself as maintainerConrad Kostecki2022-04-051-0/+4
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-analyzer/rrdtool: add 1.8.0Conrad Kostecki2022-04-055-0/+284
| | | | | | | Closes: https://bugs.gentoo.org/439652 Closes: https://bugs.gentoo.org/450674 Closes: https://bugs.gentoo.org/836576 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-analyzer/rrdtool: add python 3.10Thomas Bettler2022-04-051-1/+1
| | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/23349 Closes: https://bugs.gentoo.org/829378 Closes: https://github.com/gentoo/gentoo/pull/23349 Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> Signed-off-by: Conrad Kostecki <conikost@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>
* net-analyzer/rrdtool: keyword 1.7.2-r100 for ~riscvMarek Szuba2021-07-011-2/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/rrdtool: add github upstream metadataSam James2021-03-161-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: fix metadata indentationSam James2021-03-161-9/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: modernise ebuild, fix dependenciesSam James2021-03-161-42/+43
| | | | | | | | | | | | * Fix setuptools BDEPEND * Use BDEPEND fully * Sort phase definitions * Drop unused eclass * Add missing || dies * Make style consistent (inc. Bash tests, semicolons) Closes: https://bugs.gentoo.org/759292 Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: drop 1.7.2, 1.7.2-r1Sam James2021-03-152-378/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: python bumpRick Farina2021-02-141-1/+1
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-313-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.7.2-r100 ppc, #766528Sam James2021-01-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.7.2-r100 ppc64, #766528Sam James2021-01-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.7.2-r100 arm64, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.7.2-r100 arm, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.7.2-r100 sparc, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.7.2-r100 x86, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.7.2-r100 amd64, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: drop x86-macosFabian Groffen2021-01-063-6/+6
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* net-analyzer/rrdtool: Drop to ~hppaMatt Turner2020-12-141-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-analyzer/rrdtool-1.7.2-r100: fix .la clean-upMarek Szuba2020-12-091-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/rrdtool: migrate to lua.eclassMarek Szuba2020-12-081-0/+248
| | | | | | | | | | | | | | | | | | | Featuring proper multi-impl support including testing. Lua bindings have been confirmed to build, test and install fine for all five implementations currently listed in LUA_COMPAT. Speaking of testing, in order for it to be complete the file "test.png" produced for each enabled Lua target by rrd.graphv should be visually inspected. For obvious reasons automating this would be way more trouble than it is worth (an image recogniser as a build-time dependency???), that said I *have* inspected those images while testing whether LuaJIT as well as PUC Lua 5.2, 5.3 and 5.4 really are supported (although upstream documentation says "Lua 5.0 or newer" their build scripts only explicitly mention PUC Lua 5.0 and 5.1, and LuaJIT is not mentioned in either) and they looked fine for all five implementations. Closes: https://bugs.gentoo.org/752780 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/rrdtool: limit unmigrated ebuilds to dev-lang/lua:0Marek Szuba2020-12-082-2/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/rrdtool: Remove oldMichał Górny2020-09-198-524/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/rrdtool: stable 1.7.2 for hppa, bug #685954Rolf Eike Beer2020-08-061-1/+1
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-analyzer/rrdtool: Disable graph1 test when USE=-graphJeroen Roovers2020-08-052-0/+2
| | | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Closes: https://bugs.gentoo.org/show_bug.cgi?id=677934 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* net-analyzer/rrdtool: stable 1.7.2 for sparc, bug #685954Rolf Eike Beer2020-08-031-1/+1
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-analyzer/rrdtool: arm stable (bug #685954)Sam James2020-07-181-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/rrdtool: Stabilize 1.7.2 amd64, #685954Michał Górny2020-07-081-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/rrdtool: Add missing test-dep on bcMichał Górny2020-07-082-2/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>