summaryrefslogtreecommitdiff
path: root/portato/backend/package.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applied 2to3 and fixed the resultRené 'Necoro' Neumann2010-04-111-1/+1
|
* Fix the stuff merged in from atomRené 'Necoro' Neumann2010-04-111-2/+2
|
* Merge branch 'atom'René 'Necoro' Neumann2010-04-101-2/+14
|\
| * Better slot handling in packages.René 'Necoro' Neumann2009-11-051-2/+14
| |
* | Fixed copyrightRené 'Necoro' Neumann2010-03-051-1/+1
|/
* Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann2009-10-051-10/+0
|
* Same copyright statement in all filesRené 'Necoro' Neumann2009-02-071-1/+1
|
* Remove some trailing whitespacesRené 'Necoro' Neumann2008-10-281-1/+1
|
* Add a __str__ method to backend.PackageRené 'Necoro' Neumann2008-09-151-0/+5
|
* New dependency handling. Should fix some bugs.René 'Necoro' Neumann2008-09-151-27/+1
|
* Switch from tabs to 4 spacesRené 'Necoro' Neumann2008-09-021-393/+393
|
* Ported packageRené 'Necoro' Neumann2008-05-211-4/+6
|
* Make get_package_settings take an 'installed' argument instead of a treeRené 'Necoro' Neumann2008-04-171-3/+3
|
* Changed 'is_overlay' to 'is_in_overlay'René 'Necoro' Neumann2008-04-171-4/+3
|
* 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-011-1/+0
|
* Fixes issue #13.René 'Necoro' Neumann2008-03-291-0/+4
|
* Allowed AllOf-deps inside orRené 'Necoro' Neumann2008-03-271-2/+3
|
* Moved get_dependencies to top package classRené 'Necoro' Neumann2008-03-121-10/+39
|
* Updated catapult stuffRené 'Necoro' Neumann2008-03-111-27/+20
|
* Registered "get_dependencies" in the abstract Package.René 'Necoro' Neumann2008-03-041-0/+11
|
* r716@Devoty: necoro | 2008-01-25 00:35:00 +0100Necoro2008-01-241-20/+6
| | | | | | Improved useflag handling r717@Devoty: necoro | 2008-01-25 00:47:45 +0100 improved update_world
* r680@Devoty: necoro | 2008-01-20 02:53:30 +0100Necoro2008-01-201-5/+13
| | | | Fixed flag handling
* (no commit message)Necoro2008-01-141-0/+9
|
* r603@Devoty: necoro | 2008-01-14 11:30:26 +0100Necoro2008-01-141-2/+4
| | | | Improved 'update world'; really support new use defaults
* r598@Devoty: necoro | 2008-01-10 16:36:29 +0100Necoro2008-01-111-1/+3
| | | | Handle the new useflag format correctly
* Change to absolute_imports; Warning: definitly brokennecoro2007-08-271-3/+4
|
* improved update-world; now showing differences between installed and set ↵necoro2007-08-161-36/+13
| | | | use-flags
* add splash screennecoro2007-08-101-1/+1
|
* Some interface changesnecoro2007-05-311-4/+17
| | | Made qt-frontend work mostly with PyQt-4.2
* added the display of the masking reasonnecoro2007-05-141-0/+6
|
* now showing the overlaynecoro2007-05-121-0/+6
|
* Improved masking display and made most of the Qt-Frontend worknecoro2007-04-131-0/+8
|
* showed masked packages unmasked by the user similar to stable marked testing ↵necoro2007-04-041-1/+3
| | | | packages
* Added USE_EXPAND-supportnecoro2007-03-101-0/+21
|
* Renamed package.get_env_var to package.get_package_settingsnecoro2007-02-201-17/+55
|
* (As Revision 190): support for different backendsnecoro2007-02-191-0/+296
|
* Back to our own revision solution as the eclass-one checks _before_ updatingnecoro2007-02-191-447/+0
|
* Use icon instead of the asterisknecoro2007-02-161-5/+5
| | | Renamed wrong param name "allowed" to "use_keywords" in package.is_testing()
* Build new ebuild-windownecoro2007-02-111-1/+1
|
* Added method which checks, whether a use flag is enablednecoro2007-02-111-0/+22
|
* fixed some bugs pyChecker foundnecoro2007-01-311-1/+2
|
* Small enhancementsnecoro2007-01-241-2/+6
|
* Updatesnecoro2007-01-111-5/+9
|
* Fixed typo in dependency-calculationnecoro2007-01-081-1/+1
|
* enhancement for the settings-handling (better reloading-support, moving into ↵necoro2006-12-291-46/+39
| | | | a class), enhanced update_world-check
* used sets for flags; make newuse work completlynecoro2006-12-101-8/+9
|
* made slots work for update_worldnecoro2006-12-101-22/+19
|
* added handling of masked packages during an update-world; small changes in ↵necoro2006-12-061-13/+12
| | | | gentoolkit-code
* removed gentoolkit-dependencynecoro2006-12-021-6/+108
|