summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-misc/pet: fix pkg_postinst (wrt #650096), use has_versionVladimir Pavljuchenkov (SpiderX)2018-06-171-3/+6
| | | | | | | | | 1. renamed pkg_postinstall to pkg_postinst (wrt #650096) 2. has_version used in conjunction with einfo Closes: https://bugs.gentoo.org/650096 Closes: https://github.com/gentoo/gentoo/pull/7413 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-misc/pet: added slots to DEPENDVladimir Pavljuchenkov (SpiderX)2018-06-171-5/+5
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-misc/pet: version bump to 0.3.0Vladimir Pavljuchenkov (SpiderX)2018-06-172-0/+70
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-misc/pet: version bump.Vladimir Pavljuchenkov (SpiderX)2018-02-042-0/+58
| | | | | | | * Remove dev-go/glide (upstream drop it). Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6813
* app-misc/*: Update Manifest hashesMichał Górny2017-12-091-15/+15
|
* app-misc/pet: install zsh completion scripts.Vladimir Pavljuchenkov (SpiderX)2017-10-071-0/+58
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://bugs.gentoo.org/630606 Closes: https://github.com/gentoo/gentoo/pull/5710
* app-misc/pet: new ebuildVladimir Pavljuchenkov (SpiderX)2017-07-303-0/+99
A simple command-line snippet manager for rarely used commands. It can register command snippets, use variables in snippets, search snippets interactively, run snippets directly, edit snippets easily (config is just a TOML file), sync snippets via Gist. Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5061