summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/cairo-compmgr/cairo-compmgr-9999.ebuild')
-rw-r--r--x11-wm/cairo-compmgr/cairo-compmgr-9999.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-wm/cairo-compmgr/cairo-compmgr-9999.ebuild b/x11-wm/cairo-compmgr/cairo-compmgr-9999.ebuild
deleted file mode 100644
index 010e89c85..000000000
--- a/x11-wm/cairo-compmgr/cairo-compmgr-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit autotools gnome2 git-2
-
-EGIT_REPO_URI="git://git.tuxfamily.org/gitroot/ccm/cairocompmgr.git"
-
-DESCRIPTION="A versatile and extensible compositing manager which uses cairo for rendering"
-HOMEPAGE="http://cairo-compmgr.tuxfamily.org/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/cairo
- x11-libs/pixman"
-DEPEND="${RDEPEND}
- >=x11-proto/glproto-1.4.9"
-
-G2CONF="--disable-glitz --disable-glitz-tfp --enable-shave"
-
-EGIT_PATCHES=( "${FILESDIR}/${P}-glitz-tfp-undef.patch" )
-AT_M4DIR="."
-EGIT_BOOTSTRAP="eautoreconf"