summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+2
| | | | | | | | | | | | | | | | | | 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/fzy: keyword on ~ppc64Georgy Yakovlev2019-08-041-1/+1
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/fzy: arm stableGeorgy Yakovlev2019-05-111-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/fzy: arm64 stableGeorgy Yakovlev2019-05-111-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/fzy: remove unused patchMichael Mair-Keimberger2019-02-141-89/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/11047 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/fzy: sync live ebuildGeorgy Yakovlev2019-01-271-1/+1
| | | | | Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/fzy: add ~arm64Georgy Yakovlev2019-01-271-1/+1
| | | | | Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/fzy: sync live ebuildGeorgy Yakovlev2019-01-161-2/+2
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/fzy: add ~armGeorgy Yakovlev2019-01-161-2/+2
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/fzy: sync live ebuildGeorgy Yakovlev2018-11-301-1/+1
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/fzy: 1.0 stable on amd64 and x86Georgy Yakovlev2018-11-301-2/+2
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-shells/fzy: drop 0.9-r1Georgy Yakovlev2018-09-272-37/+0
| | | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* app-shells/fzy: drop pre versionGeorgy Yakovlev2018-09-272-41/+0
| | | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* app-shells/fzy: sync live ebuildGeorgy Yakovlev2018-09-231-5/+10
| | | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-shells/fzy: bump to 1.0Georgy Yakovlev2018-09-232-0/+45
| | | | | | | | Now with proper UTF8 support. Change dvtm/tmux script location to /usr/bin Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-shells/fzy: drop oldGeorgy Yakovlev2018-07-011-33/+0
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* app-shells/fzy: add snapshot with working utf-8Georgy Yakovlev2018-06-303-0/+130
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* app-shells/fzy: add live ebuildGeorgy Yakovlev2018-06-301-0/+39
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* app-shells/fzy: update metadata.xmlGeorgy Yakovlev2018-06-161-5/+1
| | | | | Bug: https://bugs.gentoo.org/643644 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-shells/fzy: drop debugging CFLAG and respect CCTim Harder2018-03-242-0/+47
|
* app-shells/fzy: new package.Georgy Yakovlev2018-02-203-0/+61
fzy is a fuzzy text selector (interactive grep) for console. fzy can be used to filter any list: files, command history, processes, hostnames, bookmarks, git commits, etc. It's designed to be used both as an editor plugin and on the command line. Rather than clearing the screen, fzy displays its interface directly below the current cursor position, scrolling the screen if necessary. Closes: https://bugs.gentoo.org/647346 Closes: https://github.com/gentoo/gentoo/pull/7159 Package-Manager: Portage-2.3.19, Repoman-2.3.6