Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] query ebuild fields
Date: Fri, 21 Jun 2019 17:42:34
Message-Id: 2617026.65iL3an3KX@dell_xps
In Reply to: [gentoo-user] query ebuild fields by Ian Zimmerman
1 On Friday, 21 June 2019 18:27:58 BST Ian Zimmerman wrote:
2 > Is there a command to show the fields like DESCRIPTION and HOMEPAGE from
3 > 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 > Example: I have installed x11-terms/rxvt-unicode. I don't know what it
7 > is (no, really! :-P ) and I sure as h*ll don't know the exact version
8 > number I have. I want to visit the upstream website to learn more.
9 >
10 > I know the following command will mostly do it, but it will
11 > occassionally show too much and scroll the relevant result off the
12 > screen. Also, being a search, it is much slower than necessary.
13 >
14 > emerge --search --quiet n x11-terms/rxvt-unicode
15
16 I use 'eix -l <package>' to get this sort of information. I'm sure there are
17 cleverer options to use with eix, so it only prints the database fields you
18 want, but the above has served most of my needs well. Install app-portage/
19 eix, then run eix-update and from then on you can use eix-sync to sync portage
20 and/or overlays with a mirror and search for the package you want.
21
22 rxvt-unicode is a terminal emulator, like xterm, konsole, terminology, xfce4-
23 terminal , etc. which you use within your xsession, instead of having to
24 switch over to a tty.
25
26 There's even a page about it - I can't recall having read before, but it looks
27 quite detailed:
28
29 https://wiki.gentoo.org/wiki/Rxvt-unicode
30 https://wiki.gentoo.org/wiki/Terminal_emulator
31
32 HTH
33 --
34 Regards,
35 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] query ebuild fields Bill Kenworthy <billk@×××××××××.au>