net-analyzer / rrdtool

A data logging and graphing system for time series data

Official package sites : https://oss.oetiker.ch/rrdtool/ ·

v1.9.0-r1 :: 0/8.0.0 :: gentoo

Modified
License
GPL-2
Keywords
~alpha ~amd64 ~amd64-linux ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux
USE flags
dbi debug doc examples graph lua perl python rados rrdcached rrdcgi ruby static-libs tcl tcpd test

v1.9.0 :: 0/8.0.0 :: gentoo

Modified
License
GPL-2
Keywords
amd64 x86 ~alpha ~amd64-linux ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86-linux
USE flags
dbi debug doc examples graph lua perl python rados rrdcached rrdcgi ruby static-libs tcl tcpd test

v1.8.0-r4 :: 0/8.0.0 :: gentoo

Modified
License
GPL-2
Keywords
amd64 arm arm64 ppc ppc64 sparc x86 ~alpha ~amd64-linux ~hppa ~loong ~mips ~riscv ~s390 ~x86-linux
USE flags
dbi debug doc examples graph lua perl python rados rrdcached rrdcgi ruby static-libs tcl tcpd test

General

dbi
Enable dev-db/libdbi (database-independent abstraction layer) support
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
doc
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
examples
Install examples, usually source code
graph
Enable support for graphing functions
lua
Enable Lua scripting support
perl
Add optional support/bindings for the Perl language
python
Add optional support/bindings for the Python language
rados
Enable support for librados from sys-cluster/ceph
rrdcached
Build support for write-caching daemon
rrdcgi
Build rrdcgi support
ruby
Add support/bindings for the Ruby language
static-libs
Build static versions of dynamic libraries as well
tcl
Add support the Tcl language
tcpd
Add support for TCP wrappers
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

lua_targets

lua5-1
Build with Lua 5.1
lua5-3
Build with Lua 5.3
lua5-4
Build with Lua 5.4
luajit
Build with LuaJIT

python_single_target

python3_10
Build for Python 3.10 only
python3_11
Build for Python 3.11 only
python3_12
Build for Python 3.12 only
python3_13
Build for Python 3.13 only

python_targets

python3_10
Build with Python 3.10
python3_11
Build with Python 3.11
python3_12
Build with Python 3.12
python3_13
Build with Python 3.13

acct-group / rrdcached : System group: rrdcached

acct-user / rrdcached : A user for net-analyzer/rrdtool

dev-db / libdbi : A database-independent abstraction layer in C

dev-lang / lua : A powerful light-weight programming language designed for extending applications

dev-lang / luajit : Just-In-Time Compiler for the Lua programming language

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-lang / python : Freethreading (no-GIL) version of Python programming language

dev-lang / tcl : Tool Command Language

dev-libs / glib : The GLib library of C routines

dev-libs / libxml2 : XML C parser and toolkit

media-libs / libpng : Portable Network Graphics library

sys-apps / tcp-wrappers : TCP Wrappers

sys-cluster / ceph : Ceph distributed filesystem

x11-libs / cairo : A vector graphics library with cross-device output support

x11-libs / pango : Internationalized text layout and rendering library

acct-group / rrdcached : System group: rrdcached

acct-user / rrdcached : A user for net-analyzer/rrdtool

dev-db / libdbi : A database-independent abstraction layer in C

dev-lang / lua : A powerful light-weight programming language designed for extending applications

dev-lang / luajit : Just-In-Time Compiler for the Lua programming language

dev-lang / perl : Larry Wall's Practical Extraction and Report Language

dev-lang / python : Freethreading (no-GIL) version of Python programming language

dev-lang / tcl : Tool Command Language

dev-libs / glib : The GLib library of C routines

dev-libs / libxml2 : XML C parser and toolkit

media-libs / libpng : Portable Network Graphics library

sys-apps / tcp-wrappers : TCP Wrappers

