summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2011-07-12new /bin/revdep-ng script. revamp rebuild.py for a better api.dol-sen
2011-05-28Merge branch 'gentoolkit' of git+ssh://overlays.gentoo.org/proj/gentoolkit ↵Christian Ruppert
into gentoolkit
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-11Merge branch 'gentoolkit' of ↵Paul Varner
git+ssh://git.overlays.gentoo.org/proj/gentoolkit into gentoolkit
2011-05-11Fix euse to treat PORTDIR the same as an overlay for purposes of printing ↵Paul Varner
the repository name.
2011-05-11analyse namespace change to enalyze and standardize the spelling to use the ↵dol-sen
'z' variant.
2011-05-10Fix euse to print proper statement for egencache. Bug 366673Paul Varner
2011-05-10Change chmod 700 to chmod 600 when changing permissions on the cache files. ↵Paul Varner
Bug 356779
2011-04-23fix python-3 compatibility for euse bug 364081Brian Dolbec
2011-03-28Latest euse changes from Jared HancockPaul Varner
Prefers /etc/portage/make.conf when modifing global flags only if it defines the USE variable Also fixes a bug where euse would refuse to add hyphenated use flags. So you can: euse -E bash-completion
2011-02-26Fix some pylint complainsChristian Ruppert
2011-02-25Fix small typoPaul Varner
2011-02-25Apply latest changes from Jared HancockPaul Varner
Fixes described issues from: http://bugs.gentoo.org/show_bug.cgi?id=259318#c88 "It's now more vocal when handling global flags, and does not indicate make.conf was edited if it was not. Actually, more specifically, it does not modify make.conf unnecessarily. (As before, it modified make.conf every time regardless of whether or not it changed anything) Also fixed the issue with removing and disabling multiple flags for a package."
2011-02-25Fix whitespacePaul Varner
2011-01-28Fix unicode vs. bytes issue in glsa-check (#341293)Andy Kittner
2011-01-06Add gentoolkitNonZeroExit exceptionPaul Varner
This exception should only be used when an error is not fatal and the absence of information means no data was found. The return_code parameter can be used to set the exit value. Have the equery list module when in quiet mode return an exit status of 3. This is needed to prevent 'euse -I' from printing many 'No installed packages matching ...' error messages.
2011-01-05Updated fix for partially matching use flags.Paul Varner
The previous fix would still match a use flag it it started with the same characters. This fixes it completely.
2011-01-04Added updates from Jared Hancock.Paul Varner
Fixed error output from disabling global flags with -D. Added --remove option and left --prune as an alias Also, as requested, pruning a flag no longer removes it from local package.use unless an explicit package is given. Unfortunately, package wildcards are not yet supported, so the package must be given exactly as it is found in package.use. Emit a warning for invalid package atoms: euse -E ldap -p =net-misc/openssh euse -E ldap -p net-misc/openssh-5.6* will both fail now since they would be ineffective and give further warnings from portage later. euse also would add an extra empty line to make.conf every time it was invoked with -E or -D
2011-01-04Fix bug where a use flag was partially matching a masked use flag.Paul Varner
For example: tk matching gtk3.
2011-01-04Add remove option.Paul Varner
Remove perl code and change to sed. Add Jared Hancock to the authors.
2010-12-31Change mode of eshowkw to 0755Paul Varner
2010-12-28Merge branch 'gentoolkit' into eusePaul Varner
Conflicts: bin/euse
2010-12-28Added euse from bug 259318Paul Varner
2010-11-24Make euse prefix awarefuzzyray
svn path=/trunk/gentoolkit/; revision=869
2010-11-24Update euse to look for portage config files in new as well as old paths. ↵fuzzyray
Bug 346519 svn path=/trunk/gentoolkit/; revision=868
2010-11-23Revert previous changes to euse, changes will need to be more extensivefuzzyray
svn path=/trunk/gentoolkit/; revision=867
2010-11-23Update euse to look for /etc/portage/make.conf as well as /etc/make.conf. ↵fuzzyray
Bug 346519 svn path=/trunk/gentoolkit/; revision=866
2010-11-02Fix typos in previous commit.scarabeus
svn path=/trunk/gentoolkit/; revision=845
2010-11-02Fix arg parsing everywhere for eshowkw.scarabeus
svn path=/trunk/gentoolkit/; revision=843
2010-10-28Fix broken include.scarabeus
svn path=/trunk/gentoolkit/; revision=834
2010-10-28Initial commit of eshowkw, which is drop-in replacement for eshowkw from ↵scarabeus
gentoolkit-dev. svn path=/trunk/gentoolkit/; revision=831
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-13Replace portage.db[/] with portage.db[portage.root] so that root is not ↵fuzzyray
hardcoded svn path=/trunk/gentoolkit/; revision=782
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-17euse: Make python code of euse python-3 compatible, thanks to Arfreveridl0r
Frehtes Taifersar Arahesis <arfrever@gentoo.org>. svn path=/trunk/gentoolkit/; revision=775
2010-04-11euse: Fix check for /etc/make.profile.idl0r
Check if its readable and a directory instead of checking if its a link, thanks to Phillip Brink (ohnobinki) <ohnobinki@ohnopublishing.net>. svn path=/trunk/gentoolkit/; revision=772
2010-04-06euse: Fix query to get USE, bug 181309, thanks to Jean-Baptiste Rouaultidl0r
<jbrouault@gmail.com>. svn path=/trunk/gentoolkit/; revision=767
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-31epkginfo: Fix epkginfo to handle ambiguous package names.idl0r
svn path=/trunk/gentoolkit/; revision=762
2010-03-24Merge genscripts rev 406fuzzyray
svn path=/trunk/gentoolkit/; revision=756
2010-03-12Update to genscripts rev 382. This has more fixes for py3k and the modular ↵fuzzyray
rewrite of eclean. svn path=/trunk/gentoolkit/; revision=755
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-07glsa-check: hide non-vuln glsas in quiet modevapier
svn path=/trunk/gentoolkit/; revision=750
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