summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-admin/collectd: Fix oracle configuration check in init script _checkconfig.Alexis Ballier2016-04-041-1/+1
| | | | | | | Do not match if oracle plugin is not enabled, simplify a bit the expression and use wc -l instead of grep --count so that it works with busybox too. Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* app-admin/collectd: reset description for user in metadata.xml with a ↵Ian Delaney2016-04-041-3/+3
| | | | | | general update Package-Manager: portage-2.2.28
* app-admin/collectd: Remove java-config-wrapper dependency (again)James Le Cuirot2016-04-031-2/+2
| | | | | | | | | I made this change for a reason and asked for feedback (bug #558310) before I did so. Please do me the same courtesy by at least asking before you undo my changes. java-config-wrapper is being masked so this has to change now. Package-Manager: portage-2.2.28
* app-admin/collectd: Fix CGROUP kernel config checkThomas D2016-04-041-1/+1
| | | | Package-Manager: portage-2.2.28
* app-admin/collectd: do not RDEPEND on libtool but rather on libltdl.Alexis Ballier2016-04-021-1/+1
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* app-admin/collectd: Fix REQUIRED_USEThomas D2016-03-311-1/+1
| | | | | | | | | REQUIRED_USE of "udev" is only required when smart plugin was selected by the user (forgotten "?"). Closes: https://github.com/gentoo/gentoo/pull/1171 Package-Manager: portage-2.2.28 Signed-off-by: Sam Jorna <wraeth@gentoo.org>
* app-admin/collectd: Remove unneeded useflag descriptions from metadata.xmlPatrick Lauer2016-03-291-2/+0
| | | | Package-Manager: portage-2.2.28
* app-admin/collectd: Revbump to fix multiple issuesThomas D2016-03-293-5/+89
| | | | | | | | | | | | | | | | | - Fix building with sys-fs/xfsprogs-4.5.0 (upstream issues #1637) - Workaround for bug #577846 applied We are now enforcing <=sys-kernel/linux-headers-4.4 when building collectd_plugins_iptables until the problem gets fixed in non-collectd upstram. - virtual/udev dependency is now optional for disk plugin Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1156 Signed-off-by: Ian Delaney <idella4@gentoo.org>
* app-admin/collectd: Remove unneeded useflag description from metadata.xmlPatrick Lauer2016-03-241-1/+0
| | | | Package-Manager: portage-2.2.28
* app-admin/collectd: Revbump to vn. 5.5.1-r1Thomas D2016-03-242-4/+5
| | | | | | add write_kafka plugin Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1101
* app-admin/collectd: Dropped oldThomas D2016-03-2413-1013/+1
| | | | | Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1101
* app-admin/collectd: Adjust dependency on sys-power/nut (#540750)Thomas D2016-03-023-7/+7
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=540750 Package-Manager: portage-2.2.27
* app-admin/collectd: Remove unneeded useflag descriptions from metadata.xmlPatrick Lauer2016-02-291-2/+0
| | | | Package-Manager: portage-2.2.27
* app-admin/collectd: Bumped to v5.5.1Thomas D2016-02-238-88/+830
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New upstream version (Closes #570766, #517060) - Bumped to EAPI=6 - Non-functional mongodb plugin disabled in ebuild (see upstream issue #492, closes #524400) - Multiple dependency problems fixed - linux-info eclass usage fixed (Closes #570778) - Support for new plugins added (amqp, genericjmx, ipvs, modbus, sigrok, tail_csv, vserver, write_riemann) - PYTHON_SINGLE_TARGET support for Python 3.4 and 3.5 enabled - Documentation improved (USE flag description, elogs) - Linux capabilities usage expanded to improve running collectd as unprivileged user (disable via filecaps USE flag) - Runscript rewritten - Runscript now supports OpenRC's default status function - Runscript now guarantees service shutdown - Validating configuration before (re)starting daemon
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-117/+117
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* app-admin/collectd: Drop vserver support (#472170)Pacho Ramos2016-01-051-1/+0
| | | | Package-Manager: portage-2.2.26
* app-admin/collectd: Drop vserver support (#472170)Pacho Ramos2016-01-052-10/+6
| | | | Package-Manager: portage-2.2.26
* app-admin/collectd: update patch to unbundle libltdlJason Zaman2016-01-042-3/+39
| | | | Package-Manager: portage-2.2.26
* app-admin/collectd: version bump to 5.5Jason Zaman2016-01-023-48/+464
| | | | Package-Manager: portage-2.2.24
* app-admin/collectd: set required env var in file collectd.initdIan Delaney2015-10-041-0/+2
| | | | | | | | fix thanks to Marcin Mirosław sourced from the gentoo bug. Gentoo bug: #539262 Package-Manager: portage-2.2.20.1
* app-admin/collectd: Remove oldJames Le Cuirot2015-09-038-1231/+0
| | | | Package-Manager: portage-2.2.20.1
* app-admin/collectd: Use the Java eclasses wrt but #558310James Le Cuirot2015-09-031-0/+388
| | | | | | | | | | | | | | Java team needs to remove java-config-wrapper, which this erroneously depends on. The existing ebuild does not make use of the Java eclasses, which can lead to problems. I have: * Made use of java-pkg-opt-2. * Added a DEPEND on virtual/jdk. * Used sed against the Java Makefile.am to set proper javac flags. * Used the eclasses to properly set JAVA_HOME. * Registered the installed jars so that Gentoo metadata is created. Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0817-0/+1568
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