From 56acd65215aefb0a426e5258f523c70f6aa0c4ac Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Sun, 11 Jun 2017 12:19:29 +0300 Subject: [PATCH] Remove x11-libs/libvdpau-va-gl --- x11-libs/libvdpau-va-gl/Manifest | 1 - .../libvdpau-va-gl/libvdpau-va-gl-9999.ebuild | 36 ------------------- 2 files changed, 37 deletions(-) delete mode 100644 x11-libs/libvdpau-va-gl/Manifest delete mode 100644 x11-libs/libvdpau-va-gl/libvdpau-va-gl-9999.ebuild diff --git a/x11-libs/libvdpau-va-gl/Manifest b/x11-libs/libvdpau-va-gl/Manifest deleted file mode 100644 index 09579d7..0000000 --- a/x11-libs/libvdpau-va-gl/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD libvdpau-va-gl-9999.ebuild 781 SHA256 41ac2dcbc8471deb9ca85d053829056e4419e09595bfee6506745db7e87c4dcb SHA512 c5b120c2e10918b22e908485fe86d8382087c00ad6eae6064df998ddeab6e2ce63182aced1ed9402f848a5f9eb11fb4dfa6b0cd8799f2d12058671105a6813c9 WHIRLPOOL 7a7f23992010b63f04ebbd6b8678ab9de79666e2d4adc7e5256fdd377babbfdda43d129567fb9d5c58cb13e0629ce42506eb1f05d329d948370a95474f5c793b diff --git a/x11-libs/libvdpau-va-gl/libvdpau-va-gl-9999.ebuild b/x11-libs/libvdpau-va-gl/libvdpau-va-gl-9999.ebuild deleted file mode 100644 index 0e4f788..0000000 --- a/x11-libs/libvdpau-va-gl/libvdpau-va-gl-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit cmake-utils git-2 - -DESCRIPTION="VDPAU driver with VA-API/OpenGL backend." -HOMEPAGE="https://github.com/i-rinat/libvdpau-va-gl/" -EGIT_REPO_URI="git://github.com/i-rinat/libvdpau-va-gl.git" - -LICENSE="LGPL-3" -SLOT="0" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/libva[X,opengl] - x11-libs/libvdpau - x11-libs/libX11 - x11-libs/libXext - media-libs/glu - virtual/opengl - virtual/ffmpeg -" -DEPEND="${RDEPEND}" - -DOCS=(ChangeLog README.md) - -# https://github.com/i-rinat/libvdpau-va-gl/issues/6 -RESTRICT="test" - -pkg_postinst() { - einfo "In order to use vdpau hardware video acceleration via ${PN}" - einfo "you have to add VDPAU_DRIVER=va_gl to your environment" -}