summaryrefslogtreecommitdiff
path: root/portato/backend/portage/package.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applied 2to3 and fixed the resultRené 'Necoro' Neumann2010-04-111-6/+4
|
* Fix the stuff merged in from atomRené 'Necoro' Neumann2010-04-111-1/+1
|
* Merge branch 'atom'René 'Necoro' Neumann2010-04-101-1/+1
|\
| * Better slot handling in packages.René 'Necoro' Neumann2009-11-051-1/+1
| |
* | Fixed copyrightRené 'Necoro' Neumann2010-03-051-1/+1
|/
* Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann2009-10-051-12/+2
|
* Fix handling of slots in /etc/portage/*René 'Necoro' Neumann2009-08-111-1/+3
|
* 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
|
* Fixed pyflakes errorsRené 'Necoro' Neumann2009-04-071-1/+1
|
* Fix blocking behavior. Ignore blocks where no existing packages are affected.René 'Necoro' Neumann2009-01-281-1/+4
|
* Small changes #2René 'Necoro' Neumann2009-01-151-5/+2
|
* Small changesRené 'Necoro' Neumann2009-01-151-4/+2
|
* Removed old, deprecated portage_dep importsRené 'Necoro' Neumann2009-01-151-5/+0
|
* Use two different portage.config instances instead of just one: One for ↵René 'Necoro' Neumann2008-12-111-2/+2
| | | | | | | | 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 :)
* Remove some trailing whitespacesRené 'Necoro' Neumann2008-10-281-4/+4
|
* Switch from tabs to 4 spacesRené 'Necoro' Neumann2008-09-021-286/+286
|
* Renamed generic package setsRené 'Necoro' Neumann2008-07-091-1/+1
|
* Added Package_22 and System_22René 'Necoro' Neumann2008-06-251-1/+6
|
* Have blocks as packages and not as CPVRené 'Necoro' Neumann2008-06-241-1/+1
|
* Merged from trunkRené 'Necoro' Neumann2008-06-191-12/+24
|\
| * Make blocks way more intelligentRené 'Necoro' Neumann2008-06-081-13/+20
| |
| * Do not block the same slot - as clears itselfRené 'Necoro' Neumann2008-06-081-3/+3
| |
| * Also print ebuild and changelog if the package is not in system anymoreRené 'Necoro' Neumann2008-06-071-1/+4
| |
* | Small fixesRené 'Necoro' Neumann2008-05-211-1/+1
| |
* | Ported packageRené 'Necoro' Neumann2008-05-211-26/+13
| |
* | Make get_package_settings take an 'installed' argument instead of a treeRené 'Necoro' Neumann2008-04-171-14/+11
| |
* | Changed 'is_overlay' to 'is_in_overlay'René 'Necoro' Neumann2008-04-171-1/+1
|/
* Do not update packages, if the package to update to is masked and the ↵René 'Necoro' Neumann2008-04-161-7/+1
| | | | current installed package matches the criterion already.
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+0
|
* Moved get_dependencies to top package classRené 'Necoro' Neumann2008-03-121-33/+1
|
* Updated catapult stuffRené 'Necoro' Neumann2008-03-111-1/+18
|
* 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-241-11/+11
| | | | | | 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
* (no commit message)Necoro2008-01-141-0/+7
|
* r603@Devoty: necoro | 2008-01-14 11:30:26 +0100Necoro2008-01-141-3/+19
| | | | Improved 'update world'; really support new use defaults
* r598@Devoty: necoro | 2008-01-10 16:36:29 +0100Necoro2008-01-111-2/+9
| | | | Handle the new useflag format correctly
* small fixesNecoro2007-10-041-3/+3
|
* fixed masked useflag bugnecoro2007-09-101-7/+10
|
* Change to absolute_imports; Warning: definitly brokennecoro2007-08-271-3/+7
|
* improved update-worldnecoro2007-08-161-2/+7
|
* improved update-world; now showing differences between installed and set ↵necoro2007-08-161-20/+4
| | | | use-flags
* i18n support and german translationsnecoro2007-08-051-1/+2
|
* changed design / added linknecoro2007-07-261-0/+3
|
* new fancier log outputnecoro2007-07-131-1/+1
|
* added updated list to Qtnecoro2007-06-181-1/+1
|