public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/
Date: Sat, 12 May 2018 02:45:22 +0000 (UTC)	[thread overview]
Message-ID: <1526093067.0e62fb86ade2fc2dbedd93c825cacc63f29c8d0a.mattst88@gentoo> (raw)

commit:     0e62fb86ade2fc2dbedd93c825cacc63f29c8d0a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 02:38:08 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat May 12 02:44:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e62fb86

x11-drivers/xf86-video-intel: Drop old versions

 x11-drivers/xf86-video-intel/Manifest              |  3 -
 .../xf86-video-intel-2.99.917_p20170216.ebuild     | 90 ---------------------
 .../xf86-video-intel-2.99.917_p20170313.ebuild     | 90 ---------------------
 .../xf86-video-intel-2.99.917_p20171018.ebuild     | 91 ----------------------
 4 files changed, 274 deletions(-)

diff --git a/x11-drivers/xf86-video-intel/Manifest b/x11-drivers/xf86-video-intel/Manifest
index 106bf28912d..057061291f1 100644
--- a/x11-drivers/xf86-video-intel/Manifest
+++ b/x11-drivers/xf86-video-intel/Manifest
@@ -1,4 +1 @@
-DIST xf86-video-intel-2.99.917_p20170216.tar.xz 945436 BLAKE2B 14e74941b6c0a5e97bebbe5eee0f07f4cf72a958c78aa5ad5e4fbc2ffcfb0245e7a393e0a7942a7c3910470f681c6ecf451df4f9b92382ee14d0afd464c39b85 SHA512 75d1f76238c4452cf6cd04df4e6cb4b0b17a33e759409f87bbfcdef80d79908e984e2adb2adfd6f98df34e49782c8f77d5ed645dd31e83045e4c687affefffbf
-DIST xf86-video-intel-2.99.917_p20170313.tar.xz 945604 BLAKE2B 45f206db10ffdeae8734571b115915904eeabe4564e1127a7889e51c2f7dab2502d0918c0351267a945aed8e087e62bdea2de13971fd7bc5e2445c7e837ea958 SHA512 c3cb91c9ce843fee4ba45c41fa2c69dae4d193ce778e0988ffb0ef3c77e4da40b8879cfc7333adb97084c179502cd4b5233181b5c825de619d839cc045181740
-DIST xf86-video-intel-2.99.917_p20171018.tar.xz 947052 BLAKE2B d1c54f54b1c3f1cc714b9093b537a582128232393cc2a77dec264a6ca4a32c4b02cb69bf163bc9bd0c27849ada44f81a32453647badab2403b191b40db900236 SHA512 50aff2c6807e1d3dcc857a21501e37ab3d04598f03cde0d788aac5876feb54f5c4892ad7c34a6adda696405bfa3135a14ebd4fe41b359b34cc7ac2df1618dd88
 DIST xf86-video-intel-2.99.917_p20180214.tar.xz 951544 BLAKE2B 57df523168c6bf650ddf6ca27bbc799a8a9d183c9a6a4d2e232288124b57bfff7bb36a8fcc55e2845c4ece2653d39c0830c4ea2ecef4f1968a3ee7413506bae3 SHA512 afc8a4db550aa5567fa6f5eb9b480fac7c3e496eb62ae62a6a7b7e317515e24d21bf78bf1b03ba90cfd909dd37a5f65247c7aa2314234aec3d575e53db825912

diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20170216.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20170216.ebuild
deleted file mode 100644
index 1f1e510992a..00000000000
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20170216.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=dri
-XORG_EAUTORECONF=yes
-inherit linux-info xorg-2 flag-o-matic
-
-DESCRIPTION="X.Org driver for Intel cards"
-
-KEYWORDS="amd64 x86"
-IUSE="debug dri3 +sna tools +udev uxa xvmc"
-COMMIT_ID="860c3664fe79c1fe92095ff345068f1fc7e4e651"
-SRC_URI="https://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/libXScrnSaver
-	>=x11-libs/pixman-0.27.1
-	>=x11-libs/libdrm-2.4.52[video_cards_intel]
-	dri3? (
-		>=x11-base/xorg-server-1.18
-		!<=media-libs/mesa-12.0.4
-	)
-	sna? (
-		>=x11-base/xorg-server-1.10
-	)
-	tools? (
-		x11-libs/libX11
-		x11-libs/libxcb
-		x11-libs/libXcursor
-		x11-libs/libXdamage
-		x11-libs/libXinerama
-		x11-libs/libXrandr
-		x11-libs/libXrender
-		x11-libs/libxshmfence
-		x11-libs/libXtst
-	)
-	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_configure() {
-	replace-flags -Os -O2
-	XORG_CONFIGURE_OPTIONS=(
-		$(use_enable debug)
-		$(use_enable dri)
-		$(use_enable dri dri3)
-		$(usex dri3 "--with-default-dri=3")
-		$(use_enable sna)
-		$(use_enable tools)
-		$(use_enable udev)
-		$(use_enable uxa)
-		$(use_enable xvmc)
-	)
-	xorg-2_src_configure
-}
-
-pkg_postinst() {
-	if linux_config_exists && \
-		kernel_is -lt 4 3 && ! 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
-}

diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20170313.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20170313.ebuild
deleted file mode 100644
index 28805e66626..00000000000
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20170313.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=dri
-XORG_EAUTORECONF=yes
-inherit linux-info xorg-2 flag-o-matic
-
-DESCRIPTION="X.Org driver for Intel cards"
-
-KEYWORDS="amd64 x86"
-IUSE="debug dri3 +sna tools +udev uxa xvmc"
-COMMIT_ID="7e9e92c86b0fc4c848d164fe571798add5e1e36e"
-SRC_URI="https://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/libXScrnSaver
-	>=x11-libs/pixman-0.27.1
-	>=x11-libs/libdrm-2.4.52[video_cards_intel]
-	dri3? (
-		>=x11-base/xorg-server-1.18
-		!<=media-libs/mesa-12.0.4
-	)
-	sna? (
-		>=x11-base/xorg-server-1.10
-	)
-	tools? (
-		x11-libs/libX11
-		x11-libs/libxcb
-		x11-libs/libXcursor
-		x11-libs/libXdamage
-		x11-libs/libXinerama
-		x11-libs/libXrandr
-		x11-libs/libXrender
-		x11-libs/libxshmfence
-		x11-libs/libXtst
-	)
-	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_configure() {
-	replace-flags -Os -O2
-	XORG_CONFIGURE_OPTIONS=(
-		$(use_enable debug)
-		$(use_enable dri)
-		$(use_enable dri dri3)
-		$(usex dri3 "--with-default-dri=3")
-		$(use_enable sna)
-		$(use_enable tools)
-		$(use_enable udev)
-		$(use_enable uxa)
-		$(use_enable xvmc)
-	)
-	xorg-2_src_configure
-}
-
-pkg_postinst() {
-	if linux_config_exists && \
-		kernel_is -lt 4 3 && ! 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
-}

diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild
deleted file mode 100644
index d9799aba96c..00000000000
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20171018.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=dri
-XORG_EAUTORECONF=yes
-inherit linux-info xorg-2 flag-o-matic
-
-DESCRIPTION="X.Org driver for Intel cards"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="debug dri3 +sna tools +udev uxa xvmc"
-COMMIT_ID="4798e18b2b2c8b0a05dc967e6140fd9962bc1a73"
-SRC_URI="https://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/libXScrnSaver
-	>=x11-libs/pixman-0.27.1
-	>=x11-libs/libdrm-2.4.52[video_cards_intel]
-	dri3? (
-		>=x11-base/xorg-server-1.18
-		!<=media-libs/mesa-12.0.4
-	)
-	sna? (
-		>=x11-base/xorg-server-1.10
-	)
-	tools? (
-		x11-libs/libX11
-		x11-libs/libxcb
-		x11-libs/libXcursor
-		x11-libs/libXdamage
-		x11-libs/libXinerama
-		x11-libs/libXrandr
-		x11-libs/libXrender
-		x11-libs/libxshmfence
-		x11-libs/libXtst
-	)
-	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_configure() {
-	replace-flags -Os -O2
-	XORG_CONFIGURE_OPTIONS=(
-		--disable-dri1
-		$(use_enable debug)
-		$(use_enable dri)
-		$(use_enable dri dri3)
-		$(usex dri3 "--with-default-dri=3")
-		$(use_enable sna)
-		$(use_enable tools)
-		$(use_enable udev)
-		$(use_enable uxa)
-		$(use_enable xvmc)
-	)
-	xorg-2_src_configure
-}
-
-pkg_postinst() {
-	if linux_config_exists && \
-		kernel_is -lt 4 3 && ! 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:[~2018-05-12  2:45 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-12  2:45 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-05  1:18 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/ Matt Turner
2024-06-05  1:18 Matt Turner
2024-06-05  1:18 Matt Turner
2023-12-16  8:24 Sam James
2023-06-05 15:40 Matt Turner
2023-06-01 16:41 Arthur Zamarin
2023-06-01 16:41 Arthur Zamarin
2023-05-16  3:39 Sam James
2023-04-12 16:50 Matt Turner
2021-08-12 22:53 Robin H. Johnson
2021-05-02 15:24 Matt Turner
2021-03-09 11:31 Sam James
2021-03-09 11:23 Sam James
2021-01-15  1:34 Matt Turner
2020-06-15 15:16 Agostino Sarubbo
2020-06-15 15:00 Agostino Sarubbo
2020-05-31 19:15 Matt Turner
2020-04-06 20:15 Matt Turner
2020-04-05 10:13 Agostino Sarubbo
2020-04-05  6:09 Mikle Kolyada
2020-03-11 18:42 Matt Turner
2019-12-05 23:21 Matt Turner
2019-07-25 12:51 Aaron Bauman
2019-07-23 23:52 Matt Turner
2019-07-17 10:18 Mikle Kolyada
2019-07-10 10:30 Agostino Sarubbo
2019-04-26 21:20 Matt Turner
2019-04-26 21:20 Matt Turner
2019-03-29 21:19 Matt Turner
2019-01-20  5:43 Matt Turner
2018-05-27 23:57 Matt Turner
2018-05-07 19:22 Thomas Deutschmann
2018-05-06 12:30 Mikle Kolyada
2018-03-12 23:15 Sebastian Pipping
2018-03-06  2:47 Matt Turner
2018-03-02  1:20 Matt Turner
2018-03-02  1:11 Matt Turner
2018-02-22 19:02 Michał Górny
2017-10-21  1:00 Matt Turner
2017-06-01  9:13 Agostino Sarubbo
2017-05-31 13:06 Agostino Sarubbo
2017-03-16  4:43 Matt Turner
2017-03-15 19:41 Matt Turner
2017-03-04  6:49 Matt Turner
2017-03-04  6:49 Matt Turner
2017-03-04  6:49 Matt Turner
2017-02-18 12:27 Manuel Rüger
2017-01-20 18:25 Manuel Rüger
2016-12-15 12:56 Manuel Rüger
2016-12-11 11:21 Justin Lecher
2016-11-22 21:08 Manuel Rüger
2016-11-22 21:08 Manuel Rüger
2016-11-11 16:29 Manuel Rüger
2016-11-05 13:01 Manuel Rüger
2016-11-05 13:01 Manuel Rüger
2016-10-24 19:40 Manuel Rüger
2016-10-24 19:40 Manuel Rüger
2016-10-10 22:48 Manuel Rüger
2016-10-10 22:48 Manuel Rüger
2016-09-20  2:11 Richard Farina
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-08-31 12:29 Manuel Rüger
2016-08-16 17:56 Manuel Rüger
2016-08-16 17:51 Manuel Rüger
2016-08-06 13:59 Manuel Rüger
2016-07-09 14:17 Manuel Rüger
2016-07-04 16:50 Chí-Thanh Christopher Nguyễn
2016-07-04 16:34 Chí-Thanh Christopher Nguyễn
2016-06-25 12:03 Manuel Rüger
2016-05-20 20:00 Manuel Rüger
2016-05-20 20:00 Manuel Rüger
2016-05-09 22:47 Manuel Rüger
2016-05-09 22:47 Manuel Rüger
2016-04-25 20:43 Manuel Rüger
2016-04-25 12:31 Chí-Thanh Christopher Nguyễn
2016-04-24 18:20 Manuel Rüger
2016-04-17 20:24 Manuel Rüger
2016-04-17 20:24 Manuel Rüger
2016-04-11 20:59 Manuel Rüger
2016-04-07 22:36 Manuel Rüger
2016-04-07 22:36 Manuel Rüger
2016-04-03 20:33 Manuel Rüger
2016-04-03 20:33 Manuel Rüger
2016-03-25 14:46 Manuel Rüger
2016-03-16 23:22 Manuel Rüger
2016-03-16 23:22 Manuel Rüger
2016-03-13 21:33 Manuel Rüger
2016-03-13 19:32 Manuel Rüger
2016-03-13 19:32 Manuel Rüger
2016-02-27 10:14 Manuel Rüger
2016-02-27 10:14 Manuel Rüger
2016-02-18 21:17 Manuel Rüger
2016-02-18 21:17 Manuel Rüger
2016-02-15  6:44 Patrick Lauer
2016-02-14 21:31 Manuel Rüger
2016-02-06 14:14 Manuel Rüger
2016-02-06 14:14 Manuel Rüger
2016-01-24 21:18 Manuel Rüger
2016-01-24 20:48 Manuel Rüger
2015-08-29  2:09 Matt Turner

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=1526093067.0e62fb86ade2fc2dbedd93c825cacc63f29c8d0a.mattst88@gentoo \
    --to=mattst88@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