summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Use a frozenset for use inside binarytree._eval_use_flags().v2.2_rc63Zac Medico2010-02-191-1/+1
* Add stacklevel=2 to warnings.warn calls.Zac Medico2010-02-192-2/+2
* Add stacklevel=2 to warnings.warn() calls.Zac Medico2010-02-191-2/+2
* Remove deprecated methods that call removed key_expand function.Zac Medico2010-02-192-75/+3
* Add DeprecationWarning to dep_virtual function.Zac Medico2010-02-191-0/+2
* Remove deprecated key_expand function and config.load_infodir method.Zac Medico2010-02-191-31/+0
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-2/+5
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-3/+6
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-2/+2
* Use a valid atom in the dep_getkey docstring.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Bug #303519 - Call warnings.warn() with stacklevel=2 inside dep_getkey andZac Medico2010-02-191-3/+3
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-2/+2
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-3/+3
* Fix deprecated dep_getkey usage in match_from_list.Zac Medico2010-02-191-1/+3
* Make dep_getkey() recommend cpv_getkey() if given a cpv.Zac Medico2010-02-191-1/+6
* Use a property to trigger deprecation warnings if binarytree.remotepkgsZac Medico2010-02-191-9/+27
* Remove the deprecated 'clone' parameter from the portagetree constructor.Zac Medico2010-02-191-10/+2
* Remove deprecated portdbapi.getfetchlist() method.Zac Medico2010-02-191-24/+0
* Remove deprecated binarytree.get_use() method.Zac Medico2010-02-191-5/+0
* Remove the deprecated 'clone' parameter to the binarytree constructor.Zac Medico2010-02-191-14/+2
* Deprecate the unused getbinpkgsonly parameter to binarytree.populate().Zac Medico2010-02-191-3/+11
* Add @rebuilt-binaries set which uses BUILD_TIME to pull in binary packagesZac Medico2010-02-171-1/+24
* Bug #303567 - Merge libc asap, in order to account for implicit dependencies.Zac Medico2010-02-171-0/+1
* Cache BUILD_TIME in $PKGDIR/Packages and inside bindbapi.Zac Medico2010-02-151-2/+3
* Cache BUILD_TIME in vdb_metadata.pickle.Zac Medico2010-02-151-1/+1
* Add a BUILD_TIME vdb entry containing the integer number of seconds since theZac Medico2010-02-151-0/+5
* Add a 'trees' parameter to portdbapi.cp_all(). Thanks to Brian Dolbec (dol-sen)Zac Medico2010-02-151-3/+12
* Use config.environ() instead of config.items() when spawning FETCHCOMMAND.Zac Medico2010-02-151-1/+1
* Make sure that config._accept_chost() accepts empty CHOST.Zac Medico2010-02-141-2/+3
* Prevent CHOST vdb entries from being created for virtual packages.Zac Medico2010-02-142-0/+10
* Evaluate conditional USE deps for *DEPEND atoms saved in vdb entries.Zac Medico2010-02-142-0/+21
* Don't save SRC_URI as a vdb entry since it's pretty useless and it's availableZac Medico2010-02-141-2/+2
* Evaluate USE conditionals when writing vdb entries after src_install.Zac Medico2010-02-141-5/+30
* Bug #262647 - Explicitly exclude SRC_URI and other potentially long metadataZac Medico2010-02-131-3/+7
* When creating a config instance for ROOT=/ with a clean env, copy PATH andZac Medico2010-02-121-2/+7
* Remove unnecessary newline in dblink._eerror message.Zac Medico2010-02-111-1/+1
* Fix dblink._eerror argument where list is required instead of string.Zac Medico2010-02-111-1/+2
* Make previous commit use eerror for logging.Zac Medico2010-02-111-3/+2
* try to be more forgiving if unlinking fails, because we end up in an unknownZac Medico2010-02-111-0/+12
* Bug #303211 - Discard invalid SIZE metadata when using the old binhostZac Medico2010-02-101-0/+11
* Bug #298479 - Filter $USER from the ebuild environment since it's inaccurateZac Medico2010-02-091-1/+1
* Make Glsa constructor raise GlsaFormatException when a package name attributeZac Medico2010-02-091-0/+8
* Add a portdbapi.getRepositoryName() method which is the inverse ofZac Medico2010-02-061-0/+12
* Add an optional 'categories' parameter to portdbapi.cp_all(), for listingZac Medico2010-02-051-2/+4
* Bug #303445 - Fix getmaskingreason() to reset comment state when looping toZac Medico2010-02-041-3/+2
* Make verify_all() do checksums in sorted order by hash name.Zac Medico2010-02-031-1/+1
* Simplify the conditional that triggers calculation of A and AA variables.Zac Medico2010-02-011-1/+1
* Fix @module-rebuild to support $ROOT.Zac Medico2010-01-311-1/+4