summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-03-11 19:23:17 -0800
committerMatt Turner <mattst88@gentoo.org>2017-03-16 13:36:35 -0700
commitae8ae97ac6a64bda4be202ef74aa9276c6570ddd (patch)
treef63876bf0f5fb98df579be5476ec7ad4ef70b8b8 /x11-drivers
parentx11-drivers/xf86-video-mga: Drop old versions (diff)
downloadgentoo-ae8ae97ac6a64bda4be202ef74aa9276c6570ddd.tar.gz
gentoo-ae8ae97ac6a64bda4be202ef74aa9276c6570ddd.tar.bz2
gentoo-ae8ae97ac6a64bda4be202ef74aa9276c6570ddd.zip
x11-drivers/xf86-video-nouveau: Drop old versions
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-nouveau/Manifest1
-rw-r--r--x11-drivers/xf86-video-nouveau/files/xf86-video-nouveau-1.0.11-glamor-automagic.patch42
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.12.ebuild21
3 files changed, 0 insertions, 64 deletions
diff --git a/x11-drivers/xf86-video-nouveau/Manifest b/x11-drivers/xf86-video-nouveau/Manifest
index 80400c441426..d9a9ac7fb9b4 100644
--- a/x11-drivers/xf86-video-nouveau/Manifest
+++ b/x11-drivers/xf86-video-nouveau/Manifest
@@ -1,3 +1,2 @@
-DIST xf86-video-nouveau-1.0.12.tar.bz2 599816 SHA256 0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e SHA512 dd3be4b89d4b39f02b7cbf058be90e6777adc61a580c0987e737056ff85ed2685e7d6a7848b2c7ab8957810e057d7693c5dd2c425f88609670e02ea8368d77e9 WHIRLPOOL b2d4b7376a747ae1b44dde217a26cedaf4648c7b127e811a8230e39d73040b1ab8f1383f77cb69d9b576d21f8287a5ffa9ebc136c3ea6ada7c7acbb025a13170
DIST xf86-video-nouveau-1.0.13.tar.bz2 616715 SHA256 6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb SHA512 f78230baea71ace9ca7f84c1ff6c2ef3a3844b7c12423499ff8098c66638ddbff9c06ab86069eebe92ab729259c007bdce43e0f82956a4aa369eafe65f07ee10 WHIRLPOOL a10c92b0fbab8e0307d595821b15f330c9663b58b2275e253d4727d35be40b8ac6df2e38a8c9175a163946f53527bb554d33ef543093a88fc0de8f5d7fa4b8aa
DIST xf86-video-nouveau-1.0.14.tar.bz2 584586 SHA256 4ddff99b3cc49f16cdcf99f6e1c5856b6f06589ec98376cedb5754100afe31c1 SHA512 f07d49d736f87d4f42781c3cf3b5d07e7c57ca864973a917f6a7933082be1663214e9174f1434ddded094fac74f2087c63bb5ae528e21baf99dcd3385b219e66 WHIRLPOOL 6206cb98664ed825d1b759c0dfa48d1395491c9c8eda5cfe813ce9e67f4fca0346996f8b022f0f52cd08bbcf20e932b9356cb2d0cf19833d0b1b205ac7b3ca74
diff --git a/x11-drivers/xf86-video-nouveau/files/xf86-video-nouveau-1.0.11-glamor-automagic.patch b/x11-drivers/xf86-video-nouveau/files/xf86-video-nouveau-1.0.11-glamor-automagic.patch
deleted file mode 100644
index 310070f99eb7..000000000000
--- a/x11-drivers/xf86-video-nouveau/files/xf86-video-nouveau-1.0.11-glamor-automagic.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -ur a/configure.ac b/configure.ac
---- a/configure.ac 2014-09-03 21:29:04.000000000 +0200
-+++ b/configure.ac 2014-10-23 16:31:21.117695404 +0200
-@@ -140,17 +140,29 @@
- #include "list.h"])
- fi
-
--AC_CHECK_HEADERS([glamor.h],[found_glamor_header=yes],[found_glamor_header=no],
-- [#include "xorg-server.h"])
--AC_MSG_CHECKING([whether to include GLAMOR support])
--if test "x$found_glamor_header" = xyes && pkg-config --exists "xorg-server >= 1.15.99.901"
--then
-- AC_DEFINE(HAVE_GLAMOR, 1, [Build support for glamor acceleration])
-- AC_MSG_RESULT([yes])
--else
-- AC_MSG_RESULT([no])
-+AC_ARG_ENABLE(glamor,
-+ AS_HELP_STRING([--enable-glamor],
-+ [Enable glamor, a new GL-based acceleration [default=auto]]),
-+ [GLAMOR="$enableval"],
-+ [GLAMOR=auto])
-+
-+if test "x$GLAMOR" != "xno"; then
-+ AC_CHECK_HEADERS([glamor.h],[found_glamor_header=yes],[found_glamor_header=no],
-+ [#include "xorg-server.h"])
-+ AC_MSG_CHECKING([whether to include GLAMOR support])
-+ if test "x$found_glamor_header" = xyes && pkg-config --exists "xorg-server >= 1.15.99.901"
-+ then
-+ AC_DEFINE(HAVE_GLAMOR, 1, [Build support for glamor acceleration])
-+ AC_MSG_RESULT([yes])
-+ else
-+ AC_MSG_RESULT([no])
-+ if test "x$GLAMOR" != "xauto"; then
-+ AC_MSG_ERROR([failed to find required Xorg headers for glamor])
-+ fi
-+ fi
- fi
-
-+
- AC_CONFIG_FILES([
- Makefile
- src/Makefile
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.12.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.12.ebuild
deleted file mode 100644
index 18ee0891d74b..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.12.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI="always"
-inherit xorg-2
-
-if [[ ${PV} == 9999* ]]; then
- EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
- SRC_URI=""
-fi
-
-DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="https://nouveau.freedesktop.org/"
-
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau]
- >=x11-libs/libpciaccess-0.10"
-DEPEND="${RDEPEND}"