commit:     804484ddb8859b75168e04b9d98efff201db07f6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 17:18:10 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 17:19:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804484dd

media-video/libva-utils: Drop old versions

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

 media-video/libva-utils/Manifest                   |  4 --
 .../libva-utils/libva-utils-2.0.0-r1.ebuild        | 63 ----------------------
 media-video/libva-utils/libva-utils-2.1.0.ebuild   | 63 ----------------------
 media-video/libva-utils/libva-utils-2.2.0.ebuild   | 63 ----------------------
 media-video/libva-utils/libva-utils-2.3.0.ebuild   | 59 --------------------
 5 files changed, 252 deletions(-)

diff --git a/media-video/libva-utils/Manifest b/media-video/libva-utils/Manifest
index 3d9655051ff..7175c0e66b2 100644
--- a/media-video/libva-utils/Manifest
+++ b/media-video/libva-utils/Manifest
@@ -1,5 +1 @@
-DIST libva-utils-2.0.0.tar.gz 1033292 BLAKE2B 
5f9e36d2a69a6a65f3d47b0e29aa1807201da8bd69eb00da5dc232b2629fdd01279c38af77335244f673b4f2e849ea3cc89a572b7ce26fd614f44461603c0c19
 SHA512 
5c435b558fdeec6dc597c531b1e72e1a6e8b4f59f5f97af30d01b39a20430446cce7af5553b924144fbc54a64f0e39ab232c76e4e8a266329cc9868d60be0c4b
-DIST libva-utils-2.1.0.tar.gz 1034951 BLAKE2B 
88fb075bd1946bbba79c460640c3242a6ad85fcb6396a77b549ce3d2193fb4ab6df35b70a0981d56cbc40822a9b2146074255f573783547b23ee0e7d8670fce3
 SHA512 
2dbf1e1849136804be8970b1f02957e6e3eb593a72e34289e8e2c087b3a358596e5eed7d17d3c56701045116a0658450c37b26600a352dcb37ed0d58d5e14ba6
-DIST libva-utils-2.2.0.tar.gz 1037165 BLAKE2B 
7d86ab23972be8abd7703fcf38025ddf3dfce1fab00d7b5ac083004cb33fef1cc4d8aab7ebba6e20b33377f0e4b3b9b0ff9b3e47a2ddc0c2bfcd7b256cd2ade9
 SHA512 
c4394755f500c0839d8ab40baa40deae26dbdd7b4782993b9a46e011712e943a1a55afe1b0b05dc8af80eccb327c8bc388576e4843447715248133e2a5c706ec
-DIST libva-utils-2.3.0.tar.gz 1086331 BLAKE2B 
d983831605cc28c361ef0609699560c655186ecf4d4ee045b377d5928e7b0a127126aa92cf986b17f6eae3de9dde311321fdc58caada9545d1afd047f380c1b6
 SHA512 
ae36afb19f3414f4a3b857bbaeedd088e91e8a11cc785c4b945af0c7bf0e7bca7821ea5731b0868a26f273e323c0b155b12d87b4740fe8b2893ef024b8a979d8
 DIST libva-utils-2.4.0.tar.bz2 1030271 BLAKE2B 
b57947f9bd63f34b27a403484ae6b66e750f854dd87c8448afb3d361581d83b20a5ffd8d7e22c9dbf5fae6f7ff3fd62d70cc248b29a862066ff10928629e4d11
 SHA512 
c5c674179ed589968fd296a7e33dd57a3476c237d8e15258938b364051d501e156c22b41b98fe59d6bc36805495a934dee602ec9e9bb5350c72aa65d3d300ff6

diff --git a/media-video/libva-utils/libva-utils-2.0.0-r1.ebuild 
b/media-video/libva-utils/libva-utils-2.0.0-r1.ebuild
deleted file mode 100644
index 98dff65e7b5..00000000000
--- a/media-video/libva-utils/libva-utils-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
-       SCM=git-r3
-       EGIT_BRANCH=master
-       EGIT_REPO_URI="https://github.com/01org/libva-utils";
-fi
-
-AUTOTOOLS_AUTORECONF="yes"
-inherit autotools-utils ${SCM} multilib
-
-DESCRIPTION="Collection of utilities and tests for VA-API"
-HOMEPAGE="https://01.org/linuxmedia/vaapi";
-if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
-       SRC_URI=""
-else
-       SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-if [ "${PV%9999}" = "${PV}" ] ; then
-       KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-else
-       KEYWORDS=""
-fi
-IUSE="+drm test wayland X"
-
-RDEPEND="
-       >=x11-libs/libva-2.0.0:=[drm?,wayland?,X?]
-       drm? ( >=x11-libs/libdrm-2.4 )
-       X? (
-               >=x11-libs/libX11-1.6.2
-               >=x11-libs/libXext-1.3.2
-               >=x11-libs/libXfixes-5.0.1
-       )
-       wayland? ( >=dev-libs/wayland-1.0.6 )"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-REQUIRED_USE="|| ( drm wayland X )"
-
-DOCS=( CONTRIBUTING.md README.md )
-
-src_prepare() {
-       sed -e 's/-Werror//' -i test/Makefile.am || die
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable X x11)
-               $(use_enable wayland)
-               $(use_enable drm)
-               $(use_enable test tests)
-       )
-       autotools-utils_src_configure
-}

