index
:
gentoolkit
master
Gentoolkit
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pym
Age
Commit message (
Expand
)
Author
2012-11-11
metadata: gourmet package no longer part of a herd
W. Trevor King
2012-11-11
metadata: use print() in PackageFormatter doctest for Python 3 compatibility
W. Trevor King
2012-11-11
metadata: remove shebang from module without __name__ == '__main__' block
W. Trevor King
2012-11-11
package: use portage-9999 in Package.environment doctest
W. Trevor King
2012-11-11
package: use portage-9999 (and define pkg) in Package.ebuild_path doctest
W. Trevor King
2012-11-11
package: use portage-9999 in module doctest
W. Trevor King
2012-11-11
package: update PackageFormatter doctest to use Query
W. Trevor King
2012-11-11
package: use print() in PackageFormatter doctest for Python 3 compatibility
W. Trevor King
2012-11-11
package: change "f" -> "path" to avoid pylint C0103 (Invalid name "f")
W. Trevor King
2012-11-11
package: change "e" -> "error" to avoid pylint C0103 (Invalid name "e")
W. Trevor King
2012-11-11
package: remove shebang from module without __name__ == '__main__' block
W. Trevor King
2012-11-11
package: wrap long lines to avoid pylint C0301
W. Trevor King
2012-11-11
helpers: remove unused "sys" import
W. Trevor King
2012-11-11
helpers: change "p" -> "path" to avoid pylint C0103 (Invalid name "p")
W. Trevor King
2012-11-11
helpers: wrap long lines to avoid pylint C0301
W. Trevor King
2012-11-11
helpers: use grep instead of vim in FileOwner doctest
W. Trevor King
2012-11-09
Fix bug 381581 - revdep-rebuild unicode error
Paul Varner
2012-10-31
eclean: Fix pkg sorting to work with Python3
Paul Varner
2012-10-31
eclean: sort pkg list shown to user
Mike Frysinger
2012-10-21
man page updates thanks to Francesco Turco. Update analyze and rebuild modu...
Brian Dolbec
2012-10-09
Modify _pkg_re to work with EAPI 4-python which is in use by Funtoo.
Paul Varner
2012-10-06
py 3.3 fix for bug 436934. Change the level parameter for the __import__() c...
Brian Dolbec
2012-09-06
Remove check of isatty when guessing color.
Paul Varner
2012-08-24
Strip initial whitespace at the start of the description (Bug 432530).
Paul Varner
2012-07-31
mark dbapi as deprecated.
Brian Dolbec
2012-07-31
replace all use of dbapi's PORTDB, VARDB, BINDB assigned variables with the a...
Brian Dolbec
2012-07-24
Return string from Package.__str__ (Bug 423209)
Paul Varner
2012-06-28
reverse an accidental indentation change from tabs to spaces.
Brian Dolbec
2012-06-28
move enalyse/base.py to gentoolkit for general module use.
Brian Dolbec
2012-06-28
update docstrings to ready it for a move to gentoolkit for general use.
Brian Dolbec
2012-06-19
Change division to floor division for Python3 compatibility (Bug 417233).
Paul Varner
2012-06-07
fix a bug in enalyze rebuild where it did not consider IUSE defaults for calc...
Brian Dolbec
2012-06-02
remove the auto linewrapping from the stablereq output line so it does not me...
Brian Dolbec
2012-06-02
add a -S, --stablereq option to equery meta to list the arch cc's to add to S...
Brian Dolbec
2012-05-16
Fix output to be sorted using portage.versions.vercmp (bug 409449).
Paul Varner
2012-05-16
Make colors for useflags be the same as portage.
Paul Varner
2012-05-08
Fix Bug 414627, where not all packages were being printed.
Paul Varner
2012-04-11
Fix eshowkw traceback on prefix enviroments (Bug 411599).
Paul Varner
2012-04-04
equery: turn sys.argv into a parameter
Mike Frysinger
2012-03-18
fix a missed hardcoded path not using the portage.root.
Brian Dolbec
2012-03-18
add an ebuild listing option to equery which as requested by Calchan and ryao.
Brian Dolbec
2012-03-03
Add ignored files/directories check.
Brian Dolbec
2012-03-02
fix bug 406613. ignore any .keep_* files in /var/db/pkg. Print a warning for...
Brian Dolbec
2012-03-01
fix bug 406495. renamed portage.config() parameter from _eprefix to eprefix.
Brian Dolbec
2012-02-06
Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...
Paul Varner
2012-02-06
Change the documentation for revdep-rebuild --library.
Paul Varner
2012-01-27
Fix bug 400957 where -hC did not work to to printing help immediately upon f...
Brian Dolbec
2012-01-22
fix bug 398103 to properly delete broken symlinks and not abort.
Brian Dolbec
2011-12-22
Fix equery's term_width too.
Brian Dolbec
2011-12-22
Fix the term_width setting for the recent portage change, which is now return...
Brian Dolbec
[next]