aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* man: regen for updated footerFabian Groffen2024-01-011-2/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qdepends: add support for IDEPEND, #892533Fabian Groffen2023-01-301-2/+6
| | | | | Bug: https://bugs.gentoo.org/892533 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qdepends: add --resolve flag to lookup depstringsFabian Groffen2022-05-261-1/+10
| | | | | | | This doesn't respect keywords or masks, but with installed packages shows which packages currently match the deps as expressed Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* man: regen with new qwhich manpagev0.91Fabian Groffen2021-02-201-1/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* man: regenerate after alignment fixFabian Groffen2020-11-291-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* man: regenFabian Groffen2019-11-171-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* applets: reword -v help description into what it really isFabian Groffen2019-07-141-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qdepends: make -qq with -Q just print list of packagesFabian Groffen2019-06-191-1/+18
| | | | | Bug: https://bugs.gentoo.org/683430 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* libq/atom: add the antislotFabian Groffen2019-06-091-2/+6
| | | | | | | | | Introduce antislot matching. This allows to match a SLOT, but not the given one. This is mostly useful for finding packages to rebuild after upgrading a dependant package. Bug: https://bugs.gentoo.org/683430 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* build-sys: regenerateFabian Groffen2019-05-201-0/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qdepends: allow querying ebuild treesFabian Groffen2019-05-141-3/+10
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qdepends: allow custom formattingFabian Groffen2019-05-051-5/+7
| | | | | | | This isn't yet fully useful, since information like SLOT, REPO, etc. isn't available in the parsed atoms. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qcache: rename to qkeywordFabian Groffen2019-05-021-2/+2
| | | | | | | | qcache has its roots in reading the metadata cache, but since this is standard functionality provided by libq/cache now, all that qcache does really is things with keywords. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qdepends: update manpage for rewriteFabian Groffen2019-04-081-39/+39
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* man: regen after Assignee removalFabian Groffen2019-02-281-2/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* qdepends: add support for BDEPENDFabian Groffen2019-02-051-5/+8
| | | | | Bug: https://bugs.gentoo.org/674936 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* man: regenerateFabian Groffen2018-05-181-0/+1
|
* man: regenerate for releaseFabian Groffen2018-05-181-1/+2
|
* man/qdepends: improve manpageFabian Groffen2018-04-011-19/+58
| | | | Bug https://bugs.gentoo.org/645554
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-2/+2
| | | | | | Many applets now are so complicated that a single line of text isn't sufficient to describe all of its capabilities/nuances. Allow them to pass in an arbitrary string of data to contain examples.
* man: regeneratev0.51Mike Frysinger2014-03-111-2/+22
|
* man: regenerate with new python helperMike Frysinger2013-09-291-6/+34
|
* regen man pagesMike Frysinger2012-04-151-20/+16
|
* - refresh man pagesNed Ludd2007-05-111-3/+3
|
* - man updatesNed Ludd2007-01-071-2/+2
|
* - update man pagesNed Ludd2007-01-071-4/+3
|
* improve generated manpages #147038 by Benno Schulenberg/TGLMike Frysinger2006-09-111-4/+4
|
* - updated qfile ROOT and manpage handling.. TGL bug #142217Ned Ludd2006-08-211-2/+2
|
* Moved qimlate into qcache. Adds the -d/--dropped flag to list packages with ↵Thomas Cort2006-05-191-2/+2
| | | | dropped keywords. Adds the -t/--testing-only flag to list packages that are only in testing on an arch, but not stable. Adds the -a/--all flag to list all packages on an arch that are keyworded ~arch/arch. Removed the qimlate manpage, add the qcache manpage. argv processing still needs to be cleaned up.
* - add qimlate.1 and update other man pagesNed Ludd2006-05-141-2/+2
|
* - updated TODO, mkman script and the man pagesNed Ludd2006-04-151-3/+3
|
* - update man pages and for 0.1.15 version bumpv0.1.15Ned Ludd2006-03-271-3/+3
|
* - update manpagesNed Ludd2006-02-261-3/+3
|
* - regen manpagesNed Ludd2006-01-281-3/+3
|
* - regen manpages, update depends, get rid of any compile warns and get ready ↵v0.1.12Ned Ludd2006-01-121-3/+3
| | | | to release a new portage-utils
* - few hrs of coding laterNed Ludd2006-01-081-2/+2
|
* - update manpagesNed Ludd2006-01-071-10/+7
|
* - update manpagesNed Ludd2005-12-111-4/+4
|
* - regen manpages for new rcsid handlingNed Ludd2005-11-061-2/+2
|
* - add new applet qgrep. grep alike util for ebuilds. New global -Q flag to ↵Ned Ludd2005-11-061-5/+8
| | | | suppress warnings and errors. Reworked quse_describe_flag() to take a 3rd arg, this allows us to reuse the function for other things. equery u <pkgspec> comes to mind. Update all the manpages.
* - touch up syntax in main.c; update qdepends man pageNed Ludd2005-10-011-4/+9
|
* - update man pages. adds q pkgv0.1.4Ned Ludd2005-09-241-4/+12
|
* - last commit may need to be reverted for quse I ment to commit 1 file vs ↵Ned Ludd2005-07-181-1/+1
| | | | pwd. bunch of man page fixups and a correction for main.c as a result of my last commit
* main.cNed Ludd2005-07-181-7/+8
|
* - add some initial man pagesv0.1.1Ned Ludd2005-06-171-0/+37