# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ COMPIZ_RELEASE=0.6.2 DESCRIPTION="Compiz Fusion (meta)" HOMEPAGE="http://compiz-fusion.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gnome kde unsupported" # emerald-0.6.0 is broken so we use 0.5.2 until it's fixed. RDEPEND="~x11-wm/compiz-${COMPIZ_RELEASE} ~x11-plugins/compiz-fusion-plugins-main-${PV} ~x11-plugins/compiz-fusion-plugins-extra-${PV} unsupported? ( ~x11-plugins/compiz-fusion-plugins-unsupported-${PV} ) ~x11-wm/emerald-0.5.2 ~x11-apps/ccsm-${PV} gnome? ( ~x11-libs/compizconfig-backend-gconf-${PV} ) kde? ( ~x11-libs/compizconfig-backend-kconfig-${PV} )" pkg_postinst() { ewarn "DO NOT report bugs to Gentoo's bugzilla" einfo "Please report all bugs at http://bugs.gentoo-xeffects.org/" einfo "Thank you on behalf of the Gentoo Xeffects team" }