summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/glamor/glamor-0.5.ebuild')
-rw-r--r--x11-libs/glamor/glamor-0.5.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-libs/glamor/glamor-0.5.ebuild b/x11-libs/glamor/glamor-0.5.ebuild
deleted file mode 100644
index 0b4ad06cd41c..000000000000
--- a/x11-libs/glamor/glamor-0.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/glamor/glamor-0.5.ebuild,v 1.10 2013/03/12 16:43:56 chithanh Exp $
-
-EAPI=4
-
-XORG_DRI=always
-XORG_EAUTORECONF=yes
-inherit xorg-2
-
-DESCRIPTION="OpenGL based 2D rendering acceleration library"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE="gles"
-
-RDEPEND=">=x11-base/xorg-server-1.10
- media-libs/mesa[egl,gbm]
- gles? (
- || ( media-libs/mesa[gles2] media-libs/mesa[gles] )
- )
- >=x11-libs/pixman-0.21.8"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- xorg-2_pkg_setup
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable gles glamor-gles2)
- )
-}
-
-src_prepare() {
- sed -i 's/inst_LTLIBRARIES/lib_LTLIBRARIES/' src/Makefile.am || die
- xorg-2_src_prepare
-}