Gentoo Archives: gentoo-user

From: Ian Zimmerman <itz@××××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: query ebuild fields
Date: Fri, 21 Jun 2019 22:00:05
Message-Id: 20190621215949.oagx3karlmz6hhzc@matica.foolinux.mooo.com
In Reply to: Re: [gentoo-user] query ebuild fields by Grant Taylor
1 On 2019-06-21 11:41, Grant Taylor wrote:
2
3 > > Is there a command to show the fields like DESCRIPTION and HOMEPAGE
4 > > from an installed ebuild, or is this one of the annoying gaps in the
5 > > framework that must be (and can be) trivially worked around?
6 >
7 > Does equery meta not show what you want?
8
9 No description. It clearly gets the homepage info from the .ebuild file
10 (it doesn't exist anywhere else) so why it cannot also get the
11 description is beyond me.
12
13 > % egrep "(DESCRIPTION|HOMEPATE)" /usr/portage/x11-terms/rxvt-unicode/*.ebuild
14 > /usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild:DESCRIPTION="rxvt clone with xft and unicode
15 > support"
16 > /usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r3.ebuild:DESCRIPTION="rxvt clone with xft and unicode
17 > support"
18 > /usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild:DESCRIPTION="rxvt clone with xft and unicode support"
19
20 That's what I meant by "trivially worked around" :-)
21
22 BTW, does your prompt mean you are a csh user? Wow.
23
24 --
25 Please don't Cc: me privately on mailing lists and Usenet,
26 if you also post the followup to the list or newsgroup.
27 To reply privately _only_ on Usenet and on broken lists
28 which rewrite From, fetch the TXT record for no-use.mooo.com.

Replies

Subject Author
Re: [gentoo-user] Re: query ebuild fields Grant Taylor <gtaylor@×××××××××××××××××××××.net>