aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Change revdep-rebuild to no longer determine the build order. Insteadgentoolkit-0.3.0.4Paul Varner2011-05-241-12/+22
| | | | | we call emerge with --complete-graph=y to build the packages in the correct order.
* Fix revdep-rebuild to use the ORDER_FILE for the final emerge command. Bug ↵Paul Varner2011-05-231-2/+2
| | | | 368475
* Merge branch 'gentoolkit' of ↵Paul Varner2011-05-111-3/+3
|\ | | | | | | git+ssh://git.overlays.gentoo.org/proj/gentoolkit into gentoolkit
| * analyse namespace change to enalyze and standardize the spelling to use the ↵dol-sen2011-05-111-3/+3
| | | | | | | | 'z' variant.
* | Fix euse to treat PORTDIR the same as an overlay for purposes of printing ↵Paul Varner2011-05-111-8/+4
|/ | | | the repository name.
* Fix euse to print proper statement for egencache. Bug 366673Paul Varner2011-05-101-10/+10
|
* Change chmod 700 to chmod 600 when changing permissions on the cache files. ↵Paul Varner2011-05-101-1/+1
| | | | Bug 356779
* fix python-3 compatibility for euse bug 364081gentoolkit-0.3.0.1Brian Dolbec2011-04-231-8/+8
|
* Latest euse changes from Jared HancockPaul Varner2011-03-281-33/+46
| | | | | | | | | | 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
* Fix small typoPaul Varner2011-02-251-1/+1
|
* Apply latest changes from Jared HancockPaul Varner2011-02-251-73/+48
| | | | | | | | | | | | | 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."
* Fix whitespacePaul Varner2011-02-251-17/+17
|
* Fix unicode vs. bytes issue in glsa-check (#341293)Andy Kittner2011-01-281-7/+10
|
* Add gentoolkitNonZeroExit exceptionPaul Varner2011-01-061-0/+2
| | | | | | | | | | 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.
* Updated fix for partially matching use flags.Paul Varner2011-01-051-1/+1
| | | | | | The previous fix would still match a use flag it it started with the same characters. This fixes it completely.
* Added updates from Jared Hancock.Paul Varner2011-01-041-27/+22
| | | | | | | | | | | | | | | | | | | | | 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
* Fix bug where a use flag was partially matching a masked use flag.Paul Varner2011-01-041-2/+2
| | | | For example: tk matching gtk3.
* Add remove option.Paul Varner2011-01-041-28/+54
| | | | | Remove perl code and change to sed. Add Jared Hancock to the authors.
* Change mode of eshowkw to 0755Paul Varner2010-12-311-0/+0
|
* Merge branch 'gentoolkit' into eusePaul Varner2010-12-288-1221/+452
|\ | | | | | | | | Conflicts: bin/euse
| * Make euse prefix awarefuzzyray2010-11-241-2/+3
| | | | | | | | svn path=/trunk/gentoolkit/; revision=869
| * Update euse to look for portage config files in new as well as old paths. ↵fuzzyray2010-11-241-14/+54
| | | | | | | | | | | | Bug 346519 svn path=/trunk/gentoolkit/; revision=868
| * Revert previous changes to euse, changes will need to be more extensivefuzzyray2010-11-231-14/+7
| | | | | | | | svn path=/trunk/gentoolkit/; revision=867
| * Update euse to look for /etc/portage/make.conf as well as /etc/make.conf. ↵fuzzyray2010-11-231-7/+14
| | | | | | | | | | | | Bug 346519 svn path=/trunk/gentoolkit/; revision=866
| * Fix typos in previous commit.scarabeus2010-11-021-1/+2
| | | | | | | | svn path=/trunk/gentoolkit/; revision=845
| * Fix arg parsing everywhere for eshowkw.scarabeus2010-11-021-2/+1
| | | | | | | | svn path=/trunk/gentoolkit/; revision=843
| * Fix broken include.scarabeus2010-10-281-2/+2
| | | | | | | | svn path=/trunk/gentoolkit/; revision=834
| * Initial commit of eshowkw, which is drop-in replacement for eshowkw from ↵scarabeus2010-10-281-0/+9
| | | | | | | | | | | | gentoolkit-dev. svn path=/trunk/gentoolkit/; revision=831
| * Don't match package names in /var/db/pkg that begin with a '-'. Thisfuzzyray2010-09-231-1/+3
| | | | | | | | | | | | prevents us from matching -MERGING entries. (Bug 338031) svn path=/trunk/gentoolkit/; revision=814
| * Replace portage.db[/] with portage.db[portage.root] so that root is not ↵fuzzyray2010-05-131-2/+2
| | | | | | | | | | | | hardcoded svn path=/trunk/gentoolkit/; revision=782
| * revdep-rebuild: Make revdep-rebuild more quiet, bug 97073. We might idl0r2010-05-061-35/+41
| | | | | | | | | | | | improve that a bit more in the future. svn path=/trunk/gentoolkit/; revision=780
| * Restore follow symlinks option (-L) to the find /var/db/pkg command so that ↵fuzzyray2010-04-281-1/+1
| | | | | | | | | | | | revdep-rebuild works even when /var/db/pkg is a symlink. (Bug #317571) svn path=/trunk/gentoolkit/; revision=777
| * euse: Make python code of euse python-3 compatible, thanks to Arfreveridl0r2010-04-171-1/+1
| | | | | | | | | | | | Frehtes Taifersar Arahesis <arfrever@gentoo.org>. svn path=/trunk/gentoolkit/; revision=775
| * euse: Fix check for /etc/make.profile.idl0r2010-04-111-1/+2
| | | | | | | | | | | | | | 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
| * euse: Fix query to get USE, bug 181309, thanks to Jean-Baptiste Rouaultidl0r2010-04-061-1/+1
| | | | | | | | | | | | <jbrouault@gmail.com>. svn path=/trunk/gentoolkit/; revision=767
| * revdep-rebuild: Use EMERGE_OPTIONS _after_ EMERGE_DEFAULT_OPTS to allow ↵gentoolkit-0.3.0_rc10idl0r2010-04-011-2/+2
| | | | | | | | | | | | | | | | overwriting, bug 307023, thanks to Albert W. Hopkins <marduk@python.net>. svn path=/trunk/gentoolkit/; revision=765
| * revdep-rebuild: Check if $ERRORS_FILE exist before running gawk on it.idl0r2010-03-311-1/+1
| | | | | | | | svn path=/trunk/gentoolkit/; revision=763
| * epkginfo: Fix epkginfo to handle ambiguous package names.idl0r2010-03-311-0/+13
| | | | | | | | svn path=/trunk/gentoolkit/; revision=762
| * Merge genscripts rev 406fuzzyray2010-03-241-1/+1
| | | | | | | | svn path=/trunk/gentoolkit/; revision=756
| * Update to genscripts rev 382. This has more fixes for py3k and the modular ↵fuzzyray2010-03-122-819/+33
| | | | | | | | | | | | rewrite of eclean. svn path=/trunk/gentoolkit/; revision=755
| * sync with genscripts rev 343. This adds the initial py3k support and the ↵fuzzyray2010-03-097-127/+190
| | | | | | | | | | | | analyse utility to gentoolkit svn path=/trunk/gentoolkit/; revision=751
| * glsa-check: hide non-vuln glsas in quiet modevapier2010-03-071-5/+12
| | | | | | | | svn path=/trunk/gentoolkit/; revision=750
| * Fix VERSION string caused by previous patchingfuzzyray2010-03-011-1/+1
| | | | | | | | svn path=/trunk/gentoolkit/; revision=749
| * Fix missing quotation markfuzzyray2010-03-011-1/+1
| | | | | | | | svn path=/trunk/gentoolkit/; revision=748
| * Fix extended regular expression support in revdep-rebuildfuzzyray2010-03-011-3/+3
| | | | | | | | svn path=/trunk/gentoolkit/; revision=747
| * Keep sed from complaining when the directory in an include directory is emptyfuzzyray2010-02-151-1/+1
| | | | | | | | svn path=/trunk/gentoolkit/; revision=742
| * Update revdep-rebuild to use extended regular expressions instead of basic ↵fuzzyray2010-02-051-2/+2
| | | | | | | | | | | | regular expressions. (Bug 143498) svn path=/trunk/gentoolkit/; revision=740
| * Fix revdep-rebuild to parse include statements in /etc/ld.so.conf (Bug ↵fuzzyray2010-02-041-2/+21
| | | | | | | | | | | | 298651). It will break with spaces in paths, so it needs a little bit more work before release. svn path=/trunk/gentoolkit/; revision=739
| * Merge genscripts revision 191fuzzyray2010-02-021-1/+1
| | | | | | | | svn path=/trunk/gentoolkit/; revision=737
| * Check for eerror in die() since an invalid option(long) oridl0r2010-01-311-1/+11
| | | | | | | | | | | | | | missing arg will end up in calling die() before /etc/init.d/functions.sh has been sourced. svn path=/trunk/gentoolkit/; revision=735