public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] ebuild description
@ 2009-04-25 18:59 Michael P. Soulier
  2009-04-25 19:09 ` Sebastian Günther
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michael P. Soulier @ 2009-04-25 18:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

Often when I see something like dev-libs/libassuan, I say, "what the heck is
that"?

So I look at the ebuild file...

msoulier@anton:~$ grep DESCRIPTION
/usr/portage/dev-libs/libassuan/libassuan-1.0
.5.ebuild 
DESCRIPTION="Standalone IPC library used by gpg, gpgme and newpg"

Great, that helps. Still, I wouldn't think that grep would be the best say, so
I looked in the emerge manpage and found --info, but that tells me everything
*except* the DESCRIPTION string. :)

equery doesn't seem to dump this either..

So, is grep the best approach to answer, "what the heck is that?" :)

Mike
-- 
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] ebuild description
  2009-04-25 18:59 [gentoo-user] ebuild description Michael P. Soulier
@ 2009-04-25 19:09 ` Sebastian Günther
  2009-04-27  0:59   ` Michael P. Soulier
  2009-04-25 19:12 ` Alan McKinnon
  2009-04-25 19:40 ` [gentoo-user] " Remy Blank
  2 siblings, 1 reply; 7+ messages in thread
From: Sebastian Günther @ 2009-04-25 19:09 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 509 bytes --]

* Michael P. Soulier (msoulier@digitaltorque.ca) [25.04.09 20:59]:

> So, is grep the best approach to answer, "what the heck is that?" :)
> 
No, eix is:

emerge eix
man eix

> Mike

HTH
Sebastian

-- 
 " Religion ist das Opium des Volkes. "  |   _   ASCII ribbon campaign 
                              Karl Marx  |  ( )   against HTML e-mail  
 SEB@STI@N GÜNTHER                       |   X   against M$ attachments
      mailto:samson@guenther-roetgen.de  |  / \   www.asciiribbon.org  

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] ebuild description
  2009-04-25 18:59 [gentoo-user] ebuild description Michael P. Soulier
  2009-04-25 19:09 ` Sebastian Günther
@ 2009-04-25 19:12 ` Alan McKinnon
  2009-04-25 19:40 ` [gentoo-user] " Remy Blank
  2 siblings, 0 replies; 7+ messages in thread
From: Alan McKinnon @ 2009-04-25 19:12 UTC (permalink / raw
  To: gentoo-user

On Saturday 25 April 2009 20:59:09 Michael P. Soulier wrote:
> Often when I see something like dev-libs/libassuan, I say, "what the heck
> is that"?
>
> So I look at the ebuild file...
>
> msoulier@anton:~$ grep DESCRIPTION
> /usr/portage/dev-libs/libassuan/libassuan-1.0
> .5.ebuild
> DESCRIPTION="Standalone IPC library used by gpg, gpgme and newpg"
>
> Great, that helps. Still, I wouldn't think that grep would be the best say,
> so I looked in the emerge manpage and found --info, but that tells me
> everything *except* the DESCRIPTION string. :)
>
> equery doesn't seem to dump this either..
>
> So, is grep the best approach to answer, "what the heck is that?" :)

emerge eix

-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: ebuild description
  2009-04-25 18:59 [gentoo-user] ebuild description Michael P. Soulier
  2009-04-25 19:09 ` Sebastian Günther
  2009-04-25 19:12 ` Alan McKinnon
@ 2009-04-25 19:40 ` Remy Blank
  2 siblings, 0 replies; 7+ messages in thread
From: Remy Blank @ 2009-04-25 19:40 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

Michael P. Soulier wrote:
> msoulier@anton:~$ grep DESCRIPTION
> /usr/portage/dev-libs/libassuan/libassuan-1.0
> .5.ebuild 
> DESCRIPTION="Standalone IPC library used by gpg, gpgme and newpg"
> 
> Great, that helps. Still, I wouldn't think that grep would be the best say, so
> I looked in the emerge manpage and found --info, but that tells me everything
> *except* the DESCRIPTION string. :)

Try:

  emerge -s libassuan

-- Remy


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] ebuild description
  2009-04-25 19:09 ` Sebastian Günther
