summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-admin/needrestart: remove 2.9-r0Göktürk Yüksek2016-09-161-40/+0
| | | | Package-Manager: portage-2.2.28
* app-admin/needrestart: add dependency on dev-lang/perl:=Craig Andrews2016-09-162-1/+43
| | | | Gentoo-bug: 593882
* app-admin/needrestart-2.9: version bumpCraig Andrews2016-09-092-0/+41
| | | | Gentoo-bug: 593014
* app-admin/needrestart: add upstream remote-idCraig Andrews2016-07-201-0/+3
|
* app-admin/needrestart: minor metadata cleanupGöktürk Yüksek2016-07-171-3/+0
| | | | | | | - Remove redundant maintainer description - Remove empty use block Package-Manager: portage-2.2.28
* app-admin/needrestart: fix dependenciesCraig Andrews2016-07-132-2/+8
| | | | | | | | | | | | | | | | needrestart installs and uses scripts that call sed with '-z' option: https://github.com/liske/needrestart/blob/1a3b68a38e0691ca82e894ef591b23af666cc14d/lib/notify.d.sh#L34 https://github.com/liske/needrestart/blob/1c17aa96ed455c6f10b496fa6a5c17daf96558ac/ex/notify.d/400-notify-send#L34 This option was introduced in sed-4.2.2: http://article.gmane.org/gmane.comp.lang.smalltalk.gnu.general/7873 Thus needrestart must depend on >=sys-apps/sed-4.2.2. needrestart needs sys-devel/gettext to build so add that dependency. needrestart depends on dev-perl/TermReadKey so add that runtime dependency. needrestart does not depend on dev-perl/Term-ProgressBar-Simple so remove that dependency. Gentoo-bug: 588416
* app-admin/needrestart: correct the license to GPL-2+Craig Andrews2016-07-132-2/+2
|
* app-admin/needrestart-2.8: Fix QA Notice: make jobserver unavailable: using -j1.Craig Andrews2016-07-082-0/+21
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/588216 Closes: https://github.com/gentoo/gentoo/pull/1843 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-admin/needrestart: Add ebuild to the tree.Craig Andrews2016-07-074-0/+93
needrestart checks which daemons need to be restarted after library upgrades. It is inspired by checkrestart from the debian-goodies package. needrestart supports but does not require systemd. If systemd is not available or does not return a service name needrestart uses hooks to identify the corresponding System V init script. If a process inside a container (LXC, docker) it suggests to restart the entire container. needrestart contains a heuristic for different interpreter languages: it tries to detect if outdated script code/modules are in use (Java, Perl, Python, Ruby). Gentoo-Bug: https://bugs.gentoo.org/588010 Closes: https://github.com/gentoo/gentoo/pull/1825 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>