public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: x11-drivers/xf86-video-intel/
Date: Sun, 21 Feb 2016 20:46:00 +0000 (UTC)	[thread overview]
Message-ID: <1456087551.2cf6af4d71e628aed489e5c4b7b34f4a0ac2fced.mrueg@gentoo> (raw)

commit:     2cf6af4d71e628aed489e5c4b7b34f4a0ac2fced
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 20:45:51 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 20:45:51 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=2cf6af4d

x11-drivers/xf86-video-intel: Snapshot moved to the tree

 x11-drivers/xf86-video-intel/Manifest              |  1 -
 x11-drivers/xf86-video-intel/metadata.xml          | 14 ----
 .../xf86-video-intel-2.99.917_p20160203.ebuild     | 74 ----------------------
 3 files changed, 89 deletions(-)

diff --git a/x11-drivers/xf86-video-intel/Manifest b/x11-drivers/xf86-video-intel/Manifest
deleted file mode 100644
index a2f7415..0000000
--- a/x11-drivers/xf86-video-intel/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xf86-video-intel-2.99.917_p20160203.tar.xz 932800 SHA256 a40792f8bcb7d48593d60d4a97a957dd0a2b505e13f15638087abd20ba98df60 SHA512 e0bdbcbe297686c3d05573932ad929d7681de52bf9b02e37b51550da55ae0841f515b740dd67bf9053048acb8b6be05eb3b7d6121d7021abbae2b31dd2a30698 WHIRLPOOL 3ede81189f4040d26e6ab4b33d539a67ee0f11553a7db84eb6e15d6f6d6cb5345244e1515e072c48874689bc07ed159ee01f9544aabc7690320e017b245ad1dc

diff --git a/x11-drivers/xf86-video-intel/metadata.xml b/x11-drivers/xf86-video-intel/metadata.xml
deleted file mode 100644
index e150cb4..0000000
--- a/x11-drivers/xf86-video-intel/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>x11@gentoo.org</email>
-		<name>X11</name>
-	</maintainer>
-	<use>
-		<flag name="glamor">Enable Glamor OpenGL 2D acceleration</flag>
-		<flag name="sna">Enable SandyBridge's New Acceleration (useful on all chipsets, not just SandyBridge)</flag>
-		<flag name="uxa">Enable UMA Acceleration Architecture</flag>
-		<flag name="xvmc">Enables X-Video Motion Compensation support</flag>
-	</use>
-</pkgmetadata>

diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160203.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160203.ebuild
deleted file mode 100644
index 921b933..0000000
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160203.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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="debug +sna +udev uxa xvmc"
-COMMIT_ID="8b8c9a36828e90e46ad0755c6861df85f5307fb5"
-SRC_URI="http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz"
-
-S=${WORKDIR}/${COMMIT_ID}
-
-REQUIRED_USE="
-	|| ( sna uxa )
-"
-RDEPEND="x11-libs/libXext
-	x11-libs/libXfixes
-	>=x11-libs/pixman-0.27.1
-	>=x11-libs/libdrm-2.4.29[video_cards_intel]
-	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/dri3proto
-	x11-proto/presentproto
-	x11-proto/resourceproto"
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	XORG_CONFIGURE_OPTIONS=(
-		$(use_enable debug)
-		$(use_enable dri)
-		$(use_enable sna)
-		$(use_enable uxa)
-		$(use_enable udev)
-		$(use_enable xvmc)
-		--disable-dri3
-	)
-	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
-}


             reply	other threads:[~2016-02-21 20:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-21 20:46 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-03 21:16 [gentoo-commits] dev/mrueg:master commit in: x11-drivers/xf86-video-intel/ Manuel Rüger
2016-01-27 22:08 Manuel Rüger
2016-01-27  8:51 Manuel Rüger
2016-01-23 12:31 Manuel Rüger
2016-01-06 21:54 Manuel Rüger
2015-12-22 23:54 Manuel Rüger
2015-12-13  1:03 Manuel Rüger
2015-11-19 21:53 Manuel Rüger
2015-11-15 11:36 Manuel Rüger
2015-11-12 21:17 Manuel Rüger
2015-11-10 21:16 Manuel Rüger
2015-11-07 11:25 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1456087551.2cf6af4d71e628aed489e5c4b7b34f4a0ac2fced.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox