summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/glamor/glamor-9999.ebuild')
-rw-r--r--x11-libs/glamor/glamor-9999.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-libs/glamor/glamor-9999.ebuild b/x11-libs/glamor/glamor-9999.ebuild
deleted file mode 100644
index 3598f562..00000000
--- a/x11-libs/glamor/glamor-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_DRI=always
-XORG_EAUTORECONF=yes
-XORG_MODULE_REBUILD=yes
-
-inherit xorg-2
-
-DESCRIPTION="OpenGL based 2D rendering acceleration library"
-if [[ ${PV} == 9999* ]]; then
- EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/driver/glamor"
-else
- SRC_URI="mirror://gentoo/${P}.tar.gz"
-fi
-
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE="gles xv"
-
-RDEPEND=">=x11-base/xorg-server-1.10
- >=media-libs/mesa-10[egl,gbm]
- gles? (
- || ( media-libs/mesa[gles2] media-libs/mesa[gles] )
- )
- >=x11-libs/pixman-0.21.8"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable gles glamor-gles2)
- $(use_enable xv)
- )
- xorg-2_src_configure
-}