diff options
author | 2005-10-06 07:37:09 +0000 | |
---|---|---|
committer | 2005-10-06 07:37:09 +0000 | |
commit | 90f3b4cf4f34e08e83ad6dc80298c06ca3729e34 (patch) | |
tree | 84d27c6f02a874fbd2b13667f1902dfa228a5a50 /xfce-extra/exo/exo-0.3.0-r1.ebuild | |
parent | more xfce masking (diff) | |
download | gentoo-2-90f3b4cf4f34e08e83ad6dc80298c06ca3729e34.tar.gz gentoo-2-90f3b4cf4f34e08e83ad6dc80298c06ca3729e34.tar.bz2 gentoo-2-90f3b4cf4f34e08e83ad6dc80298c06ca3729e34.zip |
Xfce builds for new eclass and modular Xorg.
(Portage version: 1.589-cvs)
Diffstat (limited to 'xfce-extra/exo/exo-0.3.0-r1.ebuild')
-rw-r--r-- | xfce-extra/exo/exo-0.3.0-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xfce-extra/exo/exo-0.3.0-r1.ebuild b/xfce-extra/exo/exo-0.3.0-r1.ebuild new file mode 100644 index 000000000000..1cd1fb7bf6d8 --- /dev/null +++ b/xfce-extra/exo/exo-0.3.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.0-r1.ebuild,v 1.1 2005/10/06 07:37:09 bcowan Exp $ + +inherit xfce42 + +DESCRIPTION="Extension library for Xfce" +HOMEPAGE="http://www.os-cillation.com/" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND="|| ( ( x11-libs/libX11 + x11-libs/libICE + x11-libs/libSM ) + virtual/x11 ) + >=x11-libs/gtk+-2.4 + >=xfce-base/libxfce4mcs-4.2.0" +DEPEND="${RDEPEND} + || ( ( x11-libs/libX11 + x11-libs/libXt ) + virtual/x11 )" + +bzipped +goodies + |