summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-09-04 21:17:06 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-09-04 21:17:06 +0000
commited3b723914fd8df4b7b5d5cb4858c354761f9e48 (patch)
tree49ea6df7fca573296bb9772580eec3409b03e1ab /media-libs/glfw/glfw-3.0.3.ebuild
parentVersion bump. (diff)
downloadhistorical-ed3b723914fd8df4b7b5d5cb4858c354761f9e48.tar.gz
historical-ed3b723914fd8df4b7b5d5cb4858c354761f9e48.tar.bz2
historical-ed3b723914fd8df4b7b5d5cb4858c354761f9e48.zip
old
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Diffstat (limited to 'media-libs/glfw/glfw-3.0.3.ebuild')
-rw-r--r--media-libs/glfw/glfw-3.0.3.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-libs/glfw/glfw-3.0.3.ebuild b/media-libs/glfw/glfw-3.0.3.ebuild
deleted file mode 100644
index 8542fec6df07..000000000000
--- a/media-libs/glfw/glfw-3.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-3.0.3.ebuild,v 1.3 2014/08/29 19:17:03 mr_bones_ Exp $
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="The Portable OpenGL FrameWork"
-HOMEPAGE="http://www.glfw.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="egl examples"
-
-RDEPEND="x11-libs/libXrandr
- x11-libs/libX11
- x11-libs/libXi
- x11-libs/libXxf86vm
- virtual/opengl"
-DEPEND="${RDEPEND}
- virtual/glu"
-
-src_configure() {
- local mycmakeargs="
- $(cmake-utils_use egl GLFW_USE_EGL)
- $(cmake-utils_use examples GLFW_BUILD_EXAMPLES)
- -DBUILD_SHARED_LIBS=1
- "
- cmake-utils_src_configure
-}