| Commit message (Expand) | Author | Age | Files | Lines |
* | Use explicit imports, to make pyflakes happy. | Zac Medico | 2010-08-11 | 2 | -2/+5 |
* | Introduce portage.eapi. Use it everywhere. | Sebastian Luther | 2010-08-11 | 9 | -28/+75 |
* | portage/dbapi/{bintree.py,porttree.py}: Remove deprecated stuff in all places | Sebastian Luther | 2010-08-11 | 2 | -6/+0 |
* | portage/cache/mappings.py: Remove deprecated functions | Sebastian Luther | 2010-08-11 | 1 | -25/+0 |
* | portage/dbapi/bintree.py: Remove deprecated parameter | Sebastian Luther | 2010-08-11 | 1 | -23/+1 |
* | portage/dbapi/porttree.py: Remove deprecated functions, deprecate more cases | Sebastian Luther | 2010-08-11 | 1 | -18/+1 |
* | portage/dbapi/vartree.py: Remove unused import | Sebastian Luther | 2010-08-11 | 1 | -1/+0 |
* | portage/dep/__init__.py: Remove deprecated behaviour | Sebastian Luther | 2010-08-11 | 1 | -84/+9 |
* | portage/eclass_cache.py: Remove deprecated parameter | Sebastian Luther | 2010-08-11 | 1 | -8/+2 |
* | portage/package/ebuild/config.py: Remove deprecated functions and parameters | Sebastian Luther | 2010-08-11 | 1 | -23/+2 |
* | portage/package/ebuild/digestgen: Remove deprecated behaviour | Sebastian Luther | 2010-08-11 | 1 | -18/+3 |
* | Remove the now empty pym/portage/_deprecated.py | Sebastian Luther | 2010-08-11 | 1 | -16/+0 |
* | Remove deprecated portage.pkgmerge | Sebastian Luther | 2010-08-11 | 2 | -119/+0 |
* | Remove deprecated portage.getvirtuals | Sebastian Luther | 2010-08-11 | 2 | -10/+1 |
* | Remove deprecated portage.dep_virtual | Sebastian Luther | 2010-08-11 | 2 | -29/+1 |
* | Remove deprecated portage.digestParseFile | Sebastian Luther | 2010-08-11 | 2 | -21/+1 |
* | Remove deprecated portage.commit_mtimedb | Sebastian Luther | 2010-08-11 | 2 | -6/+1 |
* | Make sure portageq doesn't interpret anything that happens to be | Zac Medico | 2010-08-10 | 1 | -5/+6 |
* | * Configuration files now support atoms with wildcards inside the category and | Zac Medico | 2010-08-10 | 1 | -0/+5 |
* | Add stacklevel=2 to warnings.warn() calls. | Zac Medico | 2010-08-10 | 1 | -5/+5 |
* | Don't use deprecated paren_normalize() function. | Zac Medico | 2010-08-10 | 1 | -1/+1 |
* | Tests: Remove paren_reduce tests | Sebastian Luther | 2010-08-10 | 1 | -60/+0 |
* | Add deprecation warnings for paren_reduce, strip_empty and use_reduce with pa... | Sebastian Luther | 2010-08-10 | 1 | -1/+12 |
* | Tests: More portage,dep.Atom tests | Sebastian Luther | 2010-08-10 | 1 | -1/+29 |
* | portage.dep.dep_opconvert: remove handling of '&&' operator | Sebastian Luther | 2010-08-10 | 1 | -1/+1 |
* | Tests: Add tests for portage.dep.dep_opconvert | Sebastian Luther | 2010-08-10 | 1 | -1/+13 |
* | Tests: add dep/testStandalone. Test small functions here. Currently: cpvequal... | Sebastian Luther | 2010-08-10 | 1 | -0/+50 |
* | portage.dep.use_reduce: pass is_src_uri when needed | Sebastian Luther | 2010-08-10 | 4 | -110/+10 |
* | portage.dep.use_reduce: Add is_src_uri and allow_src_uri_file_renames | Sebastian Luther | 2010-08-10 | 2 | -7/+72 |
* | portage.dep._dep_check_strict: Unused, removed | Sebastian Luther | 2010-08-10 | 9 | -79/+34 |
* | portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arrays | Sebastian Luther | 2010-08-10 | 12 | -200/+350 |
* | Add not about RDEPEND not being implicitly set in EAPI 4 or later. | Zac Medico | 2010-08-10 | 1 | -2/+3 |
* | Add REQUIRED_USE docs from Brian Harring's GLEP draft. | Zac Medico | 2010-08-10 | 1 | -0/+94 |
* | Eliminate redundant _eclasses_ code from aux_get which is handled | Zac Medico | 2010-08-10 | 1 | -11/+3 |
* | Don't cache REQUIRED_USE for EAPIs 1-3 which don't support it. | Zac Medico | 2010-08-10 | 1 | -1/+5 |
* | Add some docs for EAPI 4_pre1. | Zac Medico | 2010-08-10 | 3 | -0/+20 |
* | Allow flags from IUSE_IMPLICIT in REQUIRED_USE. Move checks to resolution time. | Sebastian Luther | 2010-08-10 | 3 | -63/+40 |
* | Add repoman check for REQUIRED_USE | Sebastian Luther | 2010-08-10 | 2 | -0/+21 |
* | Add missing IUSE check in portage.dep._check_required_use() | Sebastian Luther | 2010-08-10 | 1 | -2/+14 |
* | Add REQUIRED_USE check as pre-merge check. | Sebastian Luther | 2010-08-10 | 1 | -0/+61 |
* | Implement portage.dep.check_required_use() for checking REQUIRED_USE. | Sebastian Luther | 2010-08-10 | 2 | -5/+120 |
* | Add REQUIRED_USE to metadata keys, caches, etc. | Sebastian Luther | 2010-08-10 | 9 | -19/+30 |
* | Don't use os.getlogin() since apparently it's unreliable. | Zac Medico | 2010-08-10 | 1 | -1/+2 |
* | Pretend that the current user's uid/gid are the 'portage' uid/gid, | Zac Medico | 2010-08-10 | 1 | -0/+7 |
* | Add suitable default PORTAGE_TMPDIR setting. | Zac Medico | 2010-08-10 | 1 | -1/+7 |
* | Try using _emerge.main.setconfig_fallback() to make tests pass | Zac Medico | 2010-08-10 | 1 | -2/+4 |
* | portage.dep.paren_reduce: Remove redundant brackets | Sebastian Luther | 2010-08-10 | 2 | -5/+38 |
* | When executing the 'depend' phase inside aux_get(), use the | Zac Medico | 2010-08-10 | 1 | -8/+17 |
* | portage.dep: Rewrite paren_reduce and add tests | Sebastian Luther | 2010-08-10 | 2 | -53/+88 |
* | Relocate attributes from AbstractEbuildProcess to subclasses that use | Zac Medico | 2010-08-09 | 3 | -3/+3 |