summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Make dblink.unmerge() succeed even when ebuild phases are unsuccessful becauseZac Medico2008-08-041-6/+6
* Add a more generic VariableSet to replace the InheritSet and RestrictSetZac Medico2008-08-031-57/+16
* Add a new RestrictSet which contains all packages that match specifiedZac Medico2008-08-021-7/+67
* In the file collision elog message, only say 'NOT merged' whenZac Medico2008-08-021-4/+8
* * Add INHERITED to vardbapi._aux_cache_keys since Package.metadata_keys alsoZac Medico2008-08-011-2/+2
* Add debug support to PackagesSystemSet since robbat2 is reporting an emptyZac Medico2008-08-011-2/+22
* Add DowngradeSet and OwnerSet to __all__.Zac Medico2008-08-011-1/+2
* Make InheritSet more like DowngradeSet, and check INHERITED from the highestZac Medico2008-08-011-7/+17
* Optimize `emaint` --fix binhost so that it the Packages file isn't re-readZac Medico2008-08-012-16/+37
* Bug #233487 - Fix --fetch-all-uri breakage:Zac Medico2008-08-011-1/+6
* Fix DowngradeSet so it's safe for cases when no ebuild is available.Zac Medico2008-07-311-0/+2
* Bug #233253 - Implement a @downgrade set which selects packages for whichZac Medico2008-07-311-1/+39
* Always invalidate results from _userpriv_test_write_file_cache whenZac Medico2008-07-311-1/+1
* Add a new @module-rebuild set which emulates the behavior of theZac Medico2008-07-311-1/+37
* Implement a new @live-ebuilds which is generated from installed packagesZac Medico2008-07-311-1/+38
* Fixes in portage.fetch() for bugs #233303 and #94133:Zac Medico2008-07-311-2/+48
* Split out a _spawn_fetch() function that will be useful for implementing aZac Medico2008-07-311-29/+49
* Remove redundant use dep validation code that's handled by regular expressionZac Medico2008-07-301-6/+2
* Remove unused variable.Zac Medico2008-07-301-1/+1
* * Add more use dep validation.Zac Medico2008-07-302-9/+28
* Change conditional USE deps syntax and expermental EAPI from 2_pre0 to 2_pre1.Zac Medico2008-07-304-19/+25
* In apply_recursive_permissions(), ignore InvalidLocation exceptions such asZac Medico2008-07-291-2/+6
* Tweak table alignment.Zac Medico2008-07-291-2/+2
* Implement _use_dep.__nonzero__().Zac Medico2008-07-291-0/+3
* Fix _use_dep.__str__() to work correctly in the case when conditional USEZac Medico2008-07-291-0/+2
* Fix alignment.Zac Medico2008-07-281-1/+1
* Tweak the conditional USE deps examples.Zac Medico2008-07-281-4/+4
* Fix broken reference to "categories" in CategorySet.singleBuilder(). ThanksZac Medico2008-07-281-1/+1
* Bug #233103 - In portage.fetch(), pass all config variables instead of justZac Medico2008-07-281-1/+1
* Even though the message is split on $'\n' in elog_base(), it's stillZac Medico2008-07-281-1/+1
* Remove pointless generator expression.Zac Medico2008-07-281-1/+1
* Fix arg count when constructing a TypeError in the SlotDict constructor.Zac Medico2008-07-281-1/+1
* Add support for an new EAPI="2_pre0" value so that people who want to testZac Medico2008-07-281-1/+4
* Disable the multi-bracket USE deps syntax, so only the comma separated syntaxZac Medico2008-07-283-4/+6
* Implement new conditional USE dep syntax:Zac Medico2008-07-282-25/+80
* Create a SlotDict constructor which can take an optional positional arg thatZac Medico2008-07-281-0/+13
* * Add support in dep_getusedeps() and isvalidatom() for comma separated USEZac Medico2008-07-282-3/+33
* Bug #233137 - Implement Atom.split().Zac Medico2008-07-281-1/+2
* Fix EbuildFetcher to pass all config variables to the fetcher so thingsZac Medico2008-07-271-0/+7
* Make elog_base() just use \n as the delimiter in the file since it's safeZac Medico2008-07-271-1/+1
* Fix breakage from r11213 in INHERITED values returned from portdbapi.aux_get().Zac Medico2008-07-271-8/+4
* Serialize src_unpack() $DISTDIR access for live ebuilds since otherwise theyZac Medico2008-07-271-1/+1
* Fix LinkageMap.findConsumers() to check whether the master link for a libZac Medico2008-07-261-1/+19
* Bug #232924 - When the user specifies a non-existent set, display a list ofZac Medico2008-07-261-0/+3
* Bug #228085 - In the event of a file collision, the explanation about theZac Medico2008-07-261-1/+14
* Detect an invalid cpv passed into portdbapi.findname2() and raise anZac Medico2008-07-251-1/+3
* Bug #206773 - Add a new PORTAGE_IONICE_COMMAND variable that emerge usesZac Medico2008-07-241-1/+2
* Bug #228117 - Insert a trailing newline in the getconfig() input file asZac Medico2008-07-241-1/+39
* Avoid "0 files checked ..." messages reported by Pesa.Zac Medico2008-07-231-1/+1
* In dblink.unmerge(), redirect preserve-libs "!needed" messages to the log fileZac Medico2008-07-221-1/+2