# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Compiz Fusion (meta) package for optional deps" HOMEPAGE="http://compiz-fusion.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="gnome kde unsupported" RDEPEND=" ~x11-wm/compiz-${PV} ~x11-plugins/compiz-fusion-plugins-main-${PV} ~x11-plugins/compiz-fusion-plugins-extra-${PV} ~x11-apps/ccsm-${PV} ~x11-wm/emerald-${PV} gnome? ( ~x11-libs/compizconfig-backend-gconf-${PV} ) kde? ( ~x11-libs/compizconfig-backend-kconfig-${PV} ) unsupported? ( ~x11-plugins/compiz-fusion-plugins-unsupported-${PV} ) " pkg_postinst() { ewarn "DO NOT report bugs to Gentoo's bugzilla" einfo "Please report all bugs to #gentoo-desktop-effects" einfo "Thank you on behalf of the Gentoo Desktop-Effects team" }