commit: 519557d835eef58e3056d315de6224f254d6c56e
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 23:32:39 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 23:32:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519557d8
x11-drivers/xf86-video-qxl: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-qxl/Manifest | 1 -
.../xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild | 23 ----------------------
2 files changed, 24 deletions(-)
diff --git a/x11-drivers/xf86-video-qxl/Manifest
b/x11-drivers/xf86-video-qxl/Manifest
index 4ac51ead1da..54b4c99009e 100644
--- a/x11-drivers/xf86-video-qxl/Manifest
+++ b/x11-drivers/xf86-video-qxl/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-qxl-0.1.5.tar.bz2 508266 BLAKE2B
ca0fd43830a393d9bb1f5a6ba306f26e07a0b90233fa44f3fbe7a5f21026f1bd6960254db9cd75d947b3c42f6cc8cd3b7cfd71afc2c0a74bd84c60eafcf7e150
SHA512
7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782
DIST xf86-video-qxl-0.1.5_p20200205.tar.xz 137452 BLAKE2B
1639a393dadcba251a8fe761d52112d51c29e70960524785343379ec088e69c5e2cbd1a9710d72c749dc8b7303b3eceb545fbaec82d5d22613f8ebb0a4e7aca8
SHA512
9a2ba4aa7ef61d3ea0043ff1e3a8f312b7fe00f707045bcb4e4fc1189786b9aba2b6e44696f47e7c215485044f6c953f831ed4da48d4098cd7b62555c74a79f8
diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild
b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild
deleted file mode 100644
index 7180a2837a4..00000000000
--- a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="QEMU QXL paravirt video driver"
-
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- x11-base/xorg-server[-minimal]
- >=x11-libs/libdrm-2.4.46"
-DEPEND="${RDEPEND}
- >=app-emulation/spice-protocol-0.12.0
- x11-base/xorg-proto"
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS=(
- --disable-xspice
- )
- xorg-2_src_configure
-}