aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* equery.1: Add description of 'keywords' module, fix typo.Alexis2023-06-171-2/+76
| | | | | | Signed-off-by: Alexis <flexibeast@gmail.com> Closes: https://github.com/gentoo/gentoolkit/pull/29 Signed-off-by: Sam James <sam@gentoo.org>
* equery: Add -F TMPL option to depends moduleArno Bauernöppel2022-07-081-0/+4
| | | | | | | | | | | | | | | | Like in other modules it is now possible to format the output of the equery module 'depends' with the commandline switch '-F' and TMPL. The man page was adujusted. A new static method 'print_formated' was created. In method 'format_depend' is checked if the new option is present. Depending on the check the PackageFormatter is used to display the dependencies. manually apply github PR, some minor editing. Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* equery: update linguas->l10n optionMartin Matous2022-07-081-2/+2
| | | | | | Signed-off-by: Martin Matous <m@matous.dev> Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* Add -f/--forced-masked to equery(1)Oskari Pirhonen2022-07-081-0/+4
| | | | | Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* man: Switch to https linksMatt Turner2022-03-171-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* Remove remnants of herds supportMatt Turner2022-03-161-7/+3
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* equery: Remove leftovers from 'changes' removalMatt Turner2021-07-161-48/+0
| | | | | | Closes: https://bugs.gentoo.org/796986 Fixes: bcb8158 ("equery: Remove 'changes' subcommand") Signed-off-by: Matt Turner <mattst88@gentoo.org>
* equery.1: Fix spelling and typos in man pageNuno Silva2021-06-181-4/+4
| | | | | Closes: https://github.com/gentoo/gentoolkit/pull/10 Signed-off-by: Sam James <sam@gentoo.org>
* equery: Fix outdated link in man page bug 583054Brian Dolbec2016-05-181-1/+1
| | | | | | Replace it with the new Devmanula wiki page link for the metadata.xml file. X-Gentoo-bug: 583054 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=583054
* equery: add --ignore-linguas switch to equery man page.Paul Varner2013-11-011-0/+4
|
* drop trailing whitespaceMike Frysinger2012-12-191-109/+109
| | | | | | Should be no functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Minor example changes to equery man page.Paul Varner2012-10-091-2/+2
| | | | | | Fix typo for 'equery which' example. Change 'equery meta --description screen' to 'equery meta --description app-misc/screen' so portage doesn't show ambigous package name error.
* Update man page to include --ebuild option to equery which commandPaul Varner2012-04-111-1/+5
|
* Fix spelling errors in equery.1 and euse.1 man pages. (Bug 371268)Paul Varner2011-06-141-2/+2
|
* Remove extraneous merge conflict marker.Paul Varner2011-01-061-1/+0
|
* Add gentoolkitNonZeroExit exceptionPaul Varner2011-01-061-1/+4
| | | | | | | | | | This exception should only be used when an error is not fatal and the absence of information means no data was found. The return_code parameter can be used to set the exit value. Have the equery list module when in quiet mode return an exit status of 3. This is needed to prevent 'euse -I' from printing many 'No installed packages matching ...' error messages.
* man page formatting cleanup.Paul Varner2011-01-061-210/+210
| | | | | Loaded man pages into manedit and resaved. This has the effect of cleaning up the formatting, mainly properly escaping '-' characters.
* Add equery has information to the man page. Brian Dolbec2010-12-211-0/+48
|
* Document --format option for equeryfuzzyray2010-04-121-0/+50
| | | | svn path=/trunk/gentoolkit/; revision=774
* sync with genscripts rev 343. This adds the initial py3k support and the ↵fuzzyray2010-03-091-1/+1
| | | | | | analyse utility to gentoolkit svn path=/trunk/gentoolkit/; revision=751
* Merge genscripts rev 146. This changes the unknown masking status in equery ↵fuzzyray2010-01-081-4/+4
| | | | | | list to [??] instead of [XX]. Bug 273096 svn path=/trunk/gentoolkit/; revision=733
* Fix typo in equery man pagefuzzyray2009-12-171-1/+1
| | | | svn path=/trunk/gentoolkit/; revision=726
* Merge genscripts rev 137, this revision makes the output of equery meta ↵fuzzyray2009-12-141-7/+13
| | | | | | compatible with epkginfo svn path=/trunk/gentoolkit/; revision=722
* Merge genscripts rev 130fuzzyray2009-12-111-3/+3
| | | | svn path=/trunk/gentoolkit/; revision=721
* Merge rev 113 from djanderson's genscripts repofuzzyray2009-12-081-254/+505
| | | | svn path=/trunk/gentoolkit/; revision=703
* Fix bug 248844, thanks to J M W <ultip@ymail.com>.idl0r2009-10-261-3/+6
| | | | svn path=/trunk/gentoolkit/; revision=694
* Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, ↵fuzzyray2009-05-051-0/+278
gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery svn path=/trunk/gentoolkit/; revision=589