summaryrefslogtreecommitdiff
path: root/portato/backend/catapult/system.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-011-6/+18
|
* Use new layered catapult api for find_packagesRené 'Necoro' Neumann2008-04-011-29/+41
|
* Added version infos to exceptionsRené 'Necoro' Neumann2008-03-281-0/+4
|
* use catapult varsRené 'Necoro' Neumann2008-03-111-2/+3
|
* Updated catapult stuffRené 'Necoro' Neumann2008-03-111-6/+26
|
* r553@Devoty: necoro | 2007-11-14 18:26:50 +0100Necoro2007-11-141-28/+43
| | | | 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
* r521@Devoty: necoro | 2007-10-31 17:19:09 +0100Necoro2007-11-011-1/+16
| | | | | | | | | 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-191-2/+2
|
* uses "str" types - as normal ;) ... dbus.String sucksNecoro2007-10-161-17/+17
|
* small changesNecoro2007-10-101-1/+1
|
* first catapult supportNecoro2007-10-071-0/+174
class='deletions'>-548/+54 2008-07-03Should show dependencies nowRené 'Necoro' Neumann2-82/+128 2008-07-03Use __slots__ for the PkgData class to save memoryRené 'Necoro' Neumann1-2/+3 2008-07-03New plugin system - first hackRené 'Necoro' Neumann2-420/+683 2008-06-30Now the new design is able to do the same as the old oneRené 'Necoro' Neumann3-168/+182 2008-06-30First draft of the new plugin windowRené 'Necoro' Neumann1-8/+172 2008-06-30Added stuff to plugin.pyRené 'Necoro' Neumann1-2/+24 2008-06-30Only add a package to mergequeue if everything went fineRené 'Necoro' Neumann1-1/+1 2008-06-25Now load 22 versions when running the correct portageRené 'Necoro' Neumann4-8/+18 2008-06-25Added Package_22 and System_22René 'Necoro' Neumann4-5/+63