# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit eutils xorg-2 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" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="x11-libs/libX11 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 }