public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] virtualx.eclass changes
@ 2009-10-20 13:20 Jonathan Callen
  0 siblings, 0 replies; only message in thread
From: Jonathan Callen @ 2009-10-20 13:20 UTC (permalink / raw
  To: gentoo-dev-announce, gentoo-dev

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

Recently, virtualx.eclass changed how it adds dependencies.  Previously,
it always added IUSE=X, and added "X? ( x11-base/xorg-server
x11-apps/xhost )" to both DEPEND and RDEPEND (the RDEPEND part appears
to have been unintentional).  This has been changed to instead be in the
control of the ebuild inheriting virtualx.

If you always need an X server to build, set VIRTUALX_REQUIRED=always
before inheriting virtualx, and the dependencies will be added to DEPEND
unconditionally.

If you only need an X server to run tests, just inherit virtualx. The
dependencies will be added with "test? ( )" around them, and "test" will
be added to IUSE.

If you need the X server under other conditions, set
VIRTUALX_REQUIRED=manual before inheriting virtualx, then use
${VIRTUALX_DEPEND} in DEPEND as needed.



This change has effectively removed the "X" USE flag from the following
packages where it should have been "test":

    app-accessibility/gnome-mag
    app-accessibility/gok
    dev-libs/libunique
    dev-python/gnome-python-desktop
    dev-python/gnome-python-extras
    dev-python/pygobject
    dev-python/pygtk
    gnome-base/eel
    gnome-base/gnome-keyring
    gnome-base/libbonoboui
    gnome-base/libgnomecanvas
    gnome-base/nautilus
    gnome-extra/at-spi
    gnome-extra/gnome-games
    gnome-extra/gnome-power-manager
    media-sound/rhythmbox
    net-libs/webkit-gtk
    sci-astronomy/wcslib
    sci-mathematics/freemat
    x11-libs/gtk+:2
    x11-libs/guile-gtk
    xfce-base/thunar

The following other packages also had changes for this:
app-crypt/heimdal:
    the X server dep is now controlled by "test? ( X? ( ... ) )"
media-sound/rubyripper
    the X server dep is now unconditional, and the package's X flag is
    no longer in package.use.force.

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

iEYEARECAAYFAkrduS8ACgkQOypDUo0oQOrdGACeOajNxjLLoqw8A6aRC7G4vcTt
++wAn0qjITRs+V5tN0YZXjKkfLYs/lco
=edMH
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-20 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-20 13:20 [gentoo-dev] virtualx.eclass changes Jonathan Callen

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