[waffle] [PATCH] pkg/gentoo: Remove.

Matt Turner mattst88 at gmail.com
Tue Feb 11 23:56:01 CET 2014


waffle is available in the main gentoo tree under media-libs/waffle.
---
 pkg/gentoo/waffle-1.0.1.ebuild | 34 ----------------------------------
 pkg/gentoo/waffle-1.1.0.ebuild | 34 ----------------------------------
 2 files changed, 68 deletions(-)
 delete mode 100644 pkg/gentoo/waffle-1.0.1.ebuild
 delete mode 100644 pkg/gentoo/waffle-1.1.0.ebuild

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
-}
-- 
1.8.3.2



More information about the waffle mailing list