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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2BD7138359 for ; Fri, 20 Nov 2020 02:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A340E07D7; Fri, 20 Nov 2020 02:21:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECD27E07D7 for ; Fri, 20 Nov 2020 02:21:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A219E335DAE for ; Fri, 20 Nov 2020 02:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2BC2453 for ; Fri, 20 Nov 2020 02:21:34 +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: <1605838858.4474651b435ed554c2781f3408b55f47e610ebcc.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.5.ebuild X-VCS-Directories: x11-apps/xprop/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4474651b435ed554c2781f3408b55f47e610ebcc X-VCS-Branch: master Date: Fri, 20 Nov 2020 02:21:34 +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: b9f6ffc0-24f6-4499-aa75-9e7e33cd00de X-Archives-Hash: fe0aaa7696abda7b8277514507c3eac0 commit: 4474651b435ed554c2781f3408b55f47e610ebcc Author: Matt Turner gentoo org> AuthorDate: Fri Nov 20 02:14:43 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Nov 20 02:20:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4474651b x11-apps/xprop: Version bump to 1.2.5 Signed-off-by: Matt Turner gentoo.org> x11-apps/xprop/Manifest | 1 + x11-apps/xprop/xprop-1.2.5.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest index 393dc04e58b..3623568297a 100644 --- a/x11-apps/xprop/Manifest +++ b/x11-apps/xprop/Manifest @@ -1 +1,2 @@ DIST xprop-1.2.4.tar.bz2 149930 BLAKE2B 93bd20c7c91d6abd9e2fdeca7864b9885ae7248c7ee3ef80a5efa1706bfef2220244b1443764fdbc042f66be8d589b111fd942c732922f05f4143e1c893da183 SHA512 6e770cb89ba87ae057858cc9f0f5498979e78c3ef66ce86361b7c646cc0b70c41a18d76e55ed7225fe715b22b62bc07c56272519a2631b92832e9403ce260da7 +DIST xprop-1.2.5.tar.bz2 151216 BLAKE2B c676a1a733f4f897bc207cd1d7ec1a6022d48d2bb9615072e2ce19c1fec7737a8c9bc0444c97f4972d85a8ec8bc1e990f559a0815eb3656f2378915095c1f85c SHA512 93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559 diff --git a/x11-apps/xprop/xprop-1.2.5.ebuild b/x11-apps/xprop/xprop-1.2.5.ebuild new file mode 100644 index 00000000000..8f6bae892ff --- /dev/null +++ b/x11-apps/xprop/xprop-1.2.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="property displayer for X" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"