summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: inline mirror://sourceforgeLucio Sauer2024-04-303-4/+4
| | | | | | | bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-process/procps: drop REQUIRED_USE="unicode? ( ncurses )"Mike Gilbert2024-04-042-5/+11
| | | | | | | | | Instead, ignore the 'unicode' flag when 'ncurses' is disabled. This option only affects the 'watch' command, which is only built with ncurses support. Closes: https://bugs.gentoo.org/928534 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-process/procps: remove usr-ldscript supportEli Schwartz2024-02-071-0/+109
| | | | | | | | | | | Per news item 2024-01-05-usr-initramfs, we no longer support this use case. It is fragile and hacky and leads to bizarre forms of load errors. The functionality is, despite being called "split-usr", not really about split-usr at all. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: Stabilize 4.0.4 arm64, #916095Arthur Zamarin2023-11-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-process/procps: fix configure error without ncursesRolf Eike Beer2023-10-281-0/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: stable 4.0.4 for sparc, bug #916095Rolf Eike Beer2023-10-271-1/+1
| | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: Stabilize 4.0.4 ppc, #916095Arthur Zamarin2023-10-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-process/procps: Stabilize 4.0.4 arm, #916095Sam James2023-10-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: Stabilize 4.0.4 hppa, #916095Sam James2023-10-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: fix gen_usr_ldscript argSam James2023-09-021-1/+1
| | | | | | Thanks to Holger for reporting. Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: add 4.0.4Sam James2023-09-026-0/+248
| | | | | | | | | | Closes: https://bugs.gentoo.org/584076 Closes: https://bugs.gentoo.org/625312 Closes: https://bugs.gentoo.org/675420 Closes: https://bugs.gentoo.org/835813 Closes: https://bugs.gentoo.org/913210 Bug: https://bugs.gentoo.org/913408 Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: drop selinux policy depSam James2023-07-021-1/+0
| | | | | | As reported by genr8eofl, this is actually for app-misc/uptimed... Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: add missing selinux policy depSam James2023-06-281-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: skip 'makedev' in 90config-impl-declMike Gilbert2023-03-021-1/+4
| | | | | Closes: https://bugs.gentoo.org/898830 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-process/procps: drop obsolete cross malloc workaroundSam James2022-10-281-11/+2
| | | | | | | | | We set the right bits in crossdev for musl targets now and, in theory, while unlikely, it is possible that some cross targets don't have the right behaviour anyway (not that i'm aware of any in use). Bug: https://bugs.gentoo.org/705800 Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: add warning about 4.x bumpSam James2022-09-111-0/+2
| | | | | Bug: https://bugs.gentoo.org/835813 Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: add gitlab upstream metadataSam James2022-07-281-14/+15
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: keyword 3.3.17-r1 for ~loongWANG Xuerui2022-04-291-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@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>
* sys-process/procps: add workaround for cross compilesSam James2021-08-301-1/+11
| | | | | | | | | | | Force the value of the configure test given upstream neglect the result and it builds fine with it. The test is too aggressive in cross-compile situations and gives unreliable results. See also: lists.gnu.org/archive/html/autoconf/2011-04/msg00019.html See: 0498c7f2801e67309d52220fe1492e37d9434df9 Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: add stop-gap musl patch for nowSam James2021-08-302-0/+86
| | | | | | | | | | | | Conditionally apply a patch from ::musl for building on musl (to facilitate stage building). A different (better) approach was taken upstream and will result in a --disable-w configure option in the next release, but we're not there yet. Closes: https://bugs.gentoo.org/794997 Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: Add sys-libs/ncurses[unicode(+)]David Seifert2021-07-171-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-process/procps: drop 3.3.16-r2, 3.3.16-r3David Seifert2021-05-155-307/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-process/procps: Stabilize 3.3.17 arm, #778935Sam James2021-05-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: Stabilize 3.3.17 arm64, #778935Sam James2021-05-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: drop unused toolchain-funcs inheritSam James2021-05-133-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* sys-process/procps: drop s390 to ~s390 (unstable)Sam James2021-04-052-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: s390 stable wrt bug #778935Agostino Sarubbo2021-03-311-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/procps: ppc64 stable wrt bug #778935Agostino Sarubbo2021-03-311-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/procps: ppc stable wrt bug #778935Agostino Sarubbo2021-03-311-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/procps: stable 3.3.17 for hppa/sparc, bug #778935Rolf Eike Beer2021-03-301-1/+1
| | | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-process/procps: x86 stable wrt bug #778935Agostino Sarubbo2021-03-291-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/procps: amd64 stable wrt bug #778935Agostino Sarubbo2021-03-291-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/procps: use BDEPEND with EAPI 7David Michael2021-03-251-10/+7
| | | | | | | Closes: https://bugs.gentoo.org/778179 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-process/procps: Block against app-i18n/man-pages-l10nUlrich Müller2021-02-091-0/+1
| | | | | | | | File collision for ps(1) manpage. Bug: https://bugs.gentoo.org/769773 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-process/procps: Bump to version 3.3.17Lars Wendler2021-02-092-0/+87
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-process/procps: Removed oldLars Wendler2021-01-252-81/+0
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-process/procps: Revbump to fix pgrep/pkill with kernel-5.10+Lars Wendler2021-01-252-0/+148
| | | | | | | Reported-by: Timo Rothenpieler <timo@rothenpieler.org> Closes: https://bugs.gentoo.org/767217 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-process/procps: stable 3.3.16-r2 for ppc64Sergei Trofimovich2020-09-071-1/+1
| | | | | | | | stable wrt bug #737498 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-process/procps: ppc stable (bug #737498)Sam James2020-09-071-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: stable 3.3.16-r2 for hppa, bug #737498Rolf Eike Beer2020-08-191-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>
* sys-process/procps: Stabilize 3.3.16-r2 arm64, #737498Sam James2020-08-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-process/procps: amd64 stable wrt bug #737498Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/procps: x86 stable wrt bug #737498Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/procps: sparc stable wrt bug #737498Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/procps: s390 stable wrt bug #737498Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/procps: Stabilize 3.3.16-r2 arm, #737498Sam James2020-08-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Fixed CPE tag for sys-process/procpsRoy Yang2020-05-041-0/+1
| | | | | Signed-off-by: Roy Yang <royyang@google.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* */*: downgrade m68k down to ~m68kSergei Trofimovich2020-04-211-1/+1
| | | | | | | | | m68k and ~m68k trees are inconsistent. Let's drop keywords down to ~m68k only. Profiles already accept both keywords: ACCEPT_KEYWORDS="m68k ~m68k" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>