# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr-dana/xcompmgr-dana-20091025 2011/12/27 23:34:57 Timewarper Exp $ inherit eutils x-modular DESCRIPTION="Dana Jansens's fork of the X Composisting Manager" HOMEPAGE="http://oliwer.net/xcompmgr-dana/" SRC_URI="http://oliwer.net/${PN}/${PN}.tar.gz" LICENSE="MIT" KEYWORDS="amd64 x86" IUSE="" RDEPEND="x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXrender !x11-misc/xcompmgr" DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}" src_prepare() { epatch "${FILESDIR}"/send-event.patch }