summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-09-04 21:17:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-09-04 21:17:01 +0000
commit2314780b529d3c5a2e302f3c373ec7a366dca253 (patch)
tree59689acffd6f0f72dc62b58c7c22f097e3ccbc23 /media-libs/glfw
parentVersion bump. (diff)
downloadgentoo-2-2314780b529d3c5a2e302f3c373ec7a366dca253.tar.gz
gentoo-2-2314780b529d3c5a2e302f3c373ec7a366dca253.tar.bz2
gentoo-2-2314780b529d3c5a2e302f3c373ec7a366dca253.zip
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/glfw')
-rw-r--r--media-libs/glfw/ChangeLog5
-rw-r--r--media-libs/glfw/glfw-3.0.3.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/media-libs/glfw/ChangeLog b/media-libs/glfw/ChangeLog
index 8eeb3a80b263..7b29ad1dab52 100644
--- a/media-libs/glfw/ChangeLog
+++ b/media-libs/glfw/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glfw
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v 1.20 2014/08/29 19:52:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v 1.21 2014/09/04 21:17:01 mr_bones_ Exp $
+
+ 04 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> -glfw-3.0.3.ebuild:
+ old
*glfw-3.0.4 (29 Aug 2014)
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
-}