commit:     e86cebb0e0ce6c2da18d3539fd8483e78f251d5d
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 06:51:28 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 06:55:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86cebb0

x11-libs/libvdpau: drop 1.4

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

 x11-libs/libvdpau/Manifest            |  1 -
 x11-libs/libvdpau/libvdpau-1.4.ebuild | 49 -----------------------------------
 2 files changed, 50 deletions(-)

diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index 47e3451d26c7..f28ef4789b45 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1,2 +1 @@
-DIST libvdpau-1.4.tar.bz2 139504 BLAKE2B 
de2b9251060f10e3126b59f44595c3b9cc65c3f5bc719133809414ed51362fb1f90fa67d0351007a178455329493f929d0983a2a7e67c29022ff351ea1f5adfc
 SHA512 
68f502f53f4a95c9af571bd5a3f5048dd1afe30d7576f7e80751c7f29450ef8cb226c1281562b616079d6c177830ec67391d0fae33348a4627ca8c113990cd01
 DIST libvdpau-1.5.tar.gz 152838 BLAKE2B 
c3d76c1e46b718d71daff74232f2de9efb989c496cef7fa1016ec76d751530be39b5b6ad6354819579043f23744a647492d5d52b5ab93cae89dd82fb17d08289
 SHA512 
cebe0e0d9411b87238fa2adec40516881c61a67f33f80c22372f514e672e2dff839687291ab0b01d47af811c254fa65da579f360fcded3f65e382720548d3ea5

diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild 
b/x11-libs/libvdpau/libvdpau-1.4.ebuild
deleted file mode 100644
index ab328e5779fd..000000000000
--- a/x11-libs/libvdpau/libvdpau-1.4.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 meson-multilib virtualx
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU";
-SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~riscv x86"
-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