+2004-10-12 Marius Mauch <genone@gentoo.org>
+ * equery: fix for bug #67210
+
2004-10-10 Marius Mauch <genone@gentoo.org>
* Removed old-scripts directory from gentoolkit
* euse: added a errormessage that it doesn't support cascading profiles
* equery: added MD5 verification to `equery check`
* equery: renamed 'hasuses' to 'hasuse'
* equery: added filter patch for `equery files` from bug 43422, thanks to degrenier@easyconnect.fr
+ * Released gentoolkit-0.2.0_pre10
2004-10-10 Karl Trygve Kalleberg <karltk@gentoo.org>
* Fixed Makefiles to work with posix-compatible shells
if not cnt: return
for file in cnt.keys():
if rx.search(file):
- print pkg.get_cpv()
+ print pkg
return
class DummyExp:
if not cnt: return
for file in cnt.keys():
if rx.search(file):
- s = pp.cpv(pkg.get_cpv())
- s += " (" + pp.path(fileAsStr(file, cnt[file])) + ")"
+ s = pkg + " (" + pp.path(fileAsStr(file, cnt[file])) + ")"
print_info(0, s)
if opts["earlyOut"]:
raise DummyExp