summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-03-30 02:51:46 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-03-30 02:55:21 -0400
commitb33e17c985d7becb54647c8bf80eb9d9bfe61ccc (patch)
treed7c7d0b245153f429c9f8f479bee0ac8d407d0be /x11-misc/vdpauinfo
parentx11-drivers/nvidia-drivers: drop 510.54 (diff)
downloadgentoo-b33e17c985d7becb54647c8bf80eb9d9bfe61ccc.tar.gz
gentoo-b33e17c985d7becb54647c8bf80eb9d9bfe61ccc.tar.bz2
gentoo-b33e17c985d7becb54647c8bf80eb9d9bfe61ccc.zip
x11-misc/vdpauinfo: drop 1.4
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc/vdpauinfo')
-rw-r--r--x11-misc/vdpauinfo/Manifest1
-rw-r--r--x11-misc/vdpauinfo/vdpauinfo-1.4.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/x11-misc/vdpauinfo/Manifest b/x11-misc/vdpauinfo/Manifest
index 906b7328e599..4b656479e43b 100644
--- a/x11-misc/vdpauinfo/Manifest
+++ b/x11-misc/vdpauinfo/Manifest
@@ -1,2 +1 @@
-DIST vdpauinfo-1.4.tar.bz2 11811 BLAKE2B bf0c268505b8eafb9da7c799518296498f2c04bde33443101625c4a80cfde6418428d3969e9ac0f4222a6985b53f3bd4dff688fc03af29de7576f3af3605e07c SHA512 7227205f35d5ad9bc64537d4e47e1924e7efbcd1185420f5f575eadff23f2932484db9c39c377282ed88fa7fd43d436064b10961082ccbf66c49dac72b4129a3
DIST vdpauinfo-1.4_p20220208.tar.gz 12251 BLAKE2B 14b2a6bb81ac1843d30f0ae9c976971cd3409b50bd6b9adcb59d9132535fcebd3dda7a7f772aabce03bb6877e8140991301a770a58bcc4e82c864c10494773ed SHA512 a87f92a4467f87293fc931a2c5c003763aab8551adcce7fa7281b20f5520a8d2a9df2ff06bb66814cdd059266381a145c851fd7169749e8066e80e4a578cccaa
diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.4.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.4.ebuild
deleted file mode 100644
index 1f24203192d8..000000000000
--- a/x11-misc/vdpauinfo/vdpauinfo-1.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-DESCRIPTION="Displays info about your card's VDPAU support"
-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="amd64 x86"
-
-RDEPEND="
- >=x11-libs/libvdpau-1.4
- x11-libs/libX11
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
- x11-base/xorg-proto
-"
-
-src_prepare() {
- default
- eautoreconf
-}