summaryrefslogtreecommitdiff
path: root/portato/backend/portage/system.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better slot handling in packages.René 'Necoro' Neumann2009-11-051-2/+2
|
* Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann2009-10-051-2/+19
|
* Add 'eapi_supported'René 'Necoro' Neumann2009-05-151-0/+3
|
* Removed the obsolete single unittest and the unique_array functionRené 'Necoro' Neumann2009-04-071-2/+2
|
* Fixed pyflakes errorsRené 'Necoro' Neumann2009-04-071-1/+1
|
* Same copyright statement in all filesRené 'Necoro' Neumann2009-02-071-1/+1
|
* Removed old, deprecated portage_dep importsRené 'Necoro' Neumann2009-01-151-4/+0
|
* Use two different portage.config instances instead of just one: One for ↵René 'Necoro' Neumann2008-12-111-5/+4
| | | | | | | | global stuff - and one for package related things (e.g. where setcpv() is called). Also PortageSettings now takes care, that setcpv() is not called multiple times in a row with the same CPV. This should enhance performance :)
* update debug messageRené 'Necoro' Neumann2008-11-241-1/+1
|
* Remove some trailing whitespacesRené 'Necoro' Neumann2008-10-281-3/+3
|
* Switch from tabs to 4 spacesRené 'Necoro' Neumann2008-09-021-384/+384
|
* Fixed bug in update_worldRené 'Necoro' Neumann2008-07-271-1/+1
|
* Merged in the portage-2.2 branchRené 'Necoro' Neumann2008-07-091-136/+44
|\
| * Introduced Sets for findingRené 'Necoro' Neumann2008-07-091-95/+17
| |
| * Renamed generic package setsRené 'Necoro' Neumann2008-07-091-15/+15
| |
| * Make update_world set compatibleRené 'Necoro' Neumann2008-07-091-5/+9
| |
| * Removed '__find_resolved_unresolved' as it is quite useless.René 'Necoro' Neumann2008-06-261-51/+27
| | | | | | | | Also removed the "find_packages::ws" and moved the content into "world" and "system" to prepare for exchangebility.
| * Added very basic set queryingRené 'Necoro' Neumann2008-06-261-0/+6
| |
* | Fixed update world/get_new_packagesRené 'Necoro' Neumann2008-07-091-12/+16
| |
* | Fixed find_best_match for <portage-2.1.5René 'Necoro' Neumann2008-07-041-2/+2
|/
* Now load 22 versions when running the correct portageRené 'Necoro' Neumann2008-06-251-3/+2
|
* Added Package_22 and System_22René 'Necoro' Neumann2008-06-251-4/+4
|
* Merged from trunkRené 'Necoro' Neumann2008-06-191-0/+2
|\
| * Also show masked best matches when asked for only_installedRené 'Necoro' Neumann2008-06-071-2/+4
| |
* | Small fixesRené 'Necoro' Neumann2008-05-211-1/+1
| |
* | Merged from trunkRené 'Necoro' Neumann2008-05-211-5/+13
|\|
| * Fixed 'find_best_match' and 'update_world' to better mimic portage's behaviorRené 'Necoro' Neumann2008-05-161-2/+2
| |
| * Fixed update world to fit current portage handlingRené 'Necoro' Neumann2008-04-181-4/+9
| |
| * Enhanced get_use_desc - similar to the 'unify' branchRené 'Necoro' Neumann2008-04-171-39/+45
| |
* | Some more fixesRené 'Necoro' Neumann2008-05-211-19/+17
| |
* | Fixed errors, so the app startsRené 'Necoro' Neumann2008-05-211-6/+8
| |
* | Ported to new find_packages API #2: withVersion --> with_versionRené 'Necoro' Neumann2008-05-211-1/+1
| |
* | Ported to new find_packages APIRené 'Necoro' Neumann2008-05-211-5/+5
| |
* | Ported find_best_matchRené 'Necoro' Neumann2008-05-141-24/+11
| |
* | Fixed get_use_descRené 'Necoro' Neumann2008-04-171-8/+17
| |
* | Cleaned up interfaceRené 'Necoro' Neumann2008-04-171-1/+1
| |
* | Ported the find_* and the get_use_desc from catapultRené 'Necoro' Neumann2008-04-171-121/+113
|/
* Do not update packages, if the package to update to is masked and the ↵René 'Necoro' Neumann2008-04-161-1/+10
| | | | current installed package matches the criterion already.
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+0
|
* 'get_world_file_path' and 'get_environment' removed from catapult APIRené 'Necoro' Neumann2008-04-011-3/+0
|
* Added version infos to exceptionsRené 'Necoro' Neumann2008-03-281-0/+3
|
* r716@Devoty: necoro | 2008-01-25 00:35:00 +0100Necoro2008-01-241-7/+11
| | | | | | Improved useflag handling r717@Devoty: necoro | 2008-01-25 00:47:45 +0100 improved update_world
* r680@Devoty: necoro | 2008-01-20 02:53:30 +0100Necoro2008-01-201-0/+1
| | | | Fixed flag handling
* r661@Devoty: necoro | 2008-01-18 14:16:59 +0100Necoro2008-01-181-0/+1
| | | | | | First support for interactive emerges r662@Devoty: necoro | 2008-01-18 20:22:58 +0100 Now finished interactive emerges
* r603@Devoty: necoro | 2008-01-14 11:30:26 +0100Necoro2008-01-141-4/+8
| | | | Improved 'update world'; really support new use defaults
* fix in update world - find masked dependencies tooNecoro2007-10-191-6/+16
|
* small fixes; removed old iconNecoro2007-10-031-1/+1
|
* fix update worldNecoro2007-10-011-35/+55
|
* add support for "--with-bdeps"Necoro2007-09-301-8/+25
|
* replaced some lists by generators to save memoryNecoro2007-09-181-2/+2
|