summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-02-11 14:56:01 -0800
committerChad Versace <chad.versace@linux.intel.com>2014-02-13 11:29:04 -0800
commit5588dcd88643ae6b31a2e13a8a74298505b4275a (patch)
tree282894e793e72e94cb319240b76762c341766da2
parent77a2f5815bce8475be07c0169398ec0285b9d804 (diff)
pkg/gentoo: Remove.
waffle is available in the main gentoo tree under media-libs/waffle.
-rw-r--r--pkg/gentoo/waffle-1.0.1.ebuild34
-rw-r--r--pkg/gentoo/waffle-1.1.0.ebuild34
2 files changed, 0 insertions, 68 deletions
diff --git a/pkg/gentoo/waffle-1.0.1.ebuild b/pkg/gentoo/waffle-1.0.1.ebuild
deleted file mode 100644
index e70d432..0000000
--- a/pkg/gentoo/waffle-1.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Library that allows selection of GL API and of window system at runtime"
-HOMEPAGE="http://people.freedesktop.org/~chadversary/waffle/"
-SRC_URI="http://people.freedesktop.org/~chadversary/waffle/files/release/${P}/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="egl gles1 gles2 wayland"
-
-DEPEND="
- media-libs/mesa[egl?,gles1?,gles2?]
- virtual/opengl
- wayland? ( >=dev-libs/wayland-0.95.0 )
- x11-libs/libX11
- x11-libs/libxcb"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- -Dwaffle_has_glx=ON
- $(cmake-utils_use egl waffle_has_x11_egl)
- $(cmake-utils_use wayland waffle_has_wayland)
- )
-
- cmake-utils_src_configure
-}
diff --git a/pkg/gentoo/waffle-1.1.0.ebuild b/pkg/gentoo/waffle-1.1.0.ebuild
deleted file mode 100644
index 2866b28..0000000
--- a/pkg/gentoo/waffle-1.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Library for selecting GL API and window system at runtime"
-HOMEPAGE="http://people.freedesktop.org/~chadversary/waffle/"
-SRC_URI="http://people.freedesktop.org/~chadversary/waffle/files/release/${P}/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="egl gles1 gles2 wayland"
-
-DEPEND="
- media-libs/mesa[egl?,gles1?,gles2?]
- virtual/opengl
- wayland? ( >=dev-libs/wayland-0.95.0 )
- x11-libs/libX11
- x11-libs/libxcb"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- -Dwaffle_has_glx=ON
- $(cmake-utils_use egl waffle_has_x11_egl)
- $(cmake-utils_use wayland waffle_has_wayland)
- )
-
- cmake-utils_src_configure
-}