diff --git a/media-video/libva-utils/libva-utils-2.1.0.ebuild 
b/media-video/libva-utils/libva-utils-2.1.0.ebuild
deleted file mode 100644
index cc5f1fc7c3e..00000000000
--- a/media-video/libva-utils/libva-utils-2.1.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
-       SCM=git-r3
-       EGIT_BRANCH=master
-       EGIT_REPO_URI="https://github.com/intel/libva-utils";
-fi
-
-AUTOTOOLS_AUTORECONF="yes"
-inherit autotools-utils ${SCM} multilib
-
-DESCRIPTION="Collection of utilities and tests for VA-API"
-HOMEPAGE="https://01.org/linuxmedia/vaapi";
-if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
-       SRC_URI=""
-else
-       SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-if [ "${PV%9999}" = "${PV}" ] ; then
-       KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-else
-       KEYWORDS=""
-fi
-IUSE="+drm test wayland X"
-
-RDEPEND="
-       >=x11-libs/libva-2.1.0:=[drm?,wayland?,X?]
-       drm? ( >=x11-libs/libdrm-2.4 )
-       X? (
-               >=x11-libs/libX11-1.6.2
-               >=x11-libs/libXext-1.3.2
-               >=x11-libs/libXfixes-5.0.1
-       )
-       wayland? ( >=dev-libs/wayland-1.0.6 )"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-REQUIRED_USE="|| ( drm wayland X )"
-
-DOCS=( CONTRIBUTING.md README.md )
-
-src_prepare() {
-       sed -e 's/-Werror//' -i test/Makefile.am || die
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable X x11)
-               $(use_enable wayland)
-               $(use_enable drm)
-               $(use_enable test tests)
-       )
-       autotools-utils_src_configure
-}

diff --git a/media-video/libva-utils/libva-utils-2.2.0.ebuild 
b/media-video/libva-utils/libva-utils-2.2.0.ebuild
deleted file mode 100644
index 6c7521ce078..00000000000
--- a/media-video/libva-utils/libva-utils-2.2.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
-       SCM=git-r3
-       EGIT_BRANCH=master
-       EGIT_REPO_URI="https://github.com/intel/libva-utils";
-fi
-
-AUTOTOOLS_AUTORECONF="yes"
-inherit autotools-utils ${SCM} multilib
-
-DESCRIPTION="Collection of utilities and tests for VA-API"
-HOMEPAGE="https://01.org/linuxmedia/vaapi";
-if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
-       SRC_URI=""
-else
-       SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-if [ "${PV%9999}" = "${PV}" ] ; then
-       KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-else
-       KEYWORDS=""
-fi
-IUSE="+drm test wayland X"
-
-RDEPEND="
-       >=x11-libs/libva-2.0.0:=[drm?,wayland?,X?]
-       drm? ( >=x11-libs/libdrm-2.4 )
-       X? (
-               >=x11-libs/libX11-1.6.2
-               >=x11-libs/libXext-1.3.2
-               >=x11-libs/libXfixes-5.0.1
-       )
-       wayland? ( >=dev-libs/wayland-1.0.6 )"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-REQUIRED_USE="|| ( drm wayland X )"
-
-DOCS=( CONTRIBUTING.md README.md )
-
-src_prepare() {
-       sed -e 's/-Werror//' -i test/Makefile.am || die
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable X x11)
-               $(use_enable wayland)
-               $(use_enable drm)
-               $(use_enable test tests)
-       )
-       autotools-utils_src_configure
-}

diff --git a/media-video/libva-utils/libva-utils-2.3.0.ebuild 
b/media-video/libva-utils/libva-utils-2.3.0.ebuild
deleted file mode 100644
index 45318abddb5..00000000000
--- a/media-video/libva-utils/libva-utils-2.3.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-SCM=""
-if [[ "${PV%9999}" != "${PV}" ]] ; then # Live ebuild
-       SCM=git-r3
-       EGIT_BRANCH=master
-       EGIT_REPO_URI="https://github.com/intel/libva-utils";
-fi
-
-AUTOTOOLS_AUTORECONF="yes"
-inherit autotools-utils ${SCM} multilib
-
-DESCRIPTION="Collection of utilities and tests for VA-API"
-HOMEPAGE="https://01.org/linuxmedia/vaapi";
-if [[ "${PV%9999}" != "${PV}" ]] ; then # Live ebuild
-       SRC_URI=""
-else
-       SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+drm test wayland X"
-
-RDEPEND="
-       >=x11-libs/libva-2.0.0:=[drm?,wayland?,X?]
-       drm? ( >=x11-libs/libdrm-2.4 )
-       X? (
-               >=x11-libs/libX11-1.6.2
-               >=x11-libs/libXext-1.3.2
-               >=x11-libs/libXfixes-5.0.1
-       )
-       wayland? ( >=dev-libs/wayland-1.0.6 )"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-REQUIRED_USE="|| ( drm wayland X )"
-
-DOCS=( CONTRIBUTING.md README.md )
-
-src_prepare() {
-       sed -e 's/-Werror//' -i test/Makefile.am || die
-       autotools-utils_src_prepare
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable X x11)
-               $(use_enable wayland)
-               $(use_enable drm)
-               $(use_enable test tests)
-       )
-       autotools-utils_src_configure
-}

Reply via email to