summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-shells/tcsh: eutils->epatchSam James2021-04-181-1/+1
| | | | | Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/posh: use BDEPEND for app-arch/xz-utilsSam James2021-04-181-2/+1
| | | | | Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/posh: drop obsolete app-arch/xz-utils DEPENDSam James2021-04-181-2/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/squirrelsh: use BDEPEND for virtual/pkgconfigSam James2021-04-181-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash-completion: add missing user-info eclassMichael Mair-Keimberger2021-04-141-2/+2
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20368 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/fish: Removed oldLars Wendler2021-04-072-90/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/fish: Bump to version 3.2.2Lars Wendler2021-04-072-0/+90
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/mcfly: version bump (0.5.6)Michael Mair-Keimberger2021-04-052-0/+116
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20268 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/tcsh: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/quoter: drop s390 to ~s390 (unstable)Sam James2021-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/push: drop s390 to ~s390 (unstable)Sam James2021-04-052-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/bash: drop s390 to ~s390 (unstable)Sam James2021-04-0511-19/+19
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/mksh: fix MisplacedEclassVar (ECVS_AUTH)Sam James2021-04-032-3/+3
| | | | | | | Modifies OpenSSH dependency in global scope, so must be defined pre-inherit. Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: stabilize 0.32.0: x86Sam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: sync live ebuildSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: keyword 0.32.0: ~ppcSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: stabilize 0.32.0: sparcSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: stabilize 0.32.0: armSam James2021-03-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: ~ppc64 keywordedSam James2021-03-253-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh: Minor improvements in zprofileLars Wendler2021-03-211-3/+3
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/gentoo-zsh-completions: ~x64-macos keywordedSam James2021-03-202-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/gentoo-zsh-completions: sync live ebuildSam James2021-03-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: stabilize 0.32.0: arm64Sam James2021-03-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: sync live ebuildSam James2021-03-201-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/zsh-completions: ~x64-macos keywordedSam James2021-03-202-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fish: Bump to version 3.2.1Lars Wendler2021-03-182-0/+90
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/pdsh: add github upstream metadataSam James2021-03-161-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/pdsh: add 2.34Sam James2021-03-163-0/+84
| | | | | | | | Switches to a fork. Thanks-to: orbea <orbea@riseup.net> Closes: https://bugs.gentoo.org/775593 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-168-9/+9
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-166-6/+6
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-164-4/+3
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/zsh-syntax-highlighting: Drop oldMikle Kolyada2021-03-132-43/+0
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-shells/zsh-syntax-highlighting: mark stableMikle Kolyada2021-03-131-2/+2
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-shells/autojump: Add Python 3.9 compatMatt Turner2021-03-081-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-shells/localshell: port to EAPI 7 (fix DeprecatedEclass)Sam James2021-03-051-6/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/fish: Removed oldLars Wendler2021-03-026-280/+0
| | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/fish: Synced live ebuildLars Wendler2021-03-021-4/+5
| | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/fish: Bump to version 3.2.0Lars Wendler2021-03-022-0/+90
| | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/mcfly: security cleanupMichael Mair-Keimberger2021-02-284-355/+0
| | | | | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Bug: https://bugs.gentoo.org/751091 Closes: https://github.com/gentoo/gentoo/pull/19555 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/mcfly: install fish/zsh integrationMichael Mair-Keimberger2021-02-281-0/+114
| | | | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/770088 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/fish: stable 3.1.2 for hppa, bug #762910Rolf Eike Beer2021-02-261-1/+1
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-shells/mksh: Version cleanup, 59Haelwenn (lanodan) Monnier2021-02-222-83/+0
| | | | | | Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/19495 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/mcfly: take maintaineshipMichael Mair-Keimberger2021-02-161-1/+8
| | | | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19464 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/mcfly: bump to 0.5.3Michael Mair-Keimberger2021-02-162-0/+105
| | | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/mksh: Stabilize 59c arm, #769203Sam James2021-02-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/mksh: Stabilize 59c ppc, #769203Sam James2021-02-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/mpibash: fix double KEYWORDSSam James2021-02-152-4/+2
| | | | | | | | | | Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/mksh: Stabilize 59c arm64, #769203Sam James2021-02-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/mksh: Stabilize 59c ppc64, #769203Sam James2021-02-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-shells/mksh: Stabilize 59c amd64, #769203Sam James2021-02-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>