summaryrefslogtreecommitdiff
path: root/bin/revdep-rebuild
AgeCommit message (Collapse)Author
2021-09-20Change 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-20Remove $Header$Matt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2020-12-20Remove 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-22update old Gentoo project nameMike Frysinger
2011-07-13merge head, fix conflicts, more pylint cleanupdol-sen
2011-07-12Switch revdep-rebuild to python version.Paul Varner
revdep-rebuild.sh is original bash scipt.
2011-05-24Change revdep-rebuild to no longer determine the build order. InsteadPaul Varner
we call emerge with --complete-graph=y to build the packages in the correct order.
2011-05-23Fix revdep-rebuild to use the ORDER_FILE for the final emerge command. Bug ↵Paul Varner
368475
2011-05-10Change chmod 700 to chmod 600 when changing permissions on the cache files. ↵Paul Varner
Bug 356779
2010-09-23Don't match package names in /var/db/pkg that begin with a '-'. Thisfuzzyray
prevents us from matching -MERGING entries. (Bug 338031) svn path=/trunk/gentoolkit/; revision=814
2010-05-06revdep-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-28Restore 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-01revdep-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-31revdep-rebuild: Check if $ERRORS_FILE exist before running gawk on it.idl0r
svn path=/trunk/gentoolkit/; revision=763
2010-03-09sync 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-01Fix VERSION string caused by previous patchingfuzzyray
svn path=/trunk/gentoolkit/; revision=749
2010-03-01Fix missing quotation markfuzzyray
svn path=/trunk/gentoolkit/; revision=748
2010-03-01Fix extended regular expression support in revdep-rebuildfuzzyray
svn path=/trunk/gentoolkit/; revision=747
2010-02-15Keep sed from complaining when the directory in an include directory is emptyfuzzyray
svn path=/trunk/gentoolkit/; revision=742
2010-02-05Update revdep-rebuild to use extended regular expressions instead of basic ↵fuzzyray
regular expressions. (Bug 143498) svn path=/trunk/gentoolkit/; revision=740
2010-02-04Fix 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-02Merge genscripts revision 191fuzzyray
svn path=/trunk/gentoolkit/; revision=737
2010-01-31Check for eerror in die() since an invalid option(long) oridl0r
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-11Set environment using 'portageq -v' (Bug 300229)fuzzyray
svn path=/trunk/gentoolkit/; revision=734
2010-01-07Update Copyright date headersfuzzyray
svn path=/trunk/gentoolkit/; revision=731
2009-12-17Fix 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-10Workaround for bug 280341.idl0r
Use maxcount option for grep when looking for file owner. svn path=/trunk/gentoolkit/; revision=717
2009-12-09Update usage statement to contain version and copyright informationfuzzyray
svn path=/trunk/gentoolkit/; revision=710
2009-12-08Merge rev 113 from djanderson's genscripts repofuzzyray
svn path=/trunk/gentoolkit/; revision=703
2009-10-30Speedup portageq queries. Include FuzzyRay's patch to respect ↵idl0r
EMERGE_DEFAULT_OPTS. svn path=/trunk/gentoolkit/; revision=697
2009-10-28Use 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-05Add patch from kojiro to remove permission check on temporary directory. ↵fuzzyray
(Bug 203414) svn path=/trunk/gentoolkit/; revision=602
2009-05-05Update to most recent versions and add changes from djandersonfuzzyray
svn path=/trunk/gentoolkit/; revision=599
2009-05-05Rearrange 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