# Distributed under the terms of the GNU General Public License v2 inherit cvs ECVS_SERVER="anoncvs.gnome.org:/cvs/gnome" ECVS_MODULE="luminocity" S=${WORKDIR}/${ECVS_MODULE} DESCRIPTION="Metacity-fork, testbed for eye-candy effects" HOMEPAGE="http://live.gnome.org/Luminocity" SRC_URI="" IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND=">=x11-base/kdrive-6.6.1_pre20050820" src_compile() { ./autogen.sh econf || die emake || die } src_install() { einstall || die }