Hi! After upgrading to latest mono version (1.9) I got some mono apps broken. These apps are easily "fixed" simply re-emerging them. I wanted to make this "re-emerge" task more automatic using: # emerge -1av `equery -q d mono` But it cannot be used because of missing "=" before package names. equery outputs something like: media-gfx/f-spot-0.4.3.1 And emerge expects something like: =media-gfx/f-spot-0.4.3.1 or: media-gfx/f-spot I am using gentoolkit-0.2.4_rc4 Thanks a lot Reproducible: Always
Related is bug #224515.
For now I used: http://forums.gentoo.org/viewtopic-p-5110212.html#5110212 Thanks :-)
(In reply to comment #1) > Related is bug #224515. > Jer, I'm confused. Isn't this bug #224515? What bug did you mean?
(In reply to comment #3) > (In reply to comment #1) > > Related is bug #224515. > > > > Jer, I'm confused. Isn't this bug #224515? What bug did you mean? I think there was some portage-utils bug requesting the same enhancement, probably bug #224517. :)
How about I add a " -A, --atomize" option to depends. That would make the command line: # equery -q d -A = mono other options could also be: # equery -q d -A >= momo, ... Basically you supply the atom you want pre-pended to the pkg. That will allow it to be used for more than just feeding it to emerge, such as a package.mask file? Let me know and I can have it in for -0.3.0_rc10. Also if there are other equery modules that could benefit, let me know.
(In reply to comment #5) > How about I add a " -A, --atomize" option to depends. That would make the > command line: > > # equery -q d -A = mono > > other options could also be: > > # equery -q d -A >= momo, ... > > Basically you supply the atom you want pre-pended to the pkg. > > That will allow it to be used for more than just feeding it to emerge, such as > a package.mask file? > > Let me know and I can have it in for -0.3.0_rc10. It looks fine to me, thanks a lot :-D > > Also if there are other equery modules that could benefit, let me know. > Most times I use it with "depends" module, but maybe could be also useful for "belongs" one
Done, it is in the genscripts development repo if you would like to test run it. Put it through it's paces and report any errors/problems. Thank you. I'm going to add it to belongs as well brian@big_daddy ~/Dev/genscripts/trunk $ svn commit Authentication realm: <https://genscripts.googlecode.com:443> Google Code Subversion Repository Password for 'brian.dolbec': Sending trunk/gentoolkit/pym/gentoolkit/equery/depends.py Transmitting file data . Committed revision 270.
going thru te bugs again, i see djanderson had not updated this one. The change I made for this option was reversed in favor of a custom formatting option that is consistent for several of the equery actions. It is included in the 0.3.0_rc10 release.
Still not completely fixed. We need to make the formatting code a global option and not a local option to each module. Right now, it only works for equery list.
This currently only works for equery list. We need to apply the filtering code to work on every module where it makes sense.
*** Bug 419865 has been marked as a duplicate of this bug. ***
*** Bug 468216 has been marked as a duplicate of this bug. ***