summaryrefslogtreecommitdiff
path: root/portato/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged 0.14.1René 'Necoro' Neumann2010-09-063-5/+16
|\
| * Handle portage-2.1.8 and above as portage-2.2René 'Necoro' Neumann2010-09-061-1/+1
| |
| * Handle portage-2.1.9 and above as portage-2.2René 'Necoro' Neumann2010-09-061-1/+1
| |
| * Workaround for bug#557715René 'Necoro' Neumann2010-09-061-1/+4
| |
| * Gnah - changing portage-APIRené 'Necoro' Neumann2010-09-061-2/+6
| |
| * Fix system.split_cpvRené 'Necoro' Neumann2010-09-041-1/+5
| |
| * Do not bail out, if we try to replace stuff in a category w/o a dashRené 'Necoro' Neumann2010-05-251-1/+7
| |
* | Do not bail out, if we try to replace stuff in a category w/o a dashRené 'Necoro' Neumann2010-05-251-1/+7
| |
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-132-56/+64
|\| | | | | | | | | Conflicts: portato/backend/portage/sets.py
| * Fix the handling of FilterSets. Fixes bug #558887.René 'Necoro' Neumann2010-04-132-56/+64
| | | | | | | | | | Now FilterSets are a subclass of InstalledSet. And return only these packages, which are installed ... but then all of them.
* | applied 2to3 and fixed the resultRené 'Necoro' Neumann2010-04-1111-67/+56
| |
* | Fix the stuff merged in from atomRené 'Necoro' Neumann2010-04-113-3/+5
| |
* | Revert "Add atom wrapper, which does nothing atm"René 'Necoro' Neumann2010-04-101-16/+0
| | | | | | | | This reverts commit a96791f54721f8af95358b28d16d01b93ae7b1b7.
* | Merge branch 'atom'René 'Necoro' Neumann2010-04-104-24/+39
|\ \ | |/ |/|
| * Merge commit '9d98e004f14f06c536b4ef5055e798c11965efbc' into atomRené 'Necoro' Neumann2010-03-052-9/+6
| |\
| * | Remove the 'geneticize_list' stuff. It is so ancient, it stinks :PRené 'Necoro' Neumann2009-11-051-19/+6
| | |
| * | Add atom wrapper, which does nothing atmRené 'Necoro' Neumann2009-11-051-0/+16
| | |
| * | Better slot handling in packages.René 'Necoro' Neumann2009-11-053-5/+17
| | |
* | | Corrected typoRené 'Necoro' Neumann2010-03-051-1/+1
| | |
* | | Fixed copyrightRené 'Necoro' Neumann2010-03-0513-13/+13
| | |
* | | Clean up one 'deprecated' message from portageRené 'Necoro' Neumann2010-03-051-1/+1
| |/ |/|
* | Corrected config path handling.René 'Necoro' Neumann2009-10-282-9/+6
|/ | | | Now also the 2.1 portage does not include / anymore. Handle this.
* Objectified all the functional stuff in backend.__init__.René 'Necoro' Neumann2009-10-151-28/+31
| | | | | | | Moved all the function in backend.__init__ into the SystemWrapper class. And also make loading the real system lazy. Reason: So I do not need to care about whether anything imports the system before the MainWindow is started.
* Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann2009-10-054-26/+37
|
* Make epydoc happyRené 'Necoro' Neumann2009-08-131-2/+2
|
* Fix handling of slots in /etc/portage/*René 'Necoro' Neumann2009-08-112-2/+4
|
* Newer portage versions only return a relative config path.René 'Necoro' Neumann2009-08-101-0/+8
|
* TypoRené 'Necoro' Neumann2009-07-051-1/+1
|
* Fix #2René 'Necoro' Neumann2009-05-181-1/+2
|
* FixRené 'Necoro' Neumann2009-05-181-1/+1
|
* Always mask wrong EAPIRené 'Necoro' Neumann2009-05-151-0/+3
|
* Add 'eapi_supported'René 'Necoro' Neumann2009-05-152-0/+9
|
* Need a copy to remove fromRené 'Necoro' Neumann2009-03-261-1/+1
|
* Removed the obsolete single unittest and the unique_array functionRené 'Necoro' Neumann2009-04-072-6/+6
|
* Fixed pyflakes errorsRené 'Necoro' Neumann2009-04-073-3/+2
|
* Deal with keyword lines missing a keywordRené 'Necoro' Neumann2009-03-181-3/+10
|
* FixRené 'Necoro' Neumann2009-03-031-1/+1
|
* Fix searchRené 'Necoro' Neumann2009-03-021-3/+11
|
* Merge in DB branch (even though it does not offer the change-db-in-prefs ↵René 'Necoro' Neumann2009-02-171-0/+4
|\ | | | | | | feature)
| * Add 'VersionsNotFoundException'René 'Necoro' Neumann2009-02-021-0/+4
| |
* | First part of fixing the searchRené 'Necoro' Neumann2009-02-171-3/+3
| |
* | Re-honor the newline add the end :). (It was removed by normal 'split()'). ↵René 'Necoro' Neumann2009-02-091-19/+20
| | | | | | | | Other minor code enhancements too
* | Change 'split(" ")' to single 'split()' to also catch multiple spaces and tabsRené 'Necoro' Neumann2009-02-091-2/+2
| |
* | Same copyright statement in all filesRené 'Necoro' Neumann2009-02-0712-12/+12
| |
* | Small portage-2.2 set changesRené 'Necoro' Neumann2009-02-072-10/+13
| |
* | Fix indentionRené 'Necoro' Neumann2009-02-031-4/+4
| |
* | Fix at least the KeyError of bug #15René 'Necoro' Neumann2009-02-031-1/+1
| |
* | Fix blocking behavior. Ignore blocks where no existing packages are affected.René 'Necoro' Neumann2009-01-281-1/+4
|/
* Removing 'catapult' option for systemRené 'Necoro' Neumann2009-01-262-4/+3
|
* Small changes #2René 'Necoro' Neumann2009-01-151-5/+2
|