| Age | Commit message (Collapse) | Author |
|
the repository name.
|
|
|
|
|
|
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
|
|
|
|
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."
|
|
|
|
The previous fix would still match a use flag it it started with the
same characters.
This fixes it completely.
|
|
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
|
|
For example: tk matching gtk3.
|
|
Remove perl code and change to sed.
Add Jared Hancock to the authors.
|
|
Conflicts:
bin/euse
|
|
|
|
svn path=/trunk/gentoolkit/; revision=869
|
|
Bug 346519
svn path=/trunk/gentoolkit/; revision=868
|
|
svn path=/trunk/gentoolkit/; revision=867
|
|
Bug 346519
svn path=/trunk/gentoolkit/; revision=866
|
|
Frehtes Taifersar Arahesis <arfrever@gentoo.org>.
svn path=/trunk/gentoolkit/; revision=775
|
|
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
|
|
<jbrouault@gmail.com>.
svn path=/trunk/gentoolkit/; revision=767
|
|
analyse utility to gentoolkit
svn path=/trunk/gentoolkit/; revision=751
|
|
svn path=/trunk/gentoolkit/; revision=731
|
|
svn path=/trunk/gentoolkit/; revision=703
|
|
svn path=/trunk/gentoolkit/; revision=691
|
|
svn path=/trunk/gentoolkit/; revision=651
|
|
svn path=/trunk/gentoolkit/; revision=599
|
|
gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery
svn path=/trunk/gentoolkit/; revision=589
|