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 B416413835A for ; Wed, 23 Sep 2020 01:08:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9992E0849; Wed, 23 Sep 2020 01:08:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FE77E0849 for ; Wed, 23 Sep 2020 01:08:30 +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 18010340E06 for ; Wed, 23 Sep 2020 01:08:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7831E355 for ; Wed, 23 Sep 2020 01:08:27 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1600823295.9c8bb32642e9abbf92c99db0a69409e860b6c23f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-vesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-vesa/Manifest x11-drivers/xf86-video-vesa/xf86-video-vesa-2.5.0.ebuild X-VCS-Directories: x11-drivers/xf86-video-vesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9c8bb32642e9abbf92c99db0a69409e860b6c23f X-VCS-Branch: master Date: Wed, 23 Sep 2020 01:08:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b32cad70-55be-4ebd-bfce-ff78db5bea17 X-Archives-Hash: dd4fd3996ddd2db363dfceebccca34d8 commit: 9c8bb32642e9abbf92c99db0a69409e860b6c23f Author: Matt Turner gentoo org> AuthorDate: Wed Sep 23 01:04:46 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Sep 23 01:08:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8bb326 x11-drivers/xf86-video-vesa: Version bump to 2.5.0 Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-video-vesa/Manifest | 1 + .../xf86-video-vesa/xf86-video-vesa-2.5.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/x11-drivers/xf86-video-vesa/Manifest b/x11-drivers/xf86-video-vesa/Manifest index 603fb88dd79..97aa7078fd6 100644 --- a/x11-drivers/xf86-video-vesa/Manifest +++ b/x11-drivers/xf86-video-vesa/Manifest @@ -1 +1,2 @@ DIST xf86-video-vesa-2.4.0.tar.bz2 324599 BLAKE2B ddaa7a54d439b1afb1152e15e0d436cade79c51a61e78837a066e3e0c04d4a2ea6b079e68eca917e618aae125ed4eab7734009a337018460e771265b8daef443 SHA512 4af5c0a7fd64eba503980198cf510688dff2f33482ceac446455d97255dcc828613387ac57828eb6dce080cb15a8644a2b2e278bf356705fdeaea873ab07c2de +DIST xf86-video-vesa-2.5.0.tar.bz2 304322 BLAKE2B aee8b59d769a72fb2890bbadde7fb87e2f527fb58eaf8b2ef515b0a1b7dc591c6afaf1d8692caaaefb741f475ed77bc0ed069be43a752103260bc85314a7a830 SHA512 36fd921f54f33eb25966b5f9ea1e1b3e9009965c012c8b9c676686b472111719921b80cf62dafc746058878253e21f0ef341a2ff2d650df22ca1e35e81716a8b diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.5.0.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.5.0.ebuild new file mode 100644 index 00000000000..95d71281980 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.5.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit linux-info xorg-3 + +DESCRIPTION="Generic VESA video driver" +KEYWORDS="-* ~alpha ~amd64 ~x86" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.6 + >=x11-libs/libpciaccess-0.12.901" +DEPEND="${RDEPEND}" + +pkg_pretend() { + linux-info_pkg_setup + + if ! linux_config_exists || ! linux_chkconfig_present DEVMEM; then + echo + ewarn "This driver requires /dev/mem support in your kernel" + ewarn " Device Drivers --->" + ewarn " Character devices --->" + ewarn " [*] /dev/mem virtual device support" + echo + fi +}