On 6/21/19 11:27 AM, Ian Zimmerman wrote:
Is there a command to show the fields like DESCRIPTION and HOMEPAGE
from an installed ebuild, or is this one of the annoying gaps in the
framework that must be (and can be) trivially worked around?
Does equery meta not show what you want?
% equery meta x11-terms/rxvt-unicode
* x11-terms/rxvt-unicode [gentoo]
Maintainer: j...@gentoo.org (Jeroen Roovers)
Upstream: Remote-ID: cpe:/a:rxvt-unicode:rxvt-unicode ID: cpe
Homepage: http://software.schmorp.de/pkg/rxvt-unicode.html
Location: /usr/portage/x11-terms/rxvt-unicode
Keywords: 9.22-r1:0: alpha amd64 arm hppa ia64 ppc ppc64 sparc x86
Keywords: 9.22-r3:0: ~alpha ~amd64 ~amd64-linux ~arm ~arm64 ~hppa
~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~sparc-solaris
~x64-macos ~x86 ~x86-fbsd ~x86-linux ~x86-macos
Keywords: 9999:0:
License: GPL-3
There's always something like this too. ;-)
% egrep "(DESCRIPTION|HOMEPATE)"
/usr/portage/x11-terms/rxvt-unicode/*.ebuild
/usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild:DESCRIPTION="rxvt
clone with xft and unicode support"
/usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r3.ebuild:DESCRIPTION="rxvt
clone with xft and unicode support"
/usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild:DESCRIPTION="rxvt
clone with xft and unicode support"
x