x11-drivers/xf86-video-qxl: Drop old versions
authorMatt Turner <mattst88@gentoo.org>
Sun, 12 Mar 2017 03:25:24 +0000 (19:25 -0800)
committerMatt Turner <mattst88@gentoo.org>
Thu, 16 Mar 2017 20:36:36 +0000 (13:36 -0700)
x11-drivers/xf86-video-qxl/Manifest
x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.3.ebuild [deleted file]
x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4-r1.ebuild [deleted file]
x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4.ebuild [deleted file]

index bac499005bedb0a286b3702b657b899f1bc4bd6d..70581e711fca2984153c51cdbfb98880ed1da29f 100644 (file)
@@ -1,3 +1 @@
-DIST xf86-video-qxl-0.1.3.tar.bz2 479196 SHA256 75786637cbfe278de78d52baa5aab217dd29af1b8a1f8b12d0c3c2584b6bc88c SHA512 0826f72725f4220f8ed33f823412662eb3aa3c650987a04f1c82a26b1e85a06b949b2490cffc5357b2272a3c39f481475b92c8cf2ef2e9575cf1d9a1be702b6d WHIRLPOOL c7018dbc7ac3430d205620d8e114e99c2335468babde7f3ae1285020a8ce6b492375501b15cf4699db9ada8dd94c623ecfb59c89e034e116d50e56db4f5a0915
-DIST xf86-video-qxl-0.1.4.tar.bz2 487656 SHA256 e57ad22f0b1daf8979e722be0cc38d351bfcc2e41568edc566d2bade5a621105 SHA512 6ce518bb3ee9fce6066b492351c25a4a429edf7eff4ecbe9dc49fe5ee1f1d68586761624d2601f4bb6c4f4ddf7996f2fc8024707501b0de76ab6932bfe82c51d WHIRLPOOL 3dcce31b1cdfda33ca78e66b9c221b27e0073808f956e0c98460fb2979d8dedf84f45f4adbbed6114c26597e5e2bc1d6be4b46fce83d6afdef0be63d2d848549
 DIST xf86-video-qxl-0.1.5.tar.bz2 508266 SHA256 b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92 SHA512 7510b2d037b3e978df6063b29e2406f3d1270695a239f29fdaec9b1dc65a30ab10cb959f15eb336f78e93aa708d41c64c5ea43803958feffc64542229605b782 WHIRLPOOL a26536171723e74f086ba9fb244a9a4a148d05a26b21798c20bf83bcca752541ea0f2a92cb91cb9b583e8d2a1d6166974458fddd0c95661abdee15509e8f7b48
diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.3.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.3.ebuild
deleted file mode 100644 (file)
index 42a3c6c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# 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"
-IUSE="xspice"
-
-RDEPEND="xspice? ( app-emulation/spice )
-       x11-base/xorg-server[-minimal]
-       >=x11-libs/libdrm-2.4.46"
-DEPEND="${RDEPEND}
-       x11-proto/xf86dgaproto
-       >=app-emulation/spice-protocol-0.12.0"
-
-src_configure() {
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_enable xspice)
-       )
-       xorg-2_src_configure
-}
diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4-r1.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4-r1.ebuild
deleted file mode 100644 (file)
index aab3f39..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 xorg-2
-
-DESCRIPTION="QEMU QXL paravirt video driver"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="xspice"
-
-RDEPEND="xspice? (
-               app-emulation/spice
-               ${PYTHON_DEPS}
-       )
-       x11-base/xorg-server[-minimal]
-       >=x11-libs/libdrm-2.4.46"
-DEPEND="${RDEPEND}
-       x11-proto/xf86dgaproto
-       >=app-emulation/spice-protocol-0.12.0"
-
-src_prepare() {
-       python_fix_shebang scripts
-       xorg-2_src_prepare
-}
-
-src_configure() {
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_enable xspice)
-       )
-       xorg-2_src_configure
-}
diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4.ebuild
deleted file mode 100644 (file)
index 42a3c6c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# 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"
-IUSE="xspice"
-
-RDEPEND="xspice? ( app-emulation/spice )
-       x11-base/xorg-server[-minimal]
-       >=x11-libs/libdrm-2.4.46"
-DEPEND="${RDEPEND}
-       x11-proto/xf86dgaproto
-       >=app-emulation/spice-protocol-0.12.0"
-
-src_configure() {
-       XORG_CONFIGURE_OPTIONS=(
-               $(use_enable xspice)
-       )
-       xorg-2_src_configure
-}