summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Inside portage.fetch(), check for the case where FETCOMMAND creates aZac Medico2009-03-111-0/+29
* Bug #258433 - In portage.fetch(), check for missing ${FILE} parameter inZac Medico2009-03-111-17/+50
* Add new EAPI 3_pre1 value, and disable unpack() support for *.xz for earlierZac Medico2009-03-111-0/+4
* Keep 2_pre* EAPI values in the deprecated list so that uninstalls stillZac Medico2009-03-111-1/+1
* Remove support for deprecated 2_pre* EAPI values. (trunk r12594)Zac Medico2009-03-111-3/+3
* Fix digraph.clone() to properly clone priority lists. (trunk r12587)Zac Medico2009-03-111-2/+8
* For python-3.0 compatibility, make dict-like classes modify their keys(),Zac Medico2009-03-115-0/+29
* Fix the priorities display in digraph.debug_print() so it shows the highestZac Medico2009-03-111-3/+2
* Add support in digraph for multiple priorities per edge and support forZac Medico2009-03-111-34/+78
* Use portage.util.cmp_sort_key for python-3.0 compatibility. (trunk r12572)Zac Medico2009-03-111-2/+2
* Add a cmp_sort_key class which makes it easier to port code for python-3.0Zac Medico2009-03-111-0/+36
* Implement Manifest2Entry.__ne__() so that comparisons inside Manifest.write()Zac Medico2009-03-111-0/+11
* Always ignore hidden files when generating Manifests. Thanks to ChristianZac Medico2009-03-111-1/+3
* Remove the emerge-fetch.log lock message code from fetch() since this isZac Medico2009-03-111-14/+0
* Inside fetch(), only mention /var/log/emerge-fetch.log in locking messagesZac Medico2009-03-111-1/+2
* Add an ignore_priority parameter to digraph.parent_nodes(). (trunk r12551)Zac Medico2009-03-111-3/+9
* Make listdir(ignorecvs=True) ignore .git directories. Thanks to ChristianZac Medico2009-03-111-2/+5
* Fix interaction between ignorelist and ignorecvs parameters inside cacheddir().Zac Medico2009-03-111-4/+7
* Fix svn:keywords again.Zac Medico2009-02-201-2/+2
* Add back Rev to svn:keywords (accidentally removed when setting Id). ThanksZac Medico2009-02-191-1/+1
* Set svn:keywords Id on all files.Zac Medico2009-02-1813-13/+13
* Revert chown behavior change from the previous commit, so that chown willZac Medico2009-01-181-11/+16
* Bug #255101 - Fix 'Permission denied' error handling inZac Medico2009-01-182-10/+19
* Fix repoman conditionals inside _expand_new_virtuals() to usev2.1.6.6Zac 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-141-1/+1
* Bug #254860 - Inside _expand_new_virtuals(), generate instances of AtomZac Medico2009-01-141-3/+4
* Enable use.{mask,force} and package.use.{mask,forc} as-directory in profiles.Zac Medico2009-01-121-8/+7
* Bug #254421 - Make dir_get_metadata() handle 'Connection refused' socket.errorZac Medico2009-01-121-1/+9
* Add a "quiet" parameter to the EOutput constructor, and also flushZac Medico2009-01-121-2/+4
* Use ebegin/eend to indicate when waiting for a lock and when it's acquired.Zac Medico2009-01-122-14/+18
* Inside config._getKeywords(), ignore -* in KEYWORDS, to prevent it fromZac Medico2009-01-121-1/+1
* Bug #55321 - Add support for package.keywords in profiles. In profiles,Zac Medico2009-01-121-3/+32
* * Enable the recursive option in profile package.use parsing.Zac Medico2009-01-121-15/+14
* Make die() to show a message indicating the repository that an ebuild cameZac Medico2009-01-121-12/+5
* Bug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. ThanksZac Medico2009-01-126-53/+52
* Fix _setitem() to write the same format that's currently distributed in theZac Medico2009-01-121-5/+40
* Remove print statement from previous commit. (trunk r12382)Zac Medico2009-01-121-1/+0
* Do not hardlink files unless they are in the sameZac Medico2009-01-121-2/+11
* Bug #253467 - Don't allow alien $A values to leak into the ebuild environment.Zac Medico2009-01-121-5/+7
* Fix the 'Unrecognized configure options' check for compatibility withZac Medico2009-01-121-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