summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Add new EAPI 3_pre1 value, and disable unpack() support for *.xz for earlierZac Medico2009-02-091-0/+4
* Keep 2_pre* EAPI values in the deprecated list so that uninstalls stillZac Medico2009-02-091-1/+1
* Remove support for deprecated 2_pre* EAPI values.Zac Medico2009-02-091-3/+3
* Fix digraph.clone() to properly clone priority lists.Zac Medico2009-02-051-2/+8
* For python-3.0 compatibility, make dict-like classes modify their keys(),Zac Medico2009-02-045-0/+29
* Fix the priorities display in digraph.debug_print() so it shows the highestZac Medico2009-02-041-3/+2
* Add support in digraph for multiple priorities per edge and support forZac Medico2009-02-041-34/+78
* Use portage.util.cmp_sort_key for python-3.0 compatibility.Zac Medico2009-02-031-2/+2
* Add a cmp_sort_key class which makes it easier to port code for python-3.0Zac Medico2009-02-021-0/+36
* Implement Manifest2Entry.__ne__() so that comparisons inside Manifest.write()Zac Medico2009-01-311-0/+11
* Always ignore hidden files when generating Manifests. Thanks to ChristianZac Medico2009-01-311-1/+3
* Remove the emerge-fetch.log lock message code from fetch() since this isZac Medico2009-01-241-14/+0
* Inside fetch(), only mention /var/log/emerge-fetch.log in locking messagesZac Medico2009-01-241-1/+2
* Add an ignore_priority parameter to digraph.parent_nodes().Zac Medico2009-01-221-3/+9
* Make listdir(ignorecvs=True) ignore .git directories. Thanks to ChristianZac Medico2009-01-221-2/+5
* Fix interaction between ignorelist and ignorecvs parameters inside cacheddir().Zac Medico2009-01-221-4/+7
* Revert chown behavior change from the previous commit, so that chown willZac Medico2009-01-161-11/+16
* Bug #255101 - Fix 'Permission denied' error handling inZac Medico2009-01-162-10/+19
* Fix repoman conditionals inside _expand_new_virtuals() to usev2.2_rc22Zac Medico2009-01-141-3/+2
* Add some more variables to config._env_blacklist to ensure that they neverZac Medico2009-01-141-3/+6
* Make sure spawn() always initializes opt_name because later code assumes that...Zac Medico2009-01-141-0/+3
* In spawn(), put the full cpv in opt_name, instead of just $PF. Thanks toZac Medico2009-01-141-1/+2
* Inside digestgen(), don't unnecessarily call fetch() in cases when the thereZac Medico2009-01-141-1/+6
* Bug #254825 - Improve messages that are displayed when manifest generationZac Medico2009-01-141-11/+40
* Bug #254860 - Add another missing str -> atom conversion insideZac Medico2009-01-131-1/+1
* Bug #254860 - Inside _expand_new_virtuals(), generate instances of AtomZac Medico2009-01-131-3/+4
* Enable use.{mask,force} and package.use.{mask,forc} as-directory in profiles.Zac Medico2009-01-101-8/+7
* Bug #254421 - Make dir_get_metadata() handle 'Connection refused' socket.errorZac Medico2009-01-101-1/+9
* Add a "quiet" parameter to the EOutput constructor, and also flushZac Medico2009-01-101-2/+4
* Use ebegin/eend to indicate when waiting for a lock and when it's acquired.Zac Medico2009-01-102-14/+18
* Inside config._getKeywords(), ignore -* in KEYWORDS, to prevent it fromZac Medico2009-01-101-1/+1
* Fix broken code inside config._getKeywords().Zac Medico2009-01-101-1/+1
* Enable package.keywords as-directory in profiles.Zac Medico2009-01-101-1/+1
* Bug #55321 - Add support for package.keywords in profiles. In profiles,Zac Medico2009-01-101-3/+32
* * Enable the recursive option in profile package.use parsing.Zac Medico2009-01-101-15/+14
* Make die() to show a message indicating the repository that an ebuild cameZac Medico2009-01-091-12/+5
* Bug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. ThanksZac Medico2009-01-096-53/+52
* Fix _setitem() to write the same format that's currently distributed in theZac Medico2009-01-061-5/+40
* Remove print statement from previous commit.Zac Medico2009-01-051-1/+0
* Do not hardlink files unless they are in the sameZac Medico2009-01-051-2/+11
* Bug #253467 - Don't allow alien $A values to leak into the ebuild environment.Zac Medico2009-01-041-5/+7
* Fix the 'Unrecognized configure options' check for compatibility withZac Medico2009-01-031-1/+1
* Make vardbapi._aux_get() return _mtime_ as a long (never as a float).Zac Medico2008-12-251-1/+1
* Inside portdbapi._metadata_callback(), preserve _eclasses_ when the EAPI isZac Medico2008-12-251-15/+20
* Handle potential KeyErrors that may be raised from get_eclass_data(), andZac Medico2008-12-253-10/+16
* Don't add any more that one "-" symbol to the front of an unsupported EAPI.Zac Medico2008-12-251-1/+1
* Inside mirror_cache(), handle unsupported EAPI like portdbapi does.Zac Medico2008-12-251-0/+9
* Bug #252374 - Warn if FEATURES=fakeroot is enabled, but the fakeroot binaryZac Medico2008-12-241-0/+5
* Fix PATH comparison in binarytree.inject() some more.Zac Medico2008-12-241-1/+1
* Fix broken PATH comparisons when eliminating duplicate entries insideZac Medico2008-12-241-2/+2