Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257853 - gentoolkit-dev-0.2.6.2: unless (@ARGV > 0) message improvement
Summary: gentoolkit-dev-0.2.6.2: unless (@ARGV > 0) message improvement
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 268725
  Show dependency tree
 
Reported: 2009-02-06 03:57 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2009-05-06 18:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-06 03:57:01 UTC
Hi, this would be useful for version bumping if we could do something like "ekeyword ~all <ebuild>"

Thanks.
Comment 1 Dawid Węgliński (RETIRED) gentoo-dev 2009-02-06 04:05:06 UTC
It works for my ekeyword = RESOLVED WORKSFORME ;)

[~/gentoo/gentoo-x86/sys-apps/portage] $ ekeyword '~all' portage-2.1.6.4.ebuild 
portage-2.1.6.4.ebuild
< KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
---
> KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-06 04:13:34 UTC
ok, fine. I didn't actually try it because I didn't think it was implemented. Please consider this patch against 0.2.6.2

%% diff ekeyword.orig ekeyword
21c21
<     die "syntax: ekeyword { arch | ~[arch] | -[arch] } ebuild...\n" 
---
>     die "syntax: ekeyword { arch | ~[arch] | -[arch] } ebuild...\nsyntax: ekeyword ~all ebuild...\n"

Thanks.
Comment 3 Christian Ruppert (idl0r) gentoo-dev 2009-05-06 18:51:40 UTC
zsh/2 1041  (svn)-[trunk:602]-% svn ci -m 'Improved die message, bug 257853 thanks to Jeremy Olexa.'
Sending        ekeyword/ekeyword
Transmitting file data .
Committed revision 606.