| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-20 | Change tabs to spaces (using autopep8). Also, format repo using black. | Wolfgang E. Sanyer | |
| The following command was used to change the tabs to spaces: autopep8 --in-place --select=E101,E11,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E133,E20,E211,E22,E224,E224,E226,E227,E228,E231,E241,E242,E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306,W291,W293,W391 -r . And then black was run as `black .` on the entire tree Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org> | |||
| 2020-12-20 | Remove $Header$ | Matt Turner | |
| Signed-off-by: Matt Turner <mattst88@gentoo.org> | |||
| 2020-12-20 | Remove imports from __future__ | Matt Turner | |
| gentoolkit supports only Python 3.6+ now, so these are not used. Signed-off-by: Matt Turner <mattst88@gentoo.org> | |||
| 2017-03-22 | update old Gentoo project name | Mike Frysinger | |
| 2011-07-13 | merge head, fix conflicts, more pylint cleanup | dol-sen | |
| 2011-07-12 | Switch revdep-rebuild to python version. | Paul Varner | |
| revdep-rebuild.sh is original bash scipt. | |||
| 2011-05-24 | Change revdep-rebuild to no longer determine the build order. Instead | Paul Varner | |
| we call emerge with --complete-graph=y to build the packages in the correct order. | |||
| 2011-05-23 | Fix revdep-rebuild to use the ORDER_FILE for the final emerge command. Bug ↵ | Paul Varner | |
| 368475 | |||
| 2011-05-10 | Change chmod 700 to chmod 600 when changing permissions on the cache files. ↵ | Paul Varner | |
| Bug 356779 | |||
| 2010-09-23 | Don't match package names in /var/db/pkg that begin with a '-'. This | fuzzyray | |
| prevents us from matching -MERGING entries. (Bug 338031) svn path=/trunk/gentoolkit/; revision=814 | |||
| 2010-05-06 | revdep-rebuild: Make revdep-rebuild more quiet, bug 97073. We might | idl0r | |
| improve that a bit more in the future. svn path=/trunk/gentoolkit/; revision=780 | |||
| 2010-04-28 | Restore follow symlinks option (-L) to the find /var/db/pkg command so that ↵ | fuzzyray | |
| revdep-rebuild works even when /var/db/pkg is a symlink. (Bug #317571) svn path=/trunk/gentoolkit/; revision=777 | |||
| 2010-04-01 | revdep-rebuild: Use EMERGE_OPTIONS _after_ EMERGE_DEFAULT_OPTS to allow ↵ | idl0r | |
| overwriting, bug 307023, thanks to Albert W. Hopkins <marduk@python.net>. svn path=/trunk/gentoolkit/; revision=765 | |||
| 2010-03-31 | revdep-rebuild: Check if $ERRORS_FILE exist before running gawk on it. | idl0r | |
| svn path=/trunk/gentoolkit/; revision=763 | |||
| 2010-03-09 | sync with genscripts rev 343. This adds the initial py3k support and the ↵ | fuzzyray | |
| analyse utility to gentoolkit svn path=/trunk/gentoolkit/; revision=751 | |||
| 2010-03-01 | Fix VERSION string caused by previous patching | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=749 | |||
| 2010-03-01 | Fix missing quotation mark | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=748 | |||
| 2010-03-01 | Fix extended regular expression support in revdep-rebuild | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=747 | |||
| 2010-02-15 | Keep sed from complaining when the directory in an include directory is empty | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=742 | |||
| 2010-02-05 | Update revdep-rebuild to use extended regular expressions instead of basic ↵ | fuzzyray | |
| regular expressions. (Bug 143498) svn path=/trunk/gentoolkit/; revision=740 | |||
| 2010-02-04 | Fix revdep-rebuild to parse include statements in /etc/ld.so.conf (Bug ↵ | fuzzyray | |
| 298651). It will break with spaces in paths, so it needs a little bit more work before release. svn path=/trunk/gentoolkit/; revision=739 | |||
| 2010-02-02 | Merge genscripts revision 191 | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=737 | |||
| 2010-01-31 | Check for eerror in die() since an invalid option(long) or | idl0r | |
| missing arg will end up in calling die() before /etc/init.d/functions.sh has been sourced. svn path=/trunk/gentoolkit/; revision=735 | |||
| 2010-01-11 | Set environment using 'portageq -v' (Bug 300229) | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=734 | |||
| 2010-01-07 | Update Copyright date headers | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=731 | |||
| 2009-12-17 | Fix revdep-rebuild to properly honor PORTAGE_NICENESS as an incremental to ↵ | fuzzyray | |
| the current nice level. (Bug 297174) svn path=/trunk/gentoolkit/; revision=724 | |||
| 2009-12-10 | Workaround for bug 280341. | idl0r | |
| Use maxcount option for grep when looking for file owner. svn path=/trunk/gentoolkit/; revision=717 | |||
| 2009-12-09 | Update usage statement to contain version and copyright information | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=710 | |||
| 2009-12-08 | Merge rev 113 from djanderson's genscripts repo | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=703 | |||
| 2009-10-30 | Speedup portageq queries. Include FuzzyRay's patch to respect ↵ | idl0r | |
| EMERGE_DEFAULT_OPTS. svn path=/trunk/gentoolkit/; revision=697 | |||
| 2009-10-28 | Use realpath in get_file_owner to be able to get the package containing e.g. ↵ | idl0r | |
| /lib/libreadline.so.6 on amd64, fixes bug 280341. svn path=/trunk/gentoolkit/; revision=696 | |||
| 2009-05-05 | Add patch from kojiro to remove permission check on temporary directory. ↵ | fuzzyray | |
| (Bug 203414) svn path=/trunk/gentoolkit/; revision=602 | |||
| 2009-05-05 | Update to most recent versions and add changes from djanderson | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=599 | |||
| 2009-05-05 | Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, ↵ | fuzzyray | |
| gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery svn path=/trunk/gentoolkit/; revision=589 | |||
