Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vdpauinfo/
Date: Wed, 30 Mar 2022 07:16:58
Message-Id: 1648623321.b33e17c985d7becb54647c8bf80eb9d9bfe61ccc.ionen@gentoo
1 commit: b33e17c985d7becb54647c8bf80eb9d9bfe61ccc
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 06:51:46 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 06:55:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33e17c9
7
8 x11-misc/vdpauinfo: drop 1.4
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 x11-misc/vdpauinfo/Manifest | 1 -
13 x11-misc/vdpauinfo/vdpauinfo-1.4.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/x11-misc/vdpauinfo/Manifest b/x11-misc/vdpauinfo/Manifest
17 index 906b7328e599..4b656479e43b 100644
18 --- a/x11-misc/vdpauinfo/Manifest
19 +++ b/x11-misc/vdpauinfo/Manifest
20 @@ -1,2 +1 @@
21 -DIST vdpauinfo-1.4.tar.bz2 11811 BLAKE2B bf0c268505b8eafb9da7c799518296498f2c04bde33443101625c4a80cfde6418428d3969e9ac0f4222a6985b53f3bd4dff688fc03af29de7576f3af3605e07c SHA512 7227205f35d5ad9bc64537d4e47e1924e7efbcd1185420f5f575eadff23f2932484db9c39c377282ed88fa7fd43d436064b10961082ccbf66c49dac72b4129a3
22 DIST vdpauinfo-1.4_p20220208.tar.gz 12251 BLAKE2B 14b2a6bb81ac1843d30f0ae9c976971cd3409b50bd6b9adcb59d9132535fcebd3dda7a7f772aabce03bb6877e8140991301a770a58bcc4e82c864c10494773ed SHA512 a87f92a4467f87293fc931a2c5c003763aab8551adcce7fa7281b20f5520a8d2a9df2ff06bb66814cdd059266381a145c851fd7169749e8066e80e4a578cccaa
23
24 diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.4.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.4.ebuild
25 deleted file mode 100644
26 index 1f24203192d8..000000000000
27 --- a/x11-misc/vdpauinfo/vdpauinfo-1.4.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -inherit autotools
35 -
36 -DESCRIPTION="Displays info about your card's VDPAU support"
37 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
38 -SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2"
39 -
40 -LICENSE="MIT"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86"
43 -
44 -RDEPEND="
45 - >=x11-libs/libvdpau-1.4
46 - x11-libs/libX11
47 -"
48 -DEPEND="
49 - ${RDEPEND}
50 - virtual/pkgconfig
51 - x11-base/xorg-proto
52 -"
53 -
54 -src_prepare() {
55 - default
56 - eautoreconf
57 -}