summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: unkeyword ~ia64Arthur Zamarin2024-09-121-1/+1
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-shells/bash: require Bison as yacc implementationSam James2023-06-231-2/+9
| | | | | | | | | | | | | | | | | | | | | | | Upstream only test with Bison and require GNUisms like YYEOF and YYERRCODE. The former at least may be in POSIX soon: https://www.austingroupbugs.net/view.php?id=1269. configure warns on use of non-Bison but doesn't abort. The result may misbehave at runtime. Noticed with recently added bash-5.2_p15-shell-parser-reset-issue.patch (which is blameless in itself). A simple test with a broken Bash is: ``` $ /var/tmp/portage/app-shells/bash-5.2_p15-r4/image/bin/bash -n /lib/gentoo/functions.sh /lib/gentoo/functions.sh: line 104: syntax error near unexpected token `}' /lib/gentoo/functions.sh: line 104: `}' ``` Reference: 3ee2d707a299f352b6970af459b0c25c356cbb25 Reference: dde3a81f420e745fe884b6535796129192f02561 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: quote EPREFIXMike Gilbert2023-01-281-5/+5
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* Move {virtual -> app-alternatives}/yaccSam James2022-12-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: switch to patch tarballsSam James2022-06-131-4/+16
| | | | | | Was taking up 129K in files/ before. Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: use HTTPS homepageSam James2022-04-071-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: drop unused multilib inherit, tidy up ebuildSam James2021-05-131-13/+20
| | | | | | | | | | | * Drop unused multilib inherit * Move lost/orphaned ncurses comment to its rightful place * Normalise bug references * Add whitespace to aid readability Closes: https://github.com/gentoo/gentoo/pull/20538 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* app-shells/bash: drop s390 to ~s390 (unstable)Sam James2021-04-051-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: Backport system-readline sed fixesLars Wendler2020-11-291-1/+1
| | | | | | Bug: https://bugs.gentoo.org/757519 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/bash: EAPI-7 conversionLars Wendler2020-09-241-30/+28
| | | | | | Closes: https://bugs.gentoo.org/742575 Package-Manager: Portage-3.0.8, Repoman-3.0.1 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-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-shells: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/bash: remove sys-apps/paludis providerMikle Kolyada2018-09-191-2/+1
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-shells/bash: Move bash-4.3 into its own slot.Lars Wendler2018-09-171-0/+184
Removed SLOT="0" version. Package-Manager: Portage-2.3.49, Repoman-2.3.10