commit:     8db7185748dd139ddaac507e72b907da4a78acec
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 01:21:16 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 01:21:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db71857

x11-libs/libvdpau: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/libvdpau/Manifest            |  2 --
 x11-libs/libvdpau/libvdpau-1.2.ebuild | 54 ---------------------------------
 x11-libs/libvdpau/libvdpau-1.3.ebuild | 56 -----------------------------------
 3 files changed, 112 deletions(-)

diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index baf3ca4d8d8..0207705af25 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1,3 +1 @@
-DIST libvdpau-1.3.tar.bz2 139009 BLAKE2B 
d535c7723638339d4e67002721e9d0d8aae89a6001fccc41d9c3b21d52f0fae9237705bca448fbf1c244dd7eeb71f5fc74ed81f05c975bed798fce503a571c90
 SHA512 
c06c23062816e8b207d38d9d53df43a1b193bb9836b48bd6d79a63d76522e87d383c446285b9877fe9c99faa0d290da8a49ccbb58eefa138cc38d0929a8e1330
 DIST libvdpau-1.4.tar.bz2 139504 BLAKE2B 
de2b9251060f10e3126b59f44595c3b9cc65c3f5bc719133809414ed51362fb1f90fa67d0351007a178455329493f929d0983a2a7e67c29022ff351ea1f5adfc
 SHA512 
68f502f53f4a95c9af571bd5a3f5048dd1afe30d7576f7e80751c7f29450ef8cb226c1281562b616079d6c177830ec67391d0fae33348a4627ca8c113990cd01
-DIST libvdpau-libvdpau-1.2.tar.bz2 140017 BLAKE2B 
0420961c48fcd5c92e7e98f84f629946f6234c28781bd7d8c9eb4aa2ab11b76e89e05f50cc423a2935b3376ff3b919ad9e6ef1710ff3549369567f298b5efa50
 SHA512 
f76c2283a1bd2e854aa6b86a564f7f08c1ff7da34e971c7c39f36e77fbd51fe0440d1ba01bff0b80be6c0326817ee4e6bff719dbe8dbf5e1ec7a94fad5016b7e

diff --git a/x11-libs/libvdpau/libvdpau-1.2.ebuild 
b/x11-libs/libvdpau/libvdpau-1.2.ebuild
deleted file mode 100644
index ae3a69df818..00000000000
--- a/x11-libs/libvdpau/libvdpau-1.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VIRTUALX_REQUIRED="test"
-inherit autotools flag-o-matic virtualx multilib-minimal
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU";
-SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${P}/${PN}-${P}.tar.bz2";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm64 x86"
-IUSE="doc dri"
-
-RDEPEND="
-       >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-       dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-       doc? (
-               app-doc/doxygen
-               media-gfx/graphviz
-               virtual/latex-base
-               )
-       dri? ( x11-base/xorg-proto )
-"
-S=${WORKDIR}/${PN}-${P}
-
-src_prepare() {
-       default
-       eautoreconf
-
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       append-cppflags -D_GNU_SOURCE
-       econf \
-               $(use dri || echo --disable-dri2) \
-               $(use_enable doc documentation)
-}
-
-multilib_src_test() {
-       virtx emake check
-}
-
-multilib_src_install() {
-       default
-       find "${ED}" -name '*.la' -delete || die
-}

diff --git a/x11-libs/libvdpau/libvdpau-1.3.ebuild 
b/x11-libs/libvdpau/libvdpau-1.3.ebuild
deleted file mode 100644
index 09b8c0dd0f0..00000000000
--- a/x11-libs/libvdpau/libvdpau-1.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VIRTUALX_REQUIRED="test"
-inherit flag-o-matic meson virtualx multilib-minimal
-
-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 x86"
-IUSE="doc dri"
-
-RDEPEND="
-       >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-       dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-       doc? (
-               app-doc/doxygen
-               media-gfx/graphviz
-               virtual/latex-base
-               )
-       dri? ( x11-base/xorg-proto )
-"
-
-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=(
-               -Ddri2=$(usex dri true false)
-               -Ddocumentation=$(usex doc true false)
-       )
-       meson_src_configure
-}
-
-multilib_src_compile() {
-       meson_src_compile
-}
-multilib_src_test() {
-       virtx meson_src_test
-}
-
-multilib_src_install() {
-       meson_src_install
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to