From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39E3E15808B for ; Wed, 30 Mar 2022 07:16:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1670E0898; Wed, 30 Mar 2022 07:16:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEDF8E0886 for ; Wed, 30 Mar 2022 07:16:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAA85341191 for ; Wed, 30 Mar 2022 07:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C769350 for ; Wed, 30 Mar 2022 07:16:51 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1648623321.b33e17c985d7becb54647c8bf80eb9d9bfe61ccc.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vdpauinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/vdpauinfo/Manifest x11-misc/vdpauinfo/vdpauinfo-1.4.ebuild X-VCS-Directories: x11-misc/vdpauinfo/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b33e17c985d7becb54647c8bf80eb9d9bfe61ccc X-VCS-Branch: master Date: Wed, 30 Mar 2022 07:16:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4fe01b63-fc73-4596-b962-ce498f02a1c8 X-Archives-Hash: f8eaef8daa2f6e5ffd169f42dada669b commit: b33e17c985d7becb54647c8bf80eb9d9bfe61ccc Author: Ionen Wolkens gentoo org> AuthorDate: Wed Mar 30 06:51:46 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Mar 30 06:55:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33e17c9 x11-misc/vdpauinfo: drop 1.4 Signed-off-by: Ionen Wolkens gentoo.org> x11-misc/vdpauinfo/Manifest | 1 - x11-misc/vdpauinfo/vdpauinfo-1.4.ebuild | 28 ---------------------------- 2 files changed, 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 -}