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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08B9C15800F for ; Wed, 11 Jan 2023 00:47:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09D71E079E; Wed, 11 Jan 2023 00:47:12 +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 DB24AE079E for ; Wed, 11 Jan 2023 00:47:11 +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 8F5D3340CDF for ; Wed, 11 Jan 2023 00:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B58BB74E for ; Wed, 11 Jan 2023 00:47:08 +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: <1673397996.8de353daa43fcaaa3f11c6f09120df52a18f8045.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xdriinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xdriinfo/Manifest x11-apps/xdriinfo/xdriinfo-1.0.7.ebuild X-VCS-Directories: x11-apps/xdriinfo/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8de353daa43fcaaa3f11c6f09120df52a18f8045 X-VCS-Branch: master Date: Wed, 11 Jan 2023 00:47:08 +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: d2a650e3-6115-4c4c-bd11-fc4f702a3ea6 X-Archives-Hash: 69173612af8f4036d6400634998959ad commit: 8de353daa43fcaaa3f11c6f09120df52a18f8045 Author: Matt Turner gentoo org> AuthorDate: Wed Jan 11 00:46:08 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jan 11 00:46:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de353da x11-apps/xdriinfo: Version bump to 1.0.7 Signed-off-by: Matt Turner gentoo.org> x11-apps/xdriinfo/Manifest | 1 + x11-apps/xdriinfo/xdriinfo-1.0.7.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/x11-apps/xdriinfo/Manifest b/x11-apps/xdriinfo/Manifest index 4f8a45206dbf..16c3e3b5558b 100644 --- a/x11-apps/xdriinfo/Manifest +++ b/x11-apps/xdriinfo/Manifest @@ -1 +1,2 @@ DIST xdriinfo-1.0.6.tar.bz2 123636 BLAKE2B 43e15c6833ad84760c89abff272864e13b777c01796ba119fbc7fa7165ab05cf5a090cf736f618a25385b5d5a8cf2d679fbe2cd55119842fcf9e16fdb46dd549 SHA512 7ddd9e19abaef93e4d85004293528ec3814ef84c470d496dbb8dc8313d804bb7520406de8d33d2bc2b3af942bd0a5d5032a109b2726438a966af63ea680a102f +DIST xdriinfo-1.0.7.tar.xz 118268 BLAKE2B 94a75f2933d0c402e345bfc7054e0dd240f1dd43f805b9bc1970a00f6a500b110e3988afb7d5a466dfda8dcca504b14d33c4d257afe7df22ed10b1c4b190627e SHA512 a368cf32c606ca78f3a23bc5d88fb57b9c1a3827d0fec3e48cee153703135e47cecd3db8ee0eba93f309d7f03b4306c3f2e7f46f36d0d2970671c5e5b78093ad diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.7.ebuild b/x11-apps/xdriinfo/xdriinfo-1.0.7.ebuild new file mode 100644 index 000000000000..6c07f0e55e86 --- /dev/null +++ b/x11-apps/xdriinfo/xdriinfo-1.0.7.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="query configuration information of DRI drivers" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + x11-libs/libX11 + virtual/opengl" +DEPEND="${RDEPEND} + x11-base/xorg-proto"