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 94037158020 for ; Sat, 3 Dec 2022 23:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FD23E0876; Sat, 3 Dec 2022 23:49:19 +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 84B99E0876 for ; Sat, 3 Dec 2022 23:49: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FD86340D2B for ; Sat, 3 Dec 2022 23:49:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0651776 for ; Sat, 3 Dec 2022 23:49:15 +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: <1670111349.0a3e2a263da5428879d76a6a597d51d7782f47e9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xprop/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xprop/Manifest x11-apps/xprop/xprop-1.2.6.ebuild X-VCS-Directories: x11-apps/xprop/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0a3e2a263da5428879d76a6a597d51d7782f47e9 X-VCS-Branch: master Date: Sat, 3 Dec 2022 23:49:15 +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: c593a5dc-a90c-4d00-9417-8fe7ea58a6c7 X-Archives-Hash: 1a782334a0313a2917597dc243576ca1 commit: 0a3e2a263da5428879d76a6a597d51d7782f47e9 Author: Matt Turner gentoo org> AuthorDate: Sat Dec 3 23:44:13 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Dec 3 23:49:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3e2a26 x11-apps/xprop: Version bump to 1.2.6 Signed-off-by: Matt Turner gentoo.org> x11-apps/xprop/Manifest | 1 + x11-apps/xprop/xprop-1.2.6.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest index 0b3315c9a40a..70b6332f1478 100644 --- a/x11-apps/xprop/Manifest +++ b/x11-apps/xprop/Manifest @@ -1 +1,2 @@ DIST xprop-1.2.5.tar.bz2 151216 BLAKE2B c676a1a733f4f897bc207cd1d7ec1a6022d48d2bb9615072e2ce19c1fec7737a8c9bc0444c97f4972d85a8ec8bc1e990f559a0815eb3656f2378915095c1f85c SHA512 93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559 +DIST xprop-1.2.6.tar.xz 143616 BLAKE2B 6fbad31f376936a25ca49a98e4691130727b2eb808181c7010e19554690efe6404f67f0a2c62bd6b55b463558b15dff604f4840e15615473f056ee1976514359 SHA512 ab25d4b8bf9de8fb37149060ad4870ffed4d6846ac3b31903a42c36301fcb0d50d3ba15949fdd9079507db97d3f05d4bbd11711d825e5470482cc30772cc3f25 diff --git a/x11-apps/xprop/xprop-1.2.6.ebuild b/x11-apps/xprop/xprop-1.2.6.ebuild new file mode 100644 index 000000000000..495cdee0b920 --- /dev/null +++ b/x11-apps/xprop/xprop-1.2.6.ebuild @@ -0,0 +1,14 @@ +# 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="property displayer for X" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"