summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-}