sys-cluster / ceph : Ceph distributed filesystem

x11-libs / cairo : A vector graphics library with cross-device output support

x11-libs / pango : Internationalized text layout and rendering library

app-admin / puppet : A system automation and configuration management software

app-metrics / collectd : Collects system statistics and provides mechanisms to store the values

dev-perl / RRD-Simple : Simple interface to create and store data in RRD files

dev-php / pecl-rrd : RRDtool bindings for PHP

dev-ruby / rrdtool-bindings : Ruby bindings for rrdtool

games-util / uglygs : Quickly searches the network for game servers

mail-filter / dcc : Distributed Checksum Clearinghouse

net-analyzer / argus-clients : Clients for net-analyzer/argus

net-analyzer / cacti : Cacti is a complete frontend to rrdtool

net-analyzer / munin : Munin Server Monitoring Tool

net-analyzer / nfdump : A set of tools to collect and process netflow data

net-analyzer / ntopng : Network traffic analyzer with web interface

net-analyzer / pnp4nagios : A performance data analyzer for nagios

net-analyzer / rrdcollect : Read system statistical data and feed it to RRDtool

net-analyzer / symon : Performance and information monitoring tool

net-analyzer / syweb : Web frontend to symon

net-mail / mailgraph : A mail statistics RRDtool frontend for Postfix

sys-apps / lm-sensors : Hardware Monitoring user-space utilities

www-apps / cgp : A graphical web-based front-end for visualizing RRD collected by collectd

www-misc / monitorix : A lightweight system monitoring tool

www-servers / uwsgi : uWSGI server for Python web applications

