summaryrefslogtreecommitdiff
path: root/portato/backend/portage/system.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change to absolute_imports; Warning: definitly brokennecoro2007-08-271-8/+10
|
* improved update-world; now showing differences between installed and set ↵necoro2007-08-161-16/+19
| | | | use-flags
* small fixesnecoro2007-08-061-1/+1
|
* i18n support and german translationsnecoro2007-08-051-3/+4
|
* updatesnecoro2007-07-301-3/+6
|
* new fancier log outputnecoro2007-07-131-7/+9
|
* ignored None values in get_new_packages ... but now give a warning :)necoro2007-06-201-2/+8
|
* added updated list to Qtnecoro2007-06-181-25/+37
|
* fixed the listing of the ".svn" and "CVS" dirsnecoro2007-06-181-2/+6
|
* bug in PortageSystemnecoro2007-06-031-1/+1
|
* Some interface changesnecoro2007-05-311-0/+6
| | | Made qt-frontend work mostly with PyQt-4.2
* - added settings: gtk: console fontnecoro2007-05-151-0/+1
| | | - show emerge progress in window title
* filtering "--ask" fron EMERGE_DEFAULT_OPTSnecoro2007-05-141-2/+8
|
* filtering "--ask" fron EMERGE_DEFAULT_OPTSnecoro2007-05-141-0/+12
|
* First qt draftnecoro2007-04-061-1/+1
|
* showed masked packages unmasked by the user similar to stable marked testing ↵necoro2007-04-041-1/+1
| | | | packages
* Added etc-proposals pluginnecoro2007-03-151-0/+3
|
* Renamed package.get_env_var to package.get_package_settingsnecoro2007-02-201-4/+14
|
* Back to our own revision solution as the eclass-one checks _before_ updatingnecoro2007-02-191-0/+370