summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-0510-20/+20
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/loksh: drop oldGeorgy Yakovlev2020-01-013-69/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* */*: Switch polynomial-c maintained packages to cmake.eclassAndreas Sturmlechner2019-12-312-12/+10
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-shells/loksh: keyword 6.6 on ~ppc64Georgy Yakovlev2019-12-271-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/mcfly: drop ~ppc64 keywordGeorgy Yakovlev2019-12-271-1/+1
| | | | | | | fails at runtime Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/mcfly: drop oldGeorgy Yakovlev2019-12-272-95/+0
| | | | | | Closes: https://bugs.gentoo.org/694418 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/mcfly: bump to 0.3.6Georgy Yakovlev2019-12-272-0/+97
| | | | | | | | fix ebuild QA issues and add licenses Bug: https://bugs.gentoo.org/694418 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/mcfly: keyword on ~ppc64Georgy Yakovlev2019-12-261-1/+1
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* eclass/cargo.eclass: specify --path . to installDoug Goldstein2019-12-261-1/+1
| | | | | | | | | | | | | | cargo install has long required --path . for 2018 edition crates but not required it for 2015 edition crates. It is supported however for 2015 edition crates and works for all versions in the tree so it makes sense to make it the default. Added CARGO_INSTALL_PATH as an eclass variable allowing to override the default. Closes: https://bugs.gentoo.org/703590 Signed-off-by: Doug Goldstein <cardoe@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14097 Tested-by: Georgy Yakovlev <gyakovlev@gentoo.org> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/sash: port to EAPI 7Aaron Bauman2019-12-121-7/+7
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-shells/zsh: Synced live ebuildLars Wendler2019-12-121-3/+5
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/zsh: Revbump to fix ncurses detectionLars Wendler2019-12-122-0/+258
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/ksh: addwrite /proc/self for testsMike Gilbert2019-12-112-1/+15
| | | | | | Closes: https://bugs.gentoo.org/702570 Package-Manager: Portage-2.3.80_p5, Repoman-2.3.19_p4 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-113-8/+7
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-1115-2/+17
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/bash-completion: Disable tests failing in containersMichał Górny2019-12-071-0/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/bash-completion: Remove outdated blockerMichał Górny2019-12-073-3/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/bash-completion: Bump to 2.10Michał Górny2019-12-072-0/+156
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/tcsh: arm64 stableAaron Bauman2019-12-041-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* app-shells/mksh: Add USE=lkshHaelwenn (lanodan) Monnier2019-12-023-2/+64
| | | | | | | | lksh is a variant of mksh intended for legacy scripts and strict POSIX-compatibility Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/mksh: USE=static now uses the system libcHaelwenn (lanodan) Monnier2019-12-022-7/+63
| | | | | | | | | | | | | | | | | Which means that glibc needs to be masked as it's static-linking is broken. I considered dietlibc as a replacement to klibc but: - dietlibc is maintained-needed too - it could be a elibc_glibc? in DEPEND but this would probably be a noblah USE flag - it would mean that arches where mksh is believed to work and some of our libc do but not dietlibc or klibc (like alpha with bug #487672) would be prevented from USE=static Closes: https://bugs.gentoo.org/653388 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/peco: Drop oldMichał Górny2019-12-012-108/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/hstr: fix ncurses configure.Patrice Clement2019-11-282-0/+83
| | | | | | | | Patch courtesy of Dan Goodliffe <gentoo@randomdan.homeip.net>. Closes: https://bugs.gentoo.org/690232 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-shells/zsh-completions: Drop to maintainer-neededManuel Rüger2019-11-231-4/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-shells/zsh-completions: Remove oldManuel Rüger2019-11-232-34/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-shells/zsh-completions: Stabilize on amd64Manuel Rüger2019-11-231-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
* app-shells/gentoo-zsh-completions: drop myself as a maintainerTim Harder2019-11-171-4/+1
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-shells/gentoo-zsh-completions: remove oldTim Harder2019-11-172-28/+0
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-shells/zsh: drop myself as a maintainerTim Harder2019-11-171-4/+0
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-shells/peco: remove revdep glide (wrt 694384), restrict testVladimir Pavljuchenkov (SpiderX)2019-11-131-0/+49
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/13625 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/zsh: remove unused patchMichael Mair-Keimberger2019-11-071-35/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13355 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-shells/kshdb: depend on app-shells/kshMike Gilbert2019-11-031-0/+2
| | | | | Package-Manager: Portage-2.3.78_p6, Repoman-2.3.17_p102 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-shells/kshdb: new packageMike Gilbert2019-11-034-0/+79
| | | | | Package-Manager: Portage-2.3.78_p6, Repoman-2.3.17_p102 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-shells/bash-completion: Drop oldMichał Górny2019-11-032-155/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/bash-completion: stable 2.9-r1 for hppa, bug #693738Rolf Eike Beer2019-10-301-1/+1
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 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/yash: drop oldAkinori Hattori2019-10-272-34/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-shells/yash: amd64/x86 stableAkinori Hattori2019-10-271-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-shells/yash: new upstream releaseAkinori Hattori2019-10-272-0/+34
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-shells/loksh: bump to 6.6Georgy Yakovlev2019-10-252-0/+35
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/bashdb: Removed oldLars Wendler2019-10-165-144/+0
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/bashdb: Bump to version 5.0.1.1.0Lars Wendler2019-10-162-0/+39
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells: Remove *-fbsd KEYWORDSMichał Górny2019-10-1124-24/+24
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-shells/ksh: bump to 2020.0.0Mike Gilbert2019-10-105-37/+84
| | | | | Package-Manager: Portage-2.3.76_p10, Repoman-2.3.17_p62 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-shells/peco: update LICENSE (wrt 695228), revbump with EAPI 7Vladimir Pavljuchenkov (SpiderX)2019-10-072-2/+56
| | | | | | | | | Closes: https://bugs.gentoo.org/695228 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/13088 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/peco: drop old ebuildsVladimir Pavljuchenkov (SpiderX)2019-10-073-107/+0
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/bashdb: ppc64 stable wrt bug #695910Agostino Sarubbo2019-10-031-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bashdb: ppc stable wrt bug #695910Agostino Sarubbo2019-10-031-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bashdb: amd64 stable wrt bug #695910Agostino Sarubbo2019-10-021-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bashdb: x86 stable wrt bug #695910Agostino Sarubbo2019-10-021-2/+2
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Reassign coacher's packagesMichał Górny2019-09-251-8/+1
| | | | | Closes: https://bugs.gentoo.org/632974 Signed-off-by: Michał Górny <mgorny@gentoo.org>