mr_bones_ 15/03/22 21:10:59 Modified: glfw-3.0.4.ebuild ChangeLog Added: glfw-3.1.1.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 media-libs/glfw/glfw-3.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/glfw-3.0.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/glfw-3.0.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/glfw-3.0.4.ebuild?r1=1.1&r2=1.2 Index: glfw-3.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-3.0.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glfw-3.0.4.ebuild 29 Aug 2014 19:52:26 -0000 1.1 +++ glfw-3.0.4.ebuild 22 Mar 2015 21:10:59 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-3.0.4.ebuild,v 1.1 2014/08/29 19:52:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-3.0.4.ebuild,v 1.2 2015/03/22 21:10:59 mr_bones_ Exp $ EAPI=5 inherit cmake-utils 1.22 media-libs/glfw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 4 Sep 2014 21:17:01 -0000 1.21 +++ ChangeLog 22 Mar 2015 21:10:59 -0000 1.22 @@ -1,6 +1,12 @@ # 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.21 2014/09/04 21:17:01 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/ChangeLog,v 1.22 2015/03/22 21:10:59 mr_bones_ Exp $ + +*glfw-3.1.1 (22 Mar 2015) + + 22 Mar 2015; Michael Sterrett <[email protected]> +glfw-3.1.1.ebuild, + glfw-3.0.4.ebuild: + version bump 04 Sep 2014; Michael Sterrett <[email protected]> -glfw-3.0.3.ebuild: old 1.1 media-libs/glfw/glfw-3.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/glfw-3.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glfw/glfw-3.1.1.ebuild?rev=1.1&content-type=text/plain Index: glfw-3.1.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/glfw/glfw-3.1.1.ebuild,v 1.1 2015/03/22 21:10:59 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 }
