| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.41, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
|
|
| |
https://github.com/liske/needrestart/pull/113
Closes: https://bugs.gentoo.org/654958
Package-Manager: Portage-2.3.36, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.27, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.24, Repoman-2.3.6
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/6361
|
|
|
|
| |
Package-Manager: Portage-2.3.16, Repoman-2.3.6
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/639004
Package-Manager: Portage-2.3.16, Repoman-2.3.6
|
|
|
|
|
| |
Gentoo-bug: 620766
Closes: #5470
|
|
|
|
| |
Package-Manager: Portage-2.3.6, Repoman-2.3.3
|
|
|
|
|
|
| |
Gentoo-Bug: https://bugs.gentoo.org/619858
Package-Manager: Portage-2.3.5, Repoman-2.3.1
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/3517
|
|
|
|
| |
Gentoo-bug: 598924
|
|
|
|
| |
Package-Manager: portage-2.2.28
|
|
|
|
| |
Gentoo-bug: 593882
|
|
|
|
| |
Gentoo-bug: 593014
|
| |
|
|
|
|
|
|
|
| |
- Remove redundant maintainer description
- Remove empty use block
Package-Manager: portage-2.2.28
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Gentoo-Bug: https://bugs.gentoo.org/588216
Closes: https://github.com/gentoo/gentoo/pull/1843
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
|
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>
|