From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E965F138010 for ; Thu, 25 Oct 2012 00:54:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFB1AE01C9; Thu, 25 Oct 2012 00:53:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 46EF5E01C9 for ; Thu, 25 Oct 2012 00:53:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1622233D89A for ; Thu, 25 Oct 2012 00:53:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6FD43E5436 for ; Thu, 25 Oct 2012 00:53:52 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1351126432.11d715bde7208d5e4e2169c3fb326e3c0d3c60c5.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-nouveau/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-nouveau/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 11d715bde7208d5e4e2169c3fb326e3c0d3c60c5 X-VCS-Branch: master Date: Thu, 25 Oct 2012 00:53:52 +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: c786b90a-52a8-4403-bf7d-b7af74ff269e X-Archives-Hash: 1cd2f8c5d087e05cf91474f93d0cdbb3 commit: 11d715bde7208d5e4e2169c3fb326e3c0d3c60c5 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Thu Oct 25 00:53:52 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Thu Oct 25 00:53:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=11d715bd x11-drivers/xf86-video-nouveau: simplify ebuild in line with the one in portage. --- .../xf86-video-nouveau-9999.ebuild | 18 ++---------------- 1 files changed, 2 insertions(+), 16 deletions(-) diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild index 7325b6e..a5a6742 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -16,18 +16,4 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=x11-libs/libdrm-2.4.34[video_cards_nouveau]" -DEPEND="${RDEPEND} - x11-proto/glproto - x11-proto/xf86driproto - x11-proto/dri2proto" - -pkg_postinst() { - xorg-2_pkg_postinst - if ! has_version x11-base/nouveau-drm; then - if ! linux_config_exists || ! linux_chkconfig_present DRM_NOUVEAU; then - ewarn "Nouveau DRM not detected. If you want any kind of" - ewarn "acceleration with nouveau, emerge x11-base/nouveau-drm or" - ewarn "enable CONFIG_DRM_NOUVEAU in the kernel." - fi - fi -} +DEPEND="${RDEPEND}"