summaryrefslogtreecommitdiff
path: root/bin/euse
AgeCommit message (Collapse)Author
2011-05-11Fix euse to treat PORTDIR the same as an overlay for purposes of printing ↵Paul Varner
the repository name.
2011-05-10Fix euse to print proper statement for egencache. Bug 366673Paul Varner
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-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-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-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-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-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-01-07Update Copyright date headersfuzzyray
svn path=/trunk/gentoolkit/; revision=731
2009-12-08Merge rev 113 from djanderson's genscripts repofuzzyray
svn path=/trunk/gentoolkit/; revision=703
2009-10-26Don't add an additional new line at the end of file.idl0r
svn path=/trunk/gentoolkit/; revision=691
2009-05-21Change /etc/gentoolkit-version to /usr/share/gentoolkit/VERSIONfuzzyray
svn path=/trunk/gentoolkit/; revision=651
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