commit:     fc58730d43096b8fa52d970dc559b420099489f7
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 20:10:28 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 00:03:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc58730d

x11-libs/libvdpau: drop live 99999

This project sees very little activity and I see no
reason to keep a live ebuild for it.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-libs/libvdpau/libvdpau-99999.ebuild | 49 ---------------------------------
 1 file changed, 49 deletions(-)

diff --git a/x11-libs/libvdpau/libvdpau-99999.ebuild 
b/x11-libs/libvdpau/libvdpau-99999.ebuild
deleted file mode 100644
index 2817d03b9638..000000000000
--- a/x11-libs/libvdpau/libvdpau-99999.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VIRTUALX_REQUIRED="test"
-inherit flag-o-matic git-r3 meson-multilib virtualx
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU";
-EGIT_REPO_URI="https://gitlab.freedesktop.org/vdpau/${PN}/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc dri"
-
-RDEPEND="
-       >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-       dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-       dri? ( x11-base/xorg-proto )
-"
-BDEPEND="
-       virtual/pkgconfig
-       doc? (
-               app-doc/doxygen
-               media-gfx/graphviz
-               virtual/latex-base
-       )
-"
-
-src_prepare() {
-       sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die
-       default
-}
-
-multilib_src_configure() {
-       append-cppflags -D_GNU_SOURCE
-       local emesonargs=(
-               $(meson_use dri dri2)
-               $(meson_native_use_bool doc documentation)
-       )
-       meson_src_configure
-}
-
-multilib_src_test() {
-       virtx meson_src_test
-}

Reply via email to