914865
net-analyzer/rrdtool-1.8.0-r3 - [clang] rrd_snprintf.c: warning: a function declaration without a prototype is
923581
net-analyzer/rrdtool-1.8.0-r4 fails to compile: ld.lld: error: version script assignment of global to symbol rrd_graph failed: symbol not defined
937772
net-analyzer/rrdtool-1.9.0 - too few arguments to function 'rrd_rwlock'
939707
net-analyzer/rrdtool-1.9.0 stablereq
940931
net-analyzer/rrdtool: building with "perl" but without "graph" renders the RRDs perl module unusable
Repository mirror & CI · gentoo
Merge updates from master
Alfred Wingate · gentoo
net-analyzer/rrdtool: add missing requirement for perl, add more tests
* Add missing perl? ( graph ) requirement. Other bindings unaffected. * Add testing for other bindings and remove graph requirement from tests. This would hopefully catch breakage like this quicker. * As a bonus build python bindings for multiple implementations. Bug: https://bugs.gentoo.org/940931 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-analyzer/rrdtool: Stabilize 1.9.0 amd64, #939707
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
net-analyzer/rrdtool: Stabilize 1.9.0 x86, #939707
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
net-analyzer/rrdtool: add 1.9.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-analyzer/rrdtool: sys-devel/bc -> app-alternatives/bc
All of these will be using app-alternatives/bc anyway as they're not calling bc-reference, so make the dep reflect reality. Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
net-analyzer/rrdtool: fix gcc14 build
Closes: https://bugs.gentoo.org/919448 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
net-analyzer/rrdtool: force graph for tests
USE flag 'graph' is needed for tests. Closes: https://bugs.gentoo.org/907287 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
*/*: remove x86-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-analyzer/rrdtool: fix configure w/ clang 16
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Move {virtual → app-alternatives}/awk
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
WANG Xuerui · gentoo
net-analyzer/rrdtool: keyword 1.8.0-r2 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
net-analyzer/rrdtool: fix missing dep
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
net-analyzer/rrdtool: migrate to pep517
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
net-analyzer/rrdtool: add python3.11 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
net-analyzer/rrdtool: cairo[svg] -> svg(+)
Closes: https://bugs.gentoo.org/875938 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
net-analyzer/rrdtool: quote emake arguments for lua's CFLAGS
Closes: https://bugs.gentoo.org/868675 Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
net-analyzer/rrdtool: drop 1.7.2-r100
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
net-analyzer/rrdtool: Stabilize 1.8.0 sparc, #842840
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
net-analyzer/rrdtool: Stabilize 1.8.0 x86, #842840
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Jakov Smolić · gentoo
net-analyzer/rrdtool: Stabilize 1.8.0 amd64, #842840
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Jakov Smolić · gentoo
net-analyzer/rrdtool: Stabilize 1.8.0 arm64, #842840
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Jakov Smolić · gentoo
net-analyzer/rrdtool: Stabilize 1.8.0 ppc, #842840
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
net-analyzer/rrdtool: Stabilize 1.8.0 arm, #842840
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
net-analyzer/rrdtool: Stabilize 1.8.0 ppc64, #842840
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
net-analyzer/rrdtool: fix tests
Closes: https://bugs.gentoo.org/836850 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Conrad Kostecki · gentoo
net-analyzer/rrdtool: add 1.8.0
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>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Bettler · gentoo
net-analyzer/rrdtool: add python 3.10
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>
Repository mirror & CI · gentoo
Merge updates from master
Marek Szuba · gentoo
net-analyzer/rrdtool: keyword 1.7.2-r100 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-analyzer/rrdtool: modernise ebuild, fix dependencies
* 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>
Sam James · gentoo
net-analyzer/rrdtool: drop 1.7.2, 1.7.2-r1
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rick Farina · gentoo
net-analyzer/rrdtool: python bump
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-analyzer/rrdtool: Stabilize 1.7.2-r100 ppc, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
net-analyzer/rrdtool: Stabilize 1.7.2-r100 ppc64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-analyzer/rrdtool: Stabilize 1.7.2-r100 arm64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
net-analyzer/rrdtool: Stabilize 1.7.2-r100 arm, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
net-analyzer/rrdtool: Stabilize 1.7.2-r100 sparc, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-analyzer/rrdtool: Stabilize 1.7.2-r100 x86, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
net-analyzer/rrdtool: Stabilize 1.7.2-r100 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
net-analyzer/rrdtool: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
net-analyzer/rrdtool: Drop to ~hppa
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Marek Szuba · gentoo
net-analyzer/rrdtool-1.7.2-r100: fix .la clean-up
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Marek Szuba · gentoo
net-analyzer/rrdtool: migrate to lua.eclass
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>
Marek Szuba · gentoo
net-analyzer/rrdtool: limit unmigrated ebuilds to dev-lang/lua:0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
net-analyzer/rrdtool: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
net-analyzer/rrdtool: stable 1.7.2 for hppa, bug #685954
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>
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Disable graph1 test when USE=-graph
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>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
net-analyzer/rrdtool: stable 1.7.2 for sparc, bug #685954
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>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-analyzer/rrdtool: arm stable (bug #685954)
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
net-analyzer/rrdtool: Stabilize 1.7.2 amd64, #685954
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michał Górny · gentoo
net-analyzer/rrdtool: Add missing test-dep on bc
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
net-analyzer/rrdtool: stable 1.7.2 for ppc64
stable wrt bug #685954 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Sergei Trofimovich · gentoo
net-analyzer/rrdtool: stable 1.7.2 for ppc
stable wrt bug #685954 Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
Revert "net-analyzer/rrdtool: Add live ebuild"
This reverts commit 14c90211f37e2db668d91012866e9ae29d727a3e. Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Drop USE=deprecated requirement on dev-lang/lua
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Closes: https://bugs.gentoo.org/730368 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Add live ebuild
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
net-analyzer/rrdtool: x86 stable (bug #685954)
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James (sam_c) · gentoo
net-analyzer/rrdtool: arm64 stable (bug #685954)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
net-analyzer/rrdtool: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Skip msync test that relies on host behaviour
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Closes: https://bugs.gentoo.org/298753 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Add more pythons to the snake pit
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
net-analyzer/rrdtool: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
net-analyzer: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Old
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Version 1.7.2
Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Aaron Bauman · gentoo
net-analyzer/rrdtool: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
net-analyzer/rrdtool: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Fix rrdcached.socket
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Fixes: https://bugs.gentoo.org/677368 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Version 1.7.1
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Pacho Ramos · gentoo
net-analyzer/rrdtool: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Use HTTPS.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Old.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Mikle Kolyada · gentoo
net-analyzer/rrdtool: amd64 stable wrt bug #597174
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Sergei Trofimovich · gentoo
net-analyzer/rrdtool: stable 1.6.0-r1 for sparc, bug #597174 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
Sergei Trofimovich · gentoo
net-analyzer/rrdtool: keyworded 1.7.0 for sparc, bug #549516 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
Sergei Trofimovich · gentoo
net-analyzer/rrdtool: keyworded 1.6.0-r1 for sparc, bug #549516 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
Sergei Trofimovich · gentoo
net-analyzer/rrdtool: keyworded 1.5.5-r1 for sparc, bug #549516 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
Alexis Ballier · gentoo
net-analyzer/rrdtool: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Sergei Trofimovich · gentoo
net-analyzer/rrdtool: ~ia64 keyword, bug #549516
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Sergei Trofimovich · gentoo
net-analyzer/rrdtool: ia64 stable, bug #615818
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Add python3 support (bug #619420 by Oleg).
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Version bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
David Seifert · gentoo
net-analyzer/rrdtool: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Michael Weber · gentoo
net-analyzer/rrdtool: arm ppc stable (bug 597174).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Stable for PPC64 (bug #597174).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
Fabian Groffen · gentoo
net-analyzer/rrdtool: dropped ~ia64-linux
Package-Manager: portage-2.3.3
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Thomas Deutschmann · gentoo
net-analyzer/rrdtool: x86 stable (bug #597174)
Package-Manager: Portage-2.3.2, Repoman-2.3.1
Tobias Klausmann · gentoo
net-analyzer/rrdtool-1.6.0-r1: stable on alpha
Gentoo-Bug: 597174
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Stable for HPPA (bug #597174).
Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches
Jeroen Roovers · gentoo
net-analyzer/rrdtool: set SONAME based sub-SLOT (bug #580964 by Thomas D.).
Package-Manager: portage-2.2.28
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Old.
Package-Manager: portage-2.2.28
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Version bump.
Package-Manager: portage-2.2.28
Tobias Klausmann · gentoo
net-analyzer/rrdtool: add alpha keyword
Gentoo-Bug: 567586 Package-Manager: portage-2.2.27
Tobias Klausmann · gentoo
net-analyzer/rrdtool: add ~alpha keyword
Gentoo-Bug: 567586 Package-Manager: portage-2.2.27
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Fix test failures (bug #573210 by Paolo Pedroni).
Package-Manager: portage-2.2.27
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Stable for PPC64 (bug #567586).
Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Work around failing defaults in perl-module.eclass.
Package-Manager: portage-2.2.26
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Stable for HPPA (bug #567586).
Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
Agostino Sarubbo · gentoo
net-analyzer/rrdtool: amd64 stable wrt bug #567586
Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Jeroen Roovers · gentoo
net-analyzer/rrdtool / dev-ruby/rrdtool-bindings: Version bump.
Package-Manager: portage-2.2.24
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Do not inherit versionator.eclass
Package-Manager: portage-2.2.20.1
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Remove <1.3 advice (bug #561228).
Package-Manager: portage-2.2.20.1
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Quote REPLACING_VERSIONS (bug #561228).
Package-Manager: portage-2.2.20.1
Jeroen Roovers · gentoo
net-analyzer/rrdtool: Version bump.
Package-Manager: portage-2.2.20.1
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed