public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  How to get metainfo of a tbz2 file
@ 2006-07-23 15:14 Konstantinos Agouros
  2006-07-23 15:28 ` Jeremy Olexa
  2006-07-23 15:39 ` Neil Bothwick
  0 siblings, 2 replies; 5+ messages in thread
From: Konstantinos Agouros @ 2006-07-23 15:14 UTC (permalink / raw
  To: gentoo-user

Hi,

is there a way to get the metainfo of a tbz2-file ie, what package it
contains, use-flags in compiling it etc?

Regards,

Konstantin
-- 
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  How to get metainfo of a tbz2 file
  2006-07-23 15:14 [gentoo-user] How to get metainfo of a tbz2 file Konstantinos Agouros
@ 2006-07-23 15:28 ` Jeremy Olexa
  2006-07-23 15:39 ` Neil Bothwick
  1 sibling, 0 replies; 5+ messages in thread
From: Jeremy Olexa @ 2006-07-23 15:28 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Konstantinos Agouros wrote:
> Hi,
> 
> is there a way to get the metainfo of a tbz2-file ie, what package it
> contains, use-flags in compiling it etc?
> 
> Regards,
> 
> Konstantin

A tbz2 file is just source code..
Assuming you are using portage, emerge -pv <package> will tell you the
USE flags. Or you could look at the ebuild in
/usr/portage/<category>/<package>. Also, remember that USE flags just
effect the configure options. Example, xinerama adds --enable-xinerama
to the configure options.

If this is not the answer you are looking for, please be more specific.

- --
Jeremy Olexa
(olexa@cs.umn.edu)
Office: EE/CS 1-201
CS/IT Systems Staff
University of Minnesota

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEw5WeFN7pD9kMi/URAlL1AJ0XsWX6uVn7XskqMlbqFExp4GXW0QCbB7Gl
DdgZWr8WI1A0cRSR6o5z4Aw=
=E2o9
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  How to get metainfo of a tbz2 file
  2006-07-23 15:14 [gentoo-user] How to get metainfo of a tbz2 file Konstantinos Agouros
  2006-07-23 15:28 ` Jeremy Olexa
@ 2006-07-23 15:39 ` Neil Bothwick
  2006-07-24 16:50   ` Konstantinos Agouros
  1 sibling, 1 reply; 5+ messages in thread
From: Neil Bothwick @ 2006-07-23 15:39 UTC (permalink / raw
  To: gentoo-user

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

On Sun, 23 Jul 2006 15:14:41 +0000 (UTC), Konstantinos Agouros wrote:

> is there a way to get the metainfo of a tbz2-file ie, what package it
> contains, use-flags in compiling it etc?

Yes, using programs from portage-utils.

qtbz2 -x package.tbz2 extracts an xpak archive from the binary package.
Use xpak to show or extract the contents of this file.


-- 
Neil Bothwick

Is it a bigger crime to rob a bank or to open one?

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

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

* Re: [gentoo-user] How to get metainfo of a tbz2 file
  2006-07-23 15:39 ` Neil Bothwick
@ 2006-07-24 16:50   ` Konstantinos Agouros
  2006-07-24 17:53     ` Neil Bothwick
  0 siblings, 1 reply; 5+ messages in thread
From: Konstantinos Agouros @ 2006-07-24 16:50 UTC (permalink / raw
  To: gentoo-user

In <20060723163949.326ea766@krikkit.digimed.co.uk> neil@digimed.co.uk (Neil Bothwick) writes:

>--Sig_FHho+EEQbRUJ0co_+.uLtUB
>Content-Type: text/plain; charset=US-ASCII
>Content-Transfer-Encoding: quoted-printable

>On Sun, 23 Jul 2006 15:14:41 +0000 (UTC), Konstantinos Agouros wrote:

>> is there a way to get the metainfo of a tbz2-file ie, what package it
>> contains, use-flags in compiling it etc?

>Yes, using programs from portage-utils.

>qtbz2 -x package.tbz2 extracts an xpak archive from the binary package.
>Use xpak to show or extract the contents of this file.
This look exactly like what I am looking for. However since I can't
seem to find a help or a manpage for xpak, what are its options?

Konstantin
-- 
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] How to get metainfo of a tbz2 file
  2006-07-24 16:50   ` Konstantinos Agouros
@ 2006-07-24 17:53     ` Neil Bothwick
  0 siblings, 0 replies; 5+ messages in thread
From: Neil Bothwick @ 2006-07-24 17:53 UTC (permalink / raw
  To: gentoo-user

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

On Mon, 24 Jul 2006 16:50:42 +0000 (UTC), Konstantinos Agouros wrote:

> >qtbz2 -x package.tbz2 extracts an xpak archive from the binary package.
> >Use xpak to show or extract the contents of this file.
> This look exactly like what I am looking for. However since I can't
> seem to find a help or a manpage for xpak, what are its options?

Sorry, it's qxpak, all the programs start with "q". See "man q" for the
full list.


-- 
Neil Bothwick

"Don't we even get a few practice semesters?" -- Calvin

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

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

end of thread, other threads:[~2006-07-24 18:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-23 15:14 [gentoo-user] How to get metainfo of a tbz2 file Konstantinos Agouros
2006-07-23 15:28 ` Jeremy Olexa
2006-07-23 15:39 ` Neil Bothwick
2006-07-24 16:50   ` Konstantinos Agouros
2006-07-24 17:53     ` Neil Bothwick

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