Gentoo Archives: gentoo-user

From: Grant Taylor <gtaylor@×××××××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] query ebuild fields
Date: Fri, 21 Jun 2019 17:41:16
Message-Id: 71e968e4-d740-9598-1326-f88df0562a64@spamtrap.tnetconsulting.net
In Reply to: [gentoo-user] query ebuild fields by Ian Zimmerman
1 On 6/21/19 11:27 AM, Ian Zimmerman wrote:
2 > Is there a command to show the fields like DESCRIPTION and HOMEPAGE
3 > from an installed ebuild, or is this one of the annoying gaps in the
4 > framework that must be (and can be) trivially worked around?
5
6 Does equery meta not show what you want?
7
8 % equery meta x11-terms/rxvt-unicode
9 * x11-terms/rxvt-unicode [gentoo]
10 Maintainer: jer@g.o (Jeroen Roovers)
11 Upstream: Remote-ID: cpe:/a:rxvt-unicode:rxvt-unicode ID: cpe
12 Homepage: http://software.schmorp.de/pkg/rxvt-unicode.html
13 Location: /usr/portage/x11-terms/rxvt-unicode
14 Keywords: 9.22-r1:0: alpha amd64 arm hppa ia64 ppc ppc64 sparc x86
15 Keywords: 9.22-r3:0: ~alpha ~amd64 ~amd64-linux ~arm ~arm64 ~hppa
16 ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~sparc-solaris
17 ~x64-macos ~x86 ~x86-fbsd ~x86-linux ~x86-macos
18 Keywords: 9999:0:
19 License: GPL-3
20
21 There's always something like this too. ;-)
22
23 % egrep "(DESCRIPTION|HOMEPATE)"
24 /usr/portage/x11-terms/rxvt-unicode/*.ebuild
25 /usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild:DESCRIPTION="rxvt
26 clone with xft and unicode support"
27 /usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r3.ebuild:DESCRIPTION="rxvt
28 clone with xft and unicode support"
29 /usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild:DESCRIPTION="rxvt
30 clone with xft and unicode support"
31
32
33
34 x

Replies

Subject Author
[gentoo-user] Re: query ebuild fields Ian Zimmerman <itz@××××××××××××.org>