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 3FD2915808F for ; Fri, 11 Mar 2022 00:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81BEBE092F; Fri, 11 Mar 2022 00:04:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E214E092F for ; Fri, 11 Mar 2022 00:04:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DA80342F83 for ; Fri, 11 Mar 2022 00:04:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA3E031A for ; Fri, 11 Mar 2022 00:04:16 +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: <1646956984.43babd51a70c86c44264dfd3cfbf4abe4b4c98d9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vdpauinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/vdpauinfo/vdpauinfo-99999.ebuild X-VCS-Directories: x11-misc/vdpauinfo/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 43babd51a70c86c44264dfd3cfbf4abe4b4c98d9 X-VCS-Branch: master Date: Fri, 11 Mar 2022 00:04:16 +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: e0e194a8-5ad6-4e6c-9ed8-71ca48f87c6a X-Archives-Hash: 92462130fc17cf8d6284bb743c3e5878 commit: 43babd51a70c86c44264dfd3cfbf4abe4b4c98d9 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Mar 10 20:49:11 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Mar 11 00:03:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43babd51 x11-misc/vdpauinfo: drop live 99999 Not seeing a use for it on this project, very little activity. Signed-off-by: Ionen Wolkens gentoo.org> x11-misc/vdpauinfo/vdpauinfo-99999.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/x11-misc/vdpauinfo/vdpauinfo-99999.ebuild b/x11-misc/vdpauinfo/vdpauinfo-99999.ebuild deleted file mode 100644 index 1c399e6d2057..000000000000 --- a/x11-misc/vdpauinfo/vdpauinfo-99999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools git-r3 - -DESCRIPTION="Displays info about your card's VDPAU support" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU" -EGIT_REPO_URI="https://gitlab.freedesktop.org/vdpau/vdpauinfo" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" - -RDEPEND=" - >=x11-libs/libvdpau-1.4 - x11-libs/libX11 -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto -" - -src_prepare() { - default - eautoreconf -}