summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gir-rebuilder.py: add a --force option, use EOutput, fix small bugsNirbheek Chauhan2011-03-241-23/+40
| | | | | | | * Add --force to force rebuilding of all .girs * Use EOutput and spinners to display status * Fix a bug where an installed package was no longer in portage * Use vartree dbapi for *all* API access
* scripts: fix shebang to use python2Nirbheek Chauhan2011-02-181-1/+1
|
* gir-rebuilder.py: various fixesNirbheek Chauhan2011-01-151-20/+46
| | | | | | | | * Warn if files couldn't be assigned to packages * Don't freak out if nothing was found * Add more notifications for what all is being done * Make colorizing a bit more readable * Don't use the name 'file', use 'f' instead to avoid overwriting the basic type
* Add scripts/gir-rebuilder.py, script to find and rebuild outdated girsNirbheek Chauhan2010-09-211-0/+103
* Similar in spirit to python-updater, perl-cleaner and revdep-rebuild