summaryrefslogtreecommitdiff
path: root/portato/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Also show masked best matches when asked for only_installedRené 'Necoro' Neumann2008-06-071-2/+4
|
* Also print ebuild and changelog if the package is not in system anymoreRené 'Necoro' Neumann2008-06-071-1/+4
|
* 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
|
* Do not update packages, if the package to update to is masked and the ↵René 'Necoro' Neumann2008-04-162-8/+11
| | | | current installed package matches the criterion already.
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-095-5/+0
|
* Do something useful if an assertionerror is thrown during dep-resolutionRené 'Necoro' Neumann2008-04-091-4/+4
|
* Use exception names provided by catapultRené 'Necoro' Neumann2008-04-012-3/+1
|
* Catapult 'list_categories' does not filter anymoreRené 'Necoro' Neumann2008-04-011-5/+5
|
* 'get_world_file_path' and 'get_environment' removed from catapult APIRené 'Necoro' Neumann2008-04-013-18/+18
|
* Use new layered catapult api for find_packagesRené 'Necoro' Neumann2008-04-011-29/+41
|
* Fixes issue #13.René 'Necoro' Neumann2008-03-291-0/+4
|
* Added version infos to exceptionsRené 'Necoro' Neumann2008-03-283-0/+14
|
* Allowed AllOf-deps inside orRené 'Necoro' Neumann2008-03-271-2/+3
|
* Fixed new_use_flag creation errorRené 'Necoro' Neumann2008-03-181-3/+3
|
* Moved get_dependencies to top package classRené 'Necoro' Neumann2008-03-123-50/+40
|
* improved performance by caching the use_expand queriesRené 'Necoro' Neumann2008-03-111-5/+14
|
* use catapult varsRené 'Necoro' Neumann2008-03-112-4/+6
|
* Updated catapult stuffRené 'Necoro' Neumann2008-03-115-56/+108
|
* Registered "get_dependencies" in the abstract Package.René 'Necoro' Neumann2008-03-041-0/+11
|
* No more dict-hackery for the dependenciesRené 'Necoro' Neumann2008-03-041-18/+16
|
* First get_dependencies supportRené 'Necoro' Neumann2008-03-041-0/+34
|
* r753@Devoty: necoro | 2008-02-12 22:26:26 +0100Necoro2008-02-121-2/+2
| | | | Small import fixes (thanks to pylint)
* r716@Devoty: necoro | 2008-01-25 00:35:00 +0100Necoro2008-01-244-38/+45
| | | | | | Improved useflag handling r717@Devoty: necoro | 2008-01-25 00:47:45 +0100 improved update_world
* r707@Devoty: necoro | 2008-01-24 00:00:22 +0100Necoro2008-01-231-1/+1
| | | | | | small patch for get_actual_use_flag taking into account that a package might not be in system anymore r708@Devoty: necoro | 2008-01-24 00:11:23 +0100 EmergeQueue.is_empty() now honors all queues
* r680@Devoty: necoro | 2008-01-20 02:53:30 +0100Necoro2008-01-203-35/+51
| | | | 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
* (no commit message)Necoro2008-01-142-0/+16
|
* r603@Devoty: necoro | 2008-01-14 11:30:26 +0100Necoro2008-01-143-9/+31
| | | | Improved 'update world'; really support new use defaults
* r598@Devoty: necoro | 2008-01-10 16:36:29 +0100Necoro2008-01-113-3/+33
| | | | Handle the new useflag format correctly
* r553@Devoty: necoro | 2007-11-14 18:26:50 +0100Necoro2007-11-142-29/+44
| | | | new catapult find API
* r533@Devoty: necoro | 2007-11-09 17:50:09 +0100Necoro2007-11-111-0/+1
| | | | Don't hang up on dbus timeout
* r528@Devoty: necoro | 2007-11-04 22:11:39 +0100Necoro2007-11-051-2/+0
| | | | | | Select correct versions again r529@Devoty: necoro | 2007-11-05 14:46:07 +0100 Removed 3rd party tooltips for queue list.
* r526@Devoty: necoro | 2007-11-04 21:59:44 +0100Necoro2007-11-041-1/+5
| | | | JABF
* r521@Devoty: necoro | 2007-10-31 17:19:09 +0100Necoro2007-11-015-25/+44
| | | | | | | | | r522@Devoty: necoro | 2007-11-02 00:51:00 +0100 No more instanceof calls r523@Devoty: necoro | 2007-11-02 00:51:51 +0100 Fixed bugs; removed unnecessairy dbus calls; make update world being async r524@Devoty: necoro | 2007-11-02 00:52:09 +0100 always use catapult
* fix in update world - find masked dependencies tooNecoro2007-10-193-9/+21
|
* small changes to prepare for 0.8.6Necoro2007-10-191-8/+4
|
* uses "str" types - as normal ;) ... dbus.String sucksNecoro2007-10-162-29/+29
|
* small changesNecoro2007-10-102-3/+3
|
* first catapult supportNecoro2007-10-074-1/+330
|
* small fixesNecoro2007-10-041-3/+3
|
* small fixes; removed old iconNecoro2007-10-031-1/+1
|
* fix update worldNecoro2007-10-012-77/+156
|
* add support for "--with-bdeps"Necoro2007-09-301-8/+25
|
* replaced some lists by generators to save memoryNecoro2007-09-181-2/+2
|
* fixed masked useflag bugnecoro2007-09-101-7/+10
|
* Change to absolute_imports; Warning: definitly brokennecoro2007-08-277-34/+58
|
* improved update-worldnecoro2007-08-161-2/+7
|
* improved update-world; now showing differences between installed and set ↵necoro2007-08-164-72/+39
| | | | use-flags