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 1RHug1-00040I-TH for garchives@archives.gentoo.org; Sun, 23 Oct 2011 09:49:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00CCF21C058; Sun, 23 Oct 2011 09:49:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BC1D221C058 for ; Sun, 23 Oct 2011 09:49:02 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 343171B4016 for ; Sun, 23 Oct 2011 09:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6065180042 for ; Sun, 23 Oct 2011 09:49:01 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <737f6e1d12035595b75e8d5f8c16b8ba19217d1b.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-modesetting/, profiles/ X-VCS-Repository: proj/x11 X-VCS-Files: profiles/package.mask x11-drivers/xf86-video-modesetting/xf86-video-modesetting-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-modesetting/ profiles/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 737f6e1d12035595b75e8d5f8c16b8ba19217d1b Date: Sun, 23 Oct 2011 09:49:01 +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: 143d0ba725cced2e99122f01a3623481 commit: 737f6e1d12035595b75e8d5f8c16b8ba19217d1b Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sun Oct 23 09:48:43 2011 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Sun Oct 23 09:48:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D737f6e1d x11-drivers/xf86-video-modesetting: new ebuild --- profiles/package.mask | 1 + .../xf86-video-modesetting-9999.ebuild | 20 ++++++++++++++= ++++++ 2 files changed, 21 insertions(+), 0 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 2d0ece3..4622e1e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -27,6 +27,7 @@ =3Dx11-drivers/xf86-video-ati-9999 =3Dx11-drivers/xf86-video-glint-9999 =3Dx11-drivers/xf86-video-intel-9999 +=3Dx11-drivers/xf86-video-modesetting-9999 =3Dx11-drivers/xf86-video-nouveau-9999 =3Dx11-drivers/xf86-video-vmware-9999 =3Dx11-libs/libdmx-9999 diff --git a/x11-drivers/xf86-video-modesetting/xf86-video-modesetting-99= 99.ebuild b/x11-drivers/xf86-video-modesetting/xf86-video-modesetting-999= 9.ebuild new file mode 100644 index 0000000..06081b8 --- /dev/null +++ b/x11-drivers/xf86-video-modesetting/xf86-video-modesetting-9999.ebui= ld @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 +inherit xorg-2 + +DESCRIPTION=3D"Unaccelerated generic driver for kernel modesetting" +SRC_URI=3D"" + +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"dri" + +RDEPEND=3D"x11-libs/libdrm + x11-libs/libXvMC" +DEPEND=3D"${RDEPEND}" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=3D"$(use_enable dri)" +}