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 D85AE158021 for ; Sun, 4 Dec 2022 03:03:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8D1CE086C; Sun, 4 Dec 2022 03:03:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE6D9E0831 for ; Sun, 4 Dec 2022 03:03:23 +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 B61B434150E for ; Sun, 4 Dec 2022 03:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CF18776 for ; Sun, 4 Dec 2022 03:03:21 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1670121969.04ea1b9532ee2f0e4a24ccdd5d57c49238fd6173.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xvinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xvinfo/Manifest x11-apps/xvinfo/xvinfo-1.1.5.ebuild X-VCS-Directories: x11-apps/xvinfo/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 04ea1b9532ee2f0e4a24ccdd5d57c49238fd6173 X-VCS-Branch: master Date: Sun, 4 Dec 2022 03:03:21 +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: 56872f08-7d19-480a-9697-c1810eccb874 X-Archives-Hash: 2c18ae2204b7144b09d5495ebdc73081 commit: 04ea1b9532ee2f0e4a24ccdd5d57c49238fd6173 Author: Matt Turner gentoo org> AuthorDate: Sun Dec 4 02:46:09 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 4 02:46:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ea1b95 x11-apps/xvinfo: Version bump to 1.1.5 Signed-off-by: Matt Turner gentoo.org> x11-apps/xvinfo/Manifest | 1 + x11-apps/xvinfo/xvinfo-1.1.5.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-apps/xvinfo/Manifest b/x11-apps/xvinfo/Manifest index 6102c06e695c..7062b2d58d2b 100644 --- a/x11-apps/xvinfo/Manifest +++ b/x11-apps/xvinfo/Manifest @@ -1 +1,2 @@ DIST xvinfo-1.1.4.tar.bz2 126503 BLAKE2B 54a1e08913cd51cfeaced1c704834e0348d02cfb2e606f2cbb103acfdf649595a77680364bfb5bbe684a15c743d2d18b6031e77150d0e9fb0d3405d474accc3c SHA512 85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e +DIST xvinfo-1.1.5.tar.xz 120700 BLAKE2B 37ee9a5df13e47535fbef51878e9b0da7cd6cef378f7e69810beefb5aceb15e279a930313edff43a901eed9cb8750bb33e2ca4a3e7cdc25895630253efcc63a0 SHA512 18467161b248c68f6bde15e1c1b4b8cf812daf46777602558aee5fb7cb4d2649218de88fa93842fea4f316d954440f03a37d71fa4fda92eda3c7d80970e19cbb diff --git a/x11-apps/xvinfo/xvinfo-1.1.5.ebuild b/x11-apps/xvinfo/xvinfo-1.1.5.ebuild new file mode 100644 index 000000000000..faa2af05699b --- /dev/null +++ b/x11-apps/xvinfo/xvinfo-1.1.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="Print out X-Video extension adaptor information" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libXv + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"