@ 2009-04-27  0:59   ` Michael P. Soulier
  2009-04-27  2:06     ` Philip Webb
  2009-04-27  8:14     ` Neil Bothwick
  0 siblings, 2 replies; 7+ messages in thread
From: Michael P. Soulier @ 2009-04-27  0:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

On 25/04/09 Sebastian Günther said:

> emerge eix
> man eix

Cool. I installed it and ran update-eix.

When I run

eix dev-lang/python

I see that it's highlighting version ~2.5.4-r2, which is what I have
installed. If the 2.5.4-r2 version is "masked by keyword", why's it installed
on my system? :)

I haven't explicitely unmasked that version anywhere that I'm aware of.

Thanks,
Mike
-- 
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] ebuild description
  2009-04-27  0:59   ` Michael P. Soulier
@ 2009-04-27  2:06     ` Philip Webb
  2009-04-27  8:14     ` Neil Bothwick
  1 sibling, 0 replies; 7+ messages in thread
From: Philip Webb @ 2009-04-27  2:06 UTC (permalink / raw
  To: gentoo-user

090426 Michael P. Soulier wrote:
> I installed eix and ran update-eix.  When I run 'eix dev-lang/python'
> it's highlighting version ~2.5.4-r2, which is what I have installed.
> If the 2.5.4-r2 version is "masked by keyword",
> why's it installed on my system?

What I get is :

  root:502 root> eix ^python$
    [I] dev-lang/python
    Available versions:
      (2.4)   2.4.4-r5 2.4.4-r6 2.4.4-r14 ~2.4.4-r15
      (2.5)   2.5.2-r7 ~2.5.2-r8 2.5.4-r2
      (2.6)   ~2.6-r5 ~2.6.1-r1 ~2.6.2
      {berkdb bootstrap build cxx doc elibc_uclibc examples gdbm ipv6 ncurses nocxx nothreads readline sqlite ssl threads tk ucs2 wininst xml}
    Installed versions:  2.5.4-r2(2.5)([2009-04-25 01:59:27])(gdbm ncurses readline sqlite ssl threads tk xml -berkdb -build -doc -elibc_uclibc -examples -ipv6 -ucs2 -wininst)
    Homepage:    http://www.python.org/
    Description: Python is an interpreted, interactive, object-oriented programming language.

Apparently, our version of Python was unmasked very recently.

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] ebuild description
  2009-04-27  0:59   ` Michael P. Soulier
  2009-04-27  2:06     ` Philip Webb
@ 2009-04-27  8:14     ` Neil Bothwick
  1 sibling, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2009-04-27  8:14 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

On Sun, 26 Apr 2009 20:59:42 -0400, Michael P. Soulier wrote:

> eix dev-lang/python
> 
> I see that it's highlighting version ~2.5.4-r2, which is what I have
> installed. If the 2.5.4-r2 version is "masked by keyword", why's it
> installed on my system? :)

It's not keyword-masked according to eix here

% eix -e python
[I] dev-lang/python
     Available versions:
        (2.4)   2.4.4-r5 2.4.4-r6 2.4.4-r14 ~2.4.4-r15
        (2.5)   2.5.2-r7 ~2.5.2-r8 2.5.4-r2
        (2.6)   ~2.6-r5 ~2.6.1-r1 ~2.6.2
        {berkdb bootstrap build cxx doc elibc_uclibc examples gdbm ipv6 ncurses nocxx nothreads readline sqlite ssl threads tk ucs2 wininst xml} 
     Installed versions:  2.5.4-r2(2.5)(08:37:17 04/20/09)(berkdb gdbm ncurses readline ssl threads xml -build -doc -elibc_uclibc -examples -ipv6 -sqlite -tk -ucs2 -wininst) Homepage:            http://www.python.org/
     Description:         Python is an interpreted, interactive, object-oriented programming language.


-- 
Neil Bothwick

Three kinds of people: Those who can count, and those who can't.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-04-27  8:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-25 18:59 [gentoo-user] ebuild description Michael P. Soulier
2009-04-25 19:09 ` Sebastian Günther
2009-04-27  0:59   ` Michael P. Soulier
2009-04-27  2:06     ` Philip Webb
2009-04-27  8:14     ` Neil Bothwick
2009-04-25 19:12 ` Alan McKinnon
2009-04-25 19:40 ` [gentoo-user] " Remy Blank

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox