aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2011-11-24 13:18:15 -0800
committerBrian Harring <ferringb@gmail.com>2011-11-26 21:22:59 -0800
commit32700df4b24820c9dfd1f65c3ec792bc825276a2 (patch)
tree508be0244d7731504f3466ef2c9b6ff7cf41aab7 /.gitignore
parentupdate tests to use constants (diff)
downloadpkgcore-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--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f42f18fe..f0900d1b 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