Skip to content

0.2.6

Compare
Choose a tag to compare
@kentfredric kentfredric released this 26 Jul 09:44
· 53 commits to master since this release
  • Gentoo v0.02.06
  • fileBelongsToPackage(): Do not die if CONTENTS file is missing.
    (Reported by Michael Cummings [email protected])
  • Speedup functions getFilesOfInstalledPackage(), fileBelongsToPackage()
  • Source cleanups
  • New functions: disableColors(), getPackagesFromWorld(), recordPackageInWorld(), removePackageFromWorld()
  • formatUseflags(): Also handle suffixes (% and *)
  • added .cache dir to EXCLUDE_DIRS for use with paludis
  • removed virtual dir from EXCLUDE_DIRS - we actually want virtuals in
  • getPackagesFromCategory(): - Use PORTDIR by default - New optional
    parameter to set the repository to use - Check for dirs before trying to
    access them
  • searchPackage(): Works - Feel free to use it now.
  • Fixed bug #175175 - getArch() was not able to resolve the profile path
    if make.profile was an absolute path
  • Apply fixes from bug #175175 to getProfilePath(); refactored getArch()
    and getUsemasksFromProfile()
  • Make test getPortageXScategorylist() more robust