From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R4dvO-0006Rc-8X for garchives@archives.gentoo.org; Fri, 16 Sep 2011 19:18:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F9F821C0B2; Fri, 16 Sep 2011 19:18:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5949121C0B2 for ; Fri, 16 Sep 2011 19:18:02 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 899471B4030 for ; Fri, 16 Sep 2011 19:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E3D9E8004A for ; Fri, 16 Sep 2011 19:18:00 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <82e39e95477ea18729cc20df24eb4b8f3e1a4a44.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 82e39e95477ea18729cc20df24eb4b8f3e1a4a44 Date: Fri, 16 Sep 2011 19:18:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 32f550f08e52e81a44aeb11b9a87e018 commit: 82e39e95477ea18729cc20df24eb4b8f3e1a4a44 Author: Matt Turner gmail com> AuthorDate: Fri Sep 16 19:10:05 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Fri Sep 16 19:10:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D82e39e95 media-libs/mesa: remove glut/glew handling These were removed before 7.11. --- media-libs/mesa/mesa-9999.ebuild | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 3268222..e0921f9 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -269,7 +269,6 @@ src_configure() { econf \ --disable-option-checking \ --with-driver=3Ddri \ - --disable-glut \ --without-demos \ --enable-xcb \ $(use_enable debug) \ @@ -294,12 +293,6 @@ src_install() { if ! tc-is-cross-compiler; then dobin "${S}"/src/glsl/glsl_compiler fi - # Remove redundant headers - # GLUT thing - rm -f "${ED}"/usr/include/GL/glut*.h || die "Removing glut include fail= ed." - # Glew includes - rm -f "${ED}"/usr/include/GL/{glew,glxew,wglew}.h \ - || die "Removing glew includes failed." =20 # Install config file for eselect mesa insinto /usr/share/mesa