Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Small changes | René 'Necoro' Neumann | 2009-01-15 | 1 | -4/+2 | |
| | ||||||
* | Removed old, deprecated portage_dep imports | René 'Necoro' Neumann | 2009-01-15 | 3 | -14/+1 | |
| | ||||||
* | Rev 324 done right | René 'Necoro' Neumann | 2008-12-11 | 1 | -1/+1 | |
| | ||||||
* | Use two different portage.config instances instead of just one: One for ↵ | René 'Necoro' Neumann | 2008-12-11 | 5 | -9/+19 | |
| | | | | | | | | 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 message | René 'Necoro' Neumann | 2008-11-24 | 1 | -1/+1 | |
| | ||||||
* | Remove some trailing whitespaces | René 'Necoro' Neumann | 2008-10-28 | 3 | -8/+8 | |
| | ||||||
* | Some cosmetics | René 'Necoro' Neumann | 2008-09-15 | 1 | -13/+9 | |
| | ||||||
* | Add a __str__ method to backend.Package | René 'Necoro' Neumann | 2008-09-15 | 1 | -0/+5 | |
| | ||||||
* | New dependency handling. Should fix some bugs. | René 'Necoro' Neumann | 2008-09-15 | 1 | -27/+1 | |
| | ||||||
* | Fixed portage-2.1.4.4 bug with sets | René 'Necoro' Neumann | 2008-09-12 | 1 | -5/+5 | |
| | ||||||
* | Switch from tabs to 4 spaces | René 'Necoro' Neumann | 2008-09-02 | 13 | -2171/+2171 | |
| | ||||||
* | portage.Set.getAtoms() does not return strings... | René 'Necoro' Neumann | 2008-07-27 | 1 | -1/+2 | |
| | ||||||
* | Fixed bug in update_world | René 'Necoro' Neumann | 2008-07-27 | 1 | -1/+1 | |
| | ||||||
* | Added "$(version)" for the config file naming. | René 'Necoro' Neumann | 2008-07-20 | 1 | -1/+5 | |
| | ||||||
* | Fixed file naming if portage-configs are directories | René 'Necoro' Neumann | 2008-07-20 | 1 | -2/+2 | |
| | ||||||
* | Make portage cleanup old porttree instance | René 'Necoro' Neumann | 2008-07-12 | 1 | -1/+2 | |
| | ||||||
* | Make the queue's update_world set-sensitive too | René 'Necoro' Neumann | 2008-07-10 | 1 | -0/+3 | |
| | ||||||
* | Merged in the portage-2.2 branch | René 'Necoro' Neumann | 2008-07-09 | 5 | -138/+238 | |
|\ | ||||||
| * | Added package sets of portage-2.2 | René 'Necoro' Neumann | 2008-07-09 | 2 | -0/+35 | |
| | | ||||||
| * | Introduced Sets for finding | René 'Necoro' Neumann | 2008-07-09 | 2 | -95/+145 | |
| | | ||||||
| * | Renamed generic package sets | René 'Necoro' Neumann | 2008-07-09 | 3 | -17/+22 | |
| | | ||||||
| * | Make update_world set compatible | René 'Necoro' Neumann | 2008-07-09 | 2 | -7/+14 | |
| | | ||||||
| * | Removed '__find_resolved_unresolved' as it is quite useless. | René 'Necoro' Neumann | 2008-06-26 | 2 | -52/+28 | |
| | | | | | | | | Also removed the "find_packages::ws" and moved the content into "world" and "system" to prepare for exchangebility. | |||||
| * | Added very basic set querying | René 'Necoro' Neumann | 2008-06-26 | 3 | -0/+27 | |
| | | ||||||
* | | Fixed update world/get_new_packages | René 'Necoro' Neumann | 2008-07-09 | 1 | -12/+16 | |
| | | ||||||
* | | Removed the USE_CATAPULT stuff | René 'Necoro' Neumann | 2008-07-08 | 1 | -7/+4 | |
| | | ||||||
* | | Removed catapult | René 'Necoro' Neumann | 2008-07-08 | 3 | -427/+0 | |
| | | ||||||
* | | Fixed find_best_match for <portage-2.1.5 | René 'Necoro' Neumann | 2008-07-04 | 1 | -2/+2 | |
|/ | ||||||
* | Now load 22 versions when running the correct portage | René 'Necoro' Neumann | 2008-06-25 | 4 | -8/+18 | |
| | ||||||
* | Added Package_22 and System_22 | René 'Necoro' Neumann | 2008-06-25 | 4 | -5/+63 | |
| | ||||||
* | Added 2.2 settings | René 'Necoro' Neumann | 2008-06-25 | 1 | -0/+27 | |
| | ||||||
* | Have blocks as packages and not as CPV | René 'Necoro' Neumann | 2008-06-24 | 1 | -1/+1 | |
| | ||||||
* | Merged from trunk | René 'Necoro' Neumann | 2008-06-19 | 2 | -12/+26 | |
|\ | ||||||
| * | Make blocks way more intelligent | René 'Necoro' Neumann | 2008-06-08 | 1 | -13/+20 | |
| | | ||||||
| * | Do not block the same slot - as clears itself | René 'Necoro' Neumann | 2008-06-08 | 1 | -3/+3 | |
| | | ||||||
| * | Also show masked best matches when asked for only_installed | René 'Necoro' Neumann | 2008-06-07 | 1 | -2/+4 | |
| | | ||||||
| * | Also print ebuild and changelog if the package is not in system anymore | René 'Necoro' Neumann | 2008-06-07 | 1 | -1/+4 | |
| | | ||||||
* | | Small fixes | René 'Necoro' Neumann | 2008-05-21 | 2 | -2/+2 | |
| | | ||||||
* | | Merged from trunk | René 'Necoro' Neumann | 2008-05-21 | 1 | -5/+13 | |
|\| | ||||||
| * | Fixed 'find_best_match' and 'update_world' to better mimic portage's behavior | René 'Necoro' Neumann | 2008-05-16 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed update world to fit current portage handling | René 'Necoro' Neumann | 2008-04-18 | 1 | -4/+9 | |
| | | ||||||
| * | Enhanced get_use_desc - similar to the 'unify' branch | René 'Necoro' Neumann | 2008-04-17 | 1 | -39/+45 | |
| | | ||||||
* | | Some more fixes | René 'Necoro' Neumann | 2008-05-21 | 1 | -19/+17 | |
| | | ||||||
* | | Fixed errors, so the app starts | René 'Necoro' Neumann | 2008-05-21 | 2 | -7/+9 | |
| | | ||||||
* | | Ported to new find_packages API #2: withVersion --> with_version | René 'Necoro' Neumann | 2008-05-21 | 1 | -1/+1 | |
| | | ||||||
* | | Ported to new find_packages API | René 'Necoro' Neumann | 2008-05-21 | 1 | -5/+5 | |
| | | ||||||
* | | Ported package | René 'Necoro' Neumann | 2008-05-21 | 3 | -31/+20 | |
| | | ||||||
* | | Ported find_best_match | René 'Necoro' Neumann | 2008-05-14 | 1 | -24/+11 | |
| | | ||||||
* | | Fixed get_use_desc | René 'Necoro' Neumann | 2008-04-17 | 2 | -9/+18 | |
| | | ||||||
* | | Cleaned up interface | René 'Necoro' Neumann | 2008-04-17 | 2 | -121/+12 | |
| | |