summaryrefslogtreecommitdiff
path: root/trunk/src
AgeCommit message (Collapse)Author
2007-04-01remove deprecated string usageantarus
svn path=/; revision=370
2007-03-31 Fix traceback in equery which (Bug #134053)fuzzyray
svn path=/; revision=369
2007-03-29Change package.get_???_deps() methods to try the portage tree first, since ↵fuzzyray
emerge always uses the portage tree for dependencies. (Bug #164678) svn path=/; revision=368
2007-03-29Convert deprecated string functions to str methodsfuzzyray
svn path=/; revision=367
2007-03-25Remove subversion/git patch due to many bugsfuzzyray
svn path=/; revision=366
2007-03-24Fix broken processing of new ebuilds. (Bug #172017)fuzzyray
svn path=/; revision=363
2007-03-21Re-apply subversion patchfuzzyray
svn path=/; revision=362
2007-03-18Change --no-color to --nocolor for consistency within gentoolkit. (Bug #165165)fuzzyray
svn path=/; revision=361
2007-03-18Remove space in #! linefuzzyray
svn path=/; revision=360
2007-03-17Fix typo in package.py (Bug #168347)fuzzyray
svn path=/; revision=359
2007-03-16Fix equery check to not fail for symlinks prefixed with ./ (Bug #170702)fuzzyray
svn path=/; revision=358
2007-03-15Trim trailing slash from query for equery belongs command (Bug #170981)fuzzyray
svn path=/; revision=357
2007-03-14Fix bug with --package-names option not rebuilding packages (Bug #169761)fuzzyray
svn path=/; revision=356
2007-03-10Add --depth option to equery depgraph to limit the depth of the dependency ↵fuzzyray
graph. (Bug #115807) svn path=/; revision=355
2007-03-10Add support to detect "no version information available" message from ldd ↵fuzzyray
(Bug #169973) svn path=/; revision=354
2007-03-09Improved handling of KeyError in equery depends command (Bug #169929).fuzzyray
svn path=/; revision=353
2007-03-09Improved handling of KeyError in equery depends command (Bug #169929).fuzzyray
svn path=/; revision=352
2007-03-07Update revdep-rebuild to use --deep instead of --emptytree for ordering ↵fuzzyray
algorithm svn path=/; revision=351
2007-02-26Display access info in verbose list modegenone
svn path=/; revision=349
2007-02-19Update echangelog to support Subversion and git. Bug #136048fuzzyray
svn path=/; revision=348
2007-02-05- add Makefilesolar
svn path=/; revision=346
2007-02-05- fix up some whitespaces and use portage_const.CACHE_PATH+/xpak/ vs ↵solar
$PORTAGE_TMPDIR/.xpak svn path=/; revision=345
2007-02-05- add caching backend for tarballs,xpak,checksums. Consecutive runs on 901 ↵solar
pkgs went from 60s down to 1.5s. initial run went up by 9s. the cache should detect stale .xpak files to and clean up after itself to minimize disk usage svn path=/; revision=344
2007-02-04- initial import of epkginfosolar
svn path=/; revision=343
2007-01-31Derive getopt parameters from optionmapgenone
svn path=/; revision=342
2007-01-24Fix accidental mangling of the #! linefuzzyray
svn path=/; revision=341
2007-01-24Simplify find_best_match(), since it was causing Bug #161995, and portage ↵fuzzyray
now handles virtuals fairly well svn path=/; revision=340
2007-01-12Fix find_world_packages() to be able to open the world filefuzzyray
svn path=/; revision=339
2007-01-11Fix get_dependants() to raise an Exception instead of a string (Bug 137783)fuzzyray
svn path=/; revision=337
2007-01-10Do not install epkgmove, deprecate gensync for gentoolkit-devfuzzyray
svn path=/; revision=336
2007-01-08Added caching to speed up equery depends --indirect commandfuzzyray
svn path=/; revision=335
2007-01-08Fix misaligned output. Bug 125890fuzzyray
svn path=/; revision=334
2007-01-02Fix equery depends --indirect command. (Bug #124552)fuzzyray
svn path=/; revision=333
2007-01-02Fix get_provide() method to also work for uninstalled packagesfuzzyray
svn path=/; revision=332
2007-01-02Fix get_provides() methodfuzzyray
svn path=/; revision=331
2007-01-01Fix typo in man page (Bug 159637)fuzzyray
svn path=/; revision=330
2006-12-31Reworked equery depends command to be more accuratefuzzyray
svn path=/; revision=329
2006-12-13Fix handling of /etc/portage/package.maskfuzzyray
svn path=/; revision=328
2006-12-12Add --tree option to equery files command. (Bug #62898)fuzzyray
svn path=/; revision=327
2006-12-12Fix equery depends command to actually list all dependenciesfuzzyray
svn path=/; revision=326
2006-12-06Modify equery size command to work like the equery list command for pkgspec ↵fuzzyray
arguments svn path=/; revision=325
2006-11-27Fix typographical error in eclean help and man page. (Bug #156243)fuzzyray
svn path=/; revision=324
2006-10-19- be sure to strip newlines and join whitespace. Brian Harring from Bug 151657solar
svn path=/; revision=323
2006-10-11Fix fileAsStr to understand device filesfuzzyray
svn path=/; revision=322
2006-10-11- introduce new serialize_depset function and minor cleanups from ferringb. ↵solar
I added a little more filtering to the vmask variable etc. svn path=/; revision=321
2006-10-07Fix quoting bug in get_real_path()fuzzyray
svn path=/; revision=320
2006-09-22Adding eread utility for reading and managing ELOG files. Courtesy of Donnie ↵fuzzyray
Berkholz svn path=/; revision=318
2006-09-17Fix bug in Slotting logic when using --package-namesfuzzyray
svn path=/; revision=317
2006-09-04Changed spelling of Skipp to Skipfuzzyray
svn path=/; revision=315
2006-09-03Remove unused environment variables before calling emerge. Bug #142074fuzzyray
svn path=/; revision=314