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 1QxLbz-0000cp-Jz for garchives@archives.gentoo.org; Sat, 27 Aug 2011 16:19:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 759D221C048; Sat, 27 Aug 2011 16:19:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2DC4921C048 for ; Sat, 27 Aug 2011 16:19:52 +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 83C011B405D for ; Sat, 27 Aug 2011 16:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A2D4D80040 for ; Sat, 27 Aug 2011 16:19:50 +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: <28ed507885702c4a7e7ea89b53b5fe9b75dde10c.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: 28ed507885702c4a7e7ea89b53b5fe9b75dde10c Date: Sat, 27 Aug 2011 16:19:50 +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: b44261407f8f02a0aee8786a46d6bc42 commit: 28ed507885702c4a7e7ea89b53b5fe9b75dde10c Author: Matt Turner gmail com> AuthorDate: Wed Aug 24 23:57:24 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Wed Aug 24 23:57:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D28ed5078 media-libs/mesa: remove deleted drivers Drivers removed are: i810, mach64, mga, r128, savage, sis, tdfx, unichrome. --- media-libs/mesa/mesa-9999.ebuild | 27 ++++----------------------- 1 files changed, 4 insertions(+), 23 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 66abc32..c25d246 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -37,9 +37,9 @@ LICENSE=3D"LGPL-2 kilgard" SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc = ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-so= laris ~x64-solaris ~x86-solaris" =20 -INTEL_CARDS=3D"i810 i915 i965 intel" +INTEL_CARDS=3D"i915 i965 intel" RADEON_CARDS=3D"r100 r200 r300 r600 radeon" -VIDEO_CARDS=3D"${INTEL_CARDS} ${RADEON_CARDS} mach64 mga nouveau r128 sa= vage sis vmware tdfx via" +VIDEO_CARDS=3D"${INTEL_CARDS} ${RADEON_CARDS} nouveau vmware" for card in ${VIDEO_CARDS}; do IUSE_VIDEO_CARDS+=3D" video_cards_${card}" done @@ -60,18 +60,10 @@ REQUIRED_USE=3D" g3dvl? ( || ( vdpau xvmc ) ) vdpau? ( g3dvl ) xvmc? ( g3dvl ) - video_cards_i810? ( classic ) video_cards_i915? ( classic ) - video_cards_mach64? ( classic ) - video_cards_mga? ( classic ) video_cards_r100? ( classic ) - video_cards_r128? ( classic ) video_cards_r200? ( classic ) - video_cards_savage? ( classic ) - video_cards_sis? ( classic ) video_cards_vmware? ( gallium ) - video_cards_tdfx? ( classic ) - video_cards_via? ( classic ) " =20 LIBDRM_DEPSTRING=3D">=3Dx11-libs/libdrm-2.4.24" @@ -199,23 +191,17 @@ src_configure() { driver_enable swrast =20 # Intel code - driver_enable video_cards_i810 i810 driver_enable video_cards_i915 i915 driver_enable video_cards_i965 i965 - if ! use video_cards_i810 && \ - ! use video_cards_i915 && \ + if ! use video_cards_i915 && \ ! use video_cards_i965; then - driver_enable video_cards_intel i810 i915 i965 + driver_enable video_cards_intel i915 i965 fi =20 # Nouveau code driver_enable video_cards_nouveau nouveau =20 # ATI code - driver_enable video_cards_mach64 mach64 - driver_enable video_cards_mga mga - driver_enable video_cards_r128 r128 - driver_enable video_cards_r100 radeon driver_enable video_cards_r200 r200 driver_enable video_cards_r300 r300 @@ -226,11 +212,6 @@ src_configure() { ! use video_cards_r600; then driver_enable video_cards_radeon radeon r200 r300 r600 fi - - driver_enable video_cards_savage savage - driver_enable video_cards_sis sis - driver_enable video_cards_tdfx tdfx - driver_enable video_cards_via unichrome fi =20 myconf+=3D"