xf86-video-intel: removed, the fix is in the portage finally

This commit is contained in:
Anton Bolshakov 2013-11-10 02:55:16 +00:00
parent be44fd3069
commit 5211e55a4a
2 changed files with 0 additions and 68 deletions

View file

@ -1,2 +0,0 @@
DIST xf86-video-intel-2.21.15.tar.bz2 1977431 SHA256 7d5a140f82a72fd1cbc8a664d66c3d4eca47ee240ca4927b8a98d7af6f65d6fc SHA512 ca9680716445d0e9ba1a5d87433455f7a5f558802b4d214d79496426dbfd3e598968f784b531de024df30fefcc114d6e40cc9c6da94604beb48cd4430bf9e491 WHIRLPOOL 352b114b1030d1fbe2d33f028e7c03be8b4a6a4b0e4cb4fd7c890dd4cc5594ebf1fd6477c9319c1e2ff5033fc3276fb9caa8d91d1d3ba6b0c2f1734b60d3efed
EBUILD xf86-video-intel-2.21.15.ebuild 1560 SHA256 b9f9dd99d655703e7e0657aab3aa78c9af2857484545a9c4f6a40b071af84798 SHA512 deef2d26b681dd5738b512be9dac7850cf84a9bcce965587c35d7fcae1eabad98f1c3d19af3ce43aee22cd3c266412d627c413f39768802b6c2be30cdcaf6f61 WHIRLPOOL 3397b352a34e95bbbe054bf040cd378d201bce870ac93039179257b8a4d5a17ff48721cc455e0e8f913873f16d4f1bcfe0abf0f66556e839e4f7b7cf967251e4

View file

@ -1,66 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.21.15.ebuild,v 1.3 2013/10/08 05:06:11 ago Exp $
EAPI=5
XORG_DRI=dri
inherit linux-info xorg-2
DESCRIPTION="X.Org driver for Intel cards"
KEYWORDS="amd64 x86 ~amd64-fbsd -x86-fbsd"
IUSE="glamor +sna +udev uxa xvmc"
REQUIRED_USE="|| ( glamor sna uxa )"
RDEPEND="x11-libs/libXext
x11-libs/libXfixes
>=x11-libs/pixman-0.27.1
>=x11-libs/libdrm-2.4.29[video_cards_intel]
glamor? (
x11-libs/glamor
)
sna? (
>=x11-base/xorg-server-1.10
)
udev? (
virtual/udev
)
xvmc? (
x11-libs/libXvMC
>=x11-libs/libxcb-1.5
x11-libs/xcb-util
)
"
DEPEND="${RDEPEND}
>=x11-proto/dri2proto-2.6
x11-proto/resourceproto"
src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable dri)
$(use_enable glamor)
$(use_enable sna)
$(use_enable uxa)
$(use_enable udev)
$(use_enable xvmc)
)
sed -e "s/DRI_CFLAGS/DRI1_CFLAGS/g" -i configure
xorg-2_src_configure
}
pkg_postinst() {
if linux_config_exists \
&& ! linux_chkconfig_present DRM_I915_KMS; then
echo
ewarn "This driver requires KMS support in your kernel"
ewarn " Device Drivers --->"
ewarn " Graphics support --->"
ewarn " Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->"
ewarn " <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->"
ewarn " i915 driver"
ewarn " [*] Enable modesetting on intel by default"
echo
fi
}