summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* sys-apps/grep: add 3.7_p20220425 (unkeyworded).Sam James2022-05-042-0/+74
| | | | | | | | | Notably switches to libpcre2 (yay). Pre-release for testing. Bug: https://bugs.gentoo.org/514454 Bug: https://bugs.gentoo.org/569816 Bug: https://bugs.gentoo.org/641186 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: keyword 3.7 for ~loongWANG Xuerui2022-04-291-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-apps/grep: avoid invoking autoconfWANG Xuerui2022-04-262-7/+17
| | | | | | | | | | Normally we'd just eautoreconf, but this is base-system and we cannot depend on autoconf, so we have to patch the generated files ourselves. This can go away once the loong fix patch is no longer necessary. Fixes: 07611b62174 ("sys-apps/grep: fix build on loong") Signed-off-by: WANG Xuerui <xen0n@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: fix build on loongWANG Xuerui2022-04-252-1/+30
| | | | | | | | | | | | Upstream has updated gnulib but hasn't tagged a new release yet, so only add the bare minimum to fix build on loong. This has been inside loongson-overlay for a while, and is tested on real loong hardware. See: https://github.com/gentoo/gentoo/pull/25189 Acked-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* sys-apps/grep: add verify-sigSam James2022-04-072-3/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: add link to upstream gnulib/musl/ppc patchSam James2022-03-131-1/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: Remove oldAndreas K. Hüttel2022-02-124-182/+0
| | | | | | Bug: https://bugs.gentoo.org/803935 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-apps/grep: add links to musl patchSam James2021-11-171-0/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: add ppc32 musl patchGeorgy Yakovlev2021-11-162-0/+16
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-apps/grep: Stabilize 3.7 hppa, #813144Sam James2021-10-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: Stabilize 3.7 ppc, #813144Sam James2021-09-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: x86 stable wrt bug #813144Agostino Sarubbo2021-09-181-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/grep: Stabilize 3.7 arm64, #813144Sam James2021-09-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: sparc stable wrt bug #813144Agostino Sarubbo2021-09-161-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/grep: ppc64 stable wrt bug #813144Agostino Sarubbo2021-09-161-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/grep: amd64 stable wrt bug #813144Agostino Sarubbo2021-09-161-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/grep: Stabilize 3.7 arm, #813144Sam James2021-09-161-1/+1
| | | | Signed-off-by: Sam James <sam@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-apps/grep: add 3.7Sam James2021-08-142-0/+63
| | | | | Closes: https://bugs.gentoo.org/803935 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: Stabilize 3.6 sparc, #777963Sam James2021-03-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: use dev-libs/libsigsegv for stack overflow handling on sparcSam James2021-03-222-6/+24
| | | | | | | | | | | | | | | | | | | | | This fixes test failures on sparc in grep 3.6, although 3.5 still fails. (This seems to be because of an older copy of gnulib in that version.) It seems too risky to to backport gnulib changes to grep 3.5. [Note that I ended up discovering an independent issue because filename-lineno.pl failed on sparc too. This ended up being a real bug in that libpcre upstream doesn't support JIT on sparc64 which manifested in both the test failing and e.g. grep -P foo dying with SIGBUS. I've therefore masked dev-libs/libpcre[jit] on sparc64 in fd573f4.] URL: https://lists.gnu.org/archive/html/bug-gnulib/2021-02/msg00002.html URL: https://debbugs.gnu.org/46227 Bug: https://bugs.gentoo.org/673524 Closes: https://bugs.gentoo.org/768135 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/grep: update metadata indentationSam James2021-03-221-7/+7
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/grep: add bug reference to libsigsegv lineSam James2021-03-193-3/+3
| | | | | Bug: https://bugs.gentoo.org/673524 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: drop x86-macosFabian Groffen2021-01-063-6/+6
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-apps/grep: drop ppc-aix m68k-mintFabian Groffen2020-12-273-3/+3
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-apps/grep: Stabilize 3.4 s390, #730494Sam James2020-12-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: Stabilize 3.5 amd64, #753638Sam James2020-11-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: stable 3.5 for ppc64Sergei Trofimovich2020-11-121-1/+1
| | | | | | | | stable wrt bug #753638 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-apps/grep: stable 3.5 for ppcSergei Trofimovich2020-11-121-1/+1
| | | | | | | | stable wrt bug #753638 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-apps/grep: stable 3.5 for hppaSergei Trofimovich2020-11-121-1/+1
| | | | | | | | stable wrt bug #753638 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-apps/grep: x86 stable (bug #753638)Thomas Deutschmann2020-11-121-1/+1
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-apps/grep: Stabilize 3.5 arm64, #753638Sam James2020-11-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: Stabilize 3.5 arm, #753638Sam James2020-11-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: License is GPL-3+Lars Wendler2020-11-093-3/+3
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/grep: Removed oldLars Wendler2020-11-092-51/+0
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/grep: Bump to version 3.6Lars Wendler2020-11-092-0/+54
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/grep: stable 3.4 for hppa, bug #730494Rolf Eike Beer2020-10-081-1/+1
| | | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-apps/grep: Bump to version 3.5Lars Wendler2020-09-282-0/+55
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/grep: stable 3.4 for ppc64Sergei Trofimovich2020-09-071-1/+1
| | | | | | | | stable wrt bug #730494 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-apps/grep: stable 3.4 for ppcSergei Trofimovich2020-09-071-1/+1
| | | | | | | | stable wrt bug #730494 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-apps/grep: x86 stable wrt bug #730494Agostino Sarubbo2020-08-181-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-apps/grep: amd64 stable wrt bug #730494Agostino Sarubbo2020-08-181-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-apps/grep: Stabilize 3.4 arm64, #730494Sam James2020-08-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: Stabilize 3.4 sparc, #730494Sam James2020-08-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: Stabilize 3.4 arm, #730494Sam James2020-08-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/grep: Removed oldLars Wendler2020-04-212-49/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@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-032-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-263-3/+3
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>