From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 265C5139694 for ; Wed, 31 May 2017 07:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41A01E0DDD; Wed, 31 May 2017 07:12:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07B37E0DDD for ; Wed, 31 May 2017 07:12:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC43C341720 for ; Wed, 31 May 2017 07:12:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A34F7466 for ; Wed, 31 May 2017 07:12:06 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1496214720.6f9be24d812012ea69331702c66ae093e767df7e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glfw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/glfw/Manifest media-libs/glfw/glfw-3.1.2.ebuild media-libs/glfw/metadata.xml X-VCS-Directories: media-libs/glfw/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6f9be24d812012ea69331702c66ae093e767df7e X-VCS-Branch: master Date: Wed, 31 May 2017 07:12:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 11da6f1f-c1d4-4bdf-a603-3a7255729fbe X-Archives-Hash: 8ca9dd93ea94d963ce2e095fffc3de95 commit: 6f9be24d812012ea69331702c66ae093e767df7e Author: Lars Wendler gentoo org> AuthorDate: Wed May 31 07:12:00 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed May 31 07:12:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f9be24d media-libs/glfw: Removed old. Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/glfw/Manifest | 1 - media-libs/glfw/glfw-3.1.2.ebuild | 32 -------------------------------- media-libs/glfw/metadata.xml | 3 --- 3 files changed, 36 deletions(-) diff --git a/media-libs/glfw/Manifest b/media-libs/glfw/Manifest index 98cf3b9a542..17df29f35f3 100644 --- a/media-libs/glfw/Manifest +++ b/media-libs/glfw/Manifest @@ -1,2 +1 @@ -DIST glfw-3.1.2.tar.bz2 588640 SHA256 31a1e6b6d7c64bbf44dce623785c87c0f29d965b19c452828e48acd64fa643e7 SHA512 00dc822403848f3e60535b9f70ea43147717252373c704c52b5480020cea7f416a00c036ab5ffbc0bc76863c4ddb7d271310e64face639e68f7a62e9db882e94 WHIRLPOOL 1e54efff306fc7f17620f6a874c66e5315d9dd2b2c45f6f4c95562b1c2ac50c5e4410173c23351c31aeaee187b5fe39999d1788fd9a42053d420b5a252331a2c DIST glfw-3.2.1.tar.bz2 654840 SHA256 9a9681bc720fa00a4fd104108f2667e0fe4f0f20b7e0034c64b21e1d1e73634a SHA512 4371285ae72a428c77440baaf5e92fd83e51eafc2c7f024e8ae9f5a4068623c86d73ae70799b3c7775d1f5984de8be408386f3960303522aa9144dd6b2c21bef WHIRLPOOL 252c9547367ec1ce30f8d9fccac0d4358343edb5b700f56a41ad93c06260fa4317153c06dd6c9231a0fd11a385c54604a66847c05f84b3cb192001e2df68e6e5 diff --git a/media-libs/glfw/glfw-3.1.2.ebuild b/media-libs/glfw/glfw-3.1.2.ebuild deleted file mode 100644 index e4644eab8c0..00000000000 --- a/media-libs/glfw/glfw-3.1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="The Portable OpenGL FrameWork" -HOMEPAGE="http://www.glfw.org/" -SRC_URI="mirror://sourceforge/glfw/${P}.tar.bz2" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 hppa x86" -IUSE="egl examples" - -RDEPEND="x11-libs/libXrandr - x11-libs/libX11 - x11-libs/libXi - x11-libs/libXxf86vm - x11-libs/libXinerama - x11-libs/libXcursor - virtual/opengl" -DEPEND=${RDEPEND} - -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 -} diff --git a/media-libs/glfw/metadata.xml b/media-libs/glfw/metadata.xml index 43481a7a0aa..1236bfe275a 100644 --- a/media-libs/glfw/metadata.xml +++ b/media-libs/glfw/metadata.xml @@ -5,9 +5,6 @@ games@gentoo.org Gentoo Games Project - - Use EGL instead of GLX for GL context creation - glfw