diff options
author | Brian Harring <ferringb@gmail.com> | 2011-11-24 13:18:15 -0800 |
---|---|---|
committer | Brian Harring <ferringb@gmail.com> | 2011-11-26 21:22:59 -0800 |
commit | 32700df4b24820c9dfd1f65c3ec792bc825276a2 (patch) | |
tree | 508be0244d7731504f3466ef2c9b6ff7cf41aab7 /.gitignore | |
parent | update tests to use constants (diff) | |
download | pkgcore-32700df4b24820c9dfd1f65c3ec792bc825276a2.tar.gz pkgcore-32700df4b24820c9dfd1f65c3ec792bc825276a2.tar.bz2 pkgcore-32700df4b24820c9dfd1f65c3ec792bc825276a2.zip |
plugin cache format v3
1) add enough information that unneccessary imports are avoided
2) allow plugins to specify python namespace path, rather than requiring object
3) refactor into easier to maintain code
4) move the cache back to 'plugincache'; header is enough to handle new versions
5) work around broken plugins, rather than breaking everything
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f42f18fe7..f0900d1b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.pyc *.pyo pkgcore/ebuild/*.so -pkgcore/plugins/plugincache2 +pkgcore/plugins/plugincache pkgcore/restrictions/*.so build dist |