summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | 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-161-1/+1
| | | | | | | | | | 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>
* app-shells/peco: version bump to 0.5.8Vladimir Pavljuchenkov (SpiderX)2021-01-212-0/+56
| | | | | | | | Closes: https://bugs.gentoo.org/735454 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/18975 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/peco: remove oldWilliam Hubbs2020-05-112-57/+0
| | | | | Closes: https://bugs.gentoo.org/714728 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-shells/peco: migrate to EGO_SUMWilliam Hubbs2020-05-113-26/+85
| | | | | Bug: https://bugs.gentoo.org/714728 Signed-off-by: William Hubbs <williamh@gentoo.org>
* app-shells/peco: version bump to 0.5.7 and other improvementsVladimir Pavljuchenkov (SpiderX)2020-01-202-0/+54
| | | | | | | | | | | 1. Switch to go-module 2. Remade EGO_VENDOR with get-ego-vendor 3. Brind tests back Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua> Closes: https://github.com/gentoo/gentoo/pull/14380 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-shells/peco: Drop oldMichał Górny2019-12-012-108/+0
| | | | Signed-off-by: Michał Górny <mgorny@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/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/peco: version bump to 0.5.3 and ebuild improvementVladimir Pavljuchenkov (SpiderX)2018-06-192-0/+56
| | | | | | | | 1. Added support for test and verbose build. 2. Fixed DEPEND ( removed dev-go/go-spew ). Closes: https://github.com/gentoo/gentoo/pull/8880 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-shells/peco: version bump.Vladimir Pavljuchenkov (SpiderX)2018-01-102-0/+51
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6812
* app-shells/*: Update Manifest hashesMichał Górny2017-12-091-8/+8
|
* app-shells/peco: new ebuildVladimir Pavljuchenkov (SpiderX)2017-07-303-0/+82
peco (pronounced peh-koh) is a tool to filter stuff like logs, process stats, find files, because unlike grep, you can type as you think and look through the current results. Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5060