summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove deprecated portage.dep_virtualSebastian Luther2010-08-112-29/+1
* Remove deprecated portage.digestParseFileSebastian Luther2010-08-112-21/+1
* Remove deprecated portage.commit_mtimedbSebastian Luther2010-08-112-6/+1
* Make sure portageq doesn't interpret anything that happens to beZac Medico2010-08-101-5/+6
* * Configuration files now support atoms with wildcards inside the category andZac Medico2010-08-101-0/+5
* Add stacklevel=2 to warnings.warn() calls.Zac Medico2010-08-101-5/+5
* Don't use deprecated paren_normalize() function.Zac Medico2010-08-101-1/+1
* Tests: Remove paren_reduce testsSebastian Luther2010-08-101-60/+0
* Add deprecation warnings for paren_reduce, strip_empty and use_reduce with pa...Sebastian Luther2010-08-101-1/+12
* Tests: More portage,dep.Atom testsSebastian Luther2010-08-101-1/+29
* portage.dep.dep_opconvert: remove handling of '&&' operatorSebastian Luther2010-08-101-1/+1
* Tests: Add tests for portage.dep.dep_opconvertSebastian Luther2010-08-101-1/+13
* Tests: add dep/testStandalone. Test small functions here. Currently: cpvequal...Sebastian Luther2010-08-101-0/+50
* portage.dep.use_reduce: pass is_src_uri when neededSebastian Luther2010-08-104-110/+10
* portage.dep.use_reduce: Add is_src_uri and allow_src_uri_file_renamesSebastian Luther2010-08-102-7/+72
* portage.dep._dep_check_strict: Unused, removedSebastian Luther2010-08-109-79/+34
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-1012-200/+350
* Add not about RDEPEND not being implicitly set in EAPI 4 or later.Zac Medico2010-08-101-2/+3
* Add REQUIRED_USE docs from Brian Harring's GLEP draft.Zac Medico2010-08-101-0/+94
* Eliminate redundant _eclasses_ code from aux_get which is handledZac Medico2010-08-101-11/+3
* Don't cache REQUIRED_USE for EAPIs 1-3 which don't support it.Zac Medico2010-08-101-1/+5
* Add some docs for EAPI 4_pre1.Zac Medico2010-08-103-0/+20
* Allow flags from IUSE_IMPLICIT in REQUIRED_USE. Move checks to resolution time.Sebastian Luther2010-08-103-63/+40
* Add repoman check for REQUIRED_USESebastian Luther2010-08-102-0/+21
* Add missing IUSE check in portage.dep._check_required_use()Sebastian Luther2010-08-101-2/+14
* Add REQUIRED_USE check as pre-merge check.Sebastian Luther2010-08-101-0/+61
* Implement portage.dep.check_required_use() for checking REQUIRED_USE.Sebastian Luther2010-08-102-5/+120
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-109-19/+30
* Don't use os.getlogin() since apparently it's unreliable.Zac Medico2010-08-101-1/+2
* Pretend that the current user's uid/gid are the 'portage' uid/gid,Zac Medico2010-08-101-0/+7
* Add suitable default PORTAGE_TMPDIR setting.Zac Medico2010-08-101-1/+7
* Try using _emerge.main.setconfig_fallback() to make tests passZac Medico2010-08-101-2/+4
* portage.dep.paren_reduce: Remove redundant bracketsSebastian Luther2010-08-102-5/+38
* When executing the 'depend' phase inside aux_get(), use theZac Medico2010-08-101-8/+17
* portage.dep: Rewrite paren_reduce and add testsSebastian Luther2010-08-102-53/+88
* Relocate attributes from AbstractEbuildProcess to subclasses that useZac Medico2010-08-093-3/+3
* Convert doebuild.spawn() to use the AsynchronousTask api, whichZac Medico2010-08-092-98/+36
* In cp_list(), use basestring for ininstance check on the mytreeZac Medico2010-08-091-4/+6
* add optional list support for mytree to complinment the trees param in cp_list()Brian Dolbec2010-08-091-1/+4
* Fix /etc/portage/package.keywords handling so that more specificZac Medico2010-08-091-5/+17
* Tweak the profile package.* atom specificity code to useZac Medico2010-08-091-21/+30
* Call portage._disable_legacy_globals() in order to ensure that weZac Medico2010-08-091-0/+7
* Detect if python xml support is enabled and bail out with anZac Medico2010-08-081-5/+12
* Tests: dep/testAtom: add test for Atom.violated_conditionals()Sebastian Luther2010-08-081-0/+50
* portage.dep.Atom.violated_conditionals(): Fix "not / is None" bugSebastian Luther2010-08-081-2/+2
* Tests: Let ./runTests take files as argument to run only the test in these filesSebastian Luther2010-08-081-0/+27
* autounmask: rename _needed_user_config_changes in _needed_unstable_keywords. ...Sebastian Luther2010-08-073-52/+57
* Test: resolver/test_autounmask: Check the suggested use changesSebastian Luther2010-08-072-25/+31
* Tests: resolver/test_autounmask: Remove test that don't test what they were s...Sebastian Luther2010-08-072-22/+1
* autounmask: Restart less often for use changesSebastian Luther2010-08-071-8/+26