summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Cardona <remi@gentoo.org>2012-12-29 09:43:13 +0000
committerRemi Cardona <remi@gentoo.org>2012-12-29 09:43:13 +0000
commit2743afdc8e2d899a9e754d568dee41a000fceb1c (patch)
tree76a2cf40770a8da80eef0229c4af8fd34d0cf0fe /x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild
parentFix build failure with gobject-introspection-1.34 (bug #448992). (diff)
downloadhistorical-2743afdc8e2d899a9e754d568dee41a000fceb1c.tar.gz
historical-2743afdc8e2d899a9e754d568dee41a000fceb1c.tar.bz2
historical-2743afdc8e2d899a9e754d568dee41a000fceb1c.zip
x11-drivers/xf86-video-intel: Prune old revisions
Package-Manager: portage-2.2.0_alpha149/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild')
-rw-r--r--x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild
deleted file mode 100644
index a671f3506ace..000000000000
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.14.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 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.14.0.ebuild,v 1.7 2012/07/04 22:13:45 remi Exp $
-
-EAPI=3
-
-inherit linux-info xorg-2
-
-DESCRIPTION="X.Org driver for Intel cards"
-
-KEYWORDS="amd64 ia64 x86 -x86-fbsd"
-IUSE="dri"
-
-RDEPEND=">=x11-base/xorg-server-1.6
- >=x11-libs/libdrm-2.4.23[video_cards_intel]
- x11-libs/libpciaccess
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXvMC
- >=x11-libs/libxcb-1.5
- x11-libs/xcb-util"
-DEPEND="${RDEPEND}
- >=x11-proto/dri2proto-1.99.3
- x11-proto/fontsproto
- x11-proto/randrproto
- x11-proto/renderproto
- x11-proto/xextproto
- x11-proto/xproto
- dri? ( x11-proto/xf86driproto
- x11-proto/glproto )"
-
-pkg_setup() {
- linux-info_pkg_setup
- xorg-2_pkg_setup
- CONFIGURE_OPTIONS="$(use_enable dri) --enable-xvmc"
-}
-
-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
-}