Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75887 - Add some functionalities of equery
Summary: Add some functionalities of equery
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoolkit HOWTO (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Jose Luis Rivero (yoswink) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-28 01:34 UTC by Jose Luis Rivero (yoswink) (RETIRED)
Modified: 2005-04-30 17:35 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gentoolkit.xml.patch (gentoolkit.xml.patch,3.96 KB, patch)
2004-12-28 01:37 UTC, Jose Luis Rivero (yoswink) (RETIRED)
Details | Diff
gentoolkit.xml.patch (gentoolkit.xml.patch,3.95 KB, patch)
2004-12-28 05:02 UTC, Jose Luis Rivero (yoswink) (RETIRED)
Details | Diff
gentoolkit.xml.patch (gentoolkit.xml.patch,11.53 KB, patch)
2005-04-18 18:27 UTC, Jose Luis Rivero (yoswink) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Rivero (yoswink) (RETIRED) gentoo-dev 2004-12-28 01:34:21 UTC
After bug #75802 we have lost the explanation of some functionalies provided by qpkg.

Most of them can be done with equery:

 - 1. Listing Files Belonging to an Ebuild
 - 2. Finding the Package That a File Came From
 - 3. Verifying Package Integrity

Only for one i cant find the equery way to do it:

 - Finding duplicate packages

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jose Luis Rivero (yoswink) (RETIRED) gentoo-dev 2004-12-28 01:37:17 UTC
Created attachment 47017 [details, diff]
gentoolkit.xml.patch

Three equery functionalities added to replace qpkg:

 - 1. Listing Files Belonging to an Ebuild
 - 2. Finding the Package That a File Came From
 - 3. Verifying Package Integrity
Comment 2 Jose Luis Rivero (yoswink) (RETIRED) gentoo-dev 2004-12-28 05:02:53 UTC
Created attachment 47025 [details, diff]
gentoolkit.xml.patch

Some typos fixed on previous patch
Comment 3 Xavier Neys (RETIRED) gentoo-dev 2005-02-27 10:22:49 UTC
Back to yoswink for further work.
Comment 4 Jose Luis Rivero (yoswink) (RETIRED) gentoo-dev 2005-04-07 02:47:55 UTC
Karl is reviewing the new part. 
Karl, Would you mind make a post here when you finish your review?

New equery instructions are ready since some time ago from:

- On-line reading: http://dev.gentoo.org/~yoswink/tmp/gentoolkit.html
- The xml code: http://dev.gentoo.org/~yoswink/tmp/gentoolkit.xml

Thanks.
Comment 5 Jose Luis Rivero (yoswink) (RETIRED) gentoo-dev 2005-04-18 18:27:55 UTC
Created attachment 56614 [details, diff]
gentoolkit.xml.patch

Finally, we have a decent patch for equery instructions!.

First of all, thanks to chiguire (to review my poor english) and thanks very
much to karltk who has done a very good work on this doc, reviewing and
extending my draft.

The patch includes instructions to all the options equery implements and are
shorted in the same way as the output of "equery --help".

Final code (maybe more confortable to read) can be found at:
- On-line reading: http://dev.gentoo.org/~yoswink/tmp/gentoolkit.html
- Xml code: http://dev.gentoo.org/~yoswink/tmp/gentoolkit.xml

If noone have any suggestion, i will commit it in a few days.
Comment 6 Sven Vermeulen (RETIRED) gentoo-dev 2005-04-21 08:00:13 UTC
Good patch indeed!
Comment 7 Jose Luis Rivero (yoswink) (RETIRED) gentoo-dev 2005-04-23 03:09:57 UTC
Commited!! Thanks to all.