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 0B27C158020 for ; Sun, 4 Dec 2022 03:03:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51883E0875; Sun, 4 Dec 2022 03:03:25 +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 36A0EE0875 for ; Sun, 4 Dec 2022 03:03:25 +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 59CBC340E04 for ; Sun, 4 Dec 2022 03:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31617777 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: <1670122018.e0827ed0fcc5a126e9ec51d27684c074b4fbc882.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrandr/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xrandr/Manifest x11-apps/xrandr/xrandr-1.5.2.ebuild X-VCS-Directories: x11-apps/xrandr/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e0827ed0fcc5a126e9ec51d27684c074b4fbc882 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: 9a638cae-3a2d-48af-8a9b-424d27042c65 X-Archives-Hash: 81743e8b0e1ab2b7f959bd83ab51e5ac commit: e0827ed0fcc5a126e9ec51d27684c074b4fbc882 Author: Matt Turner gentoo org> AuthorDate: Sun Dec 4 02:46:58 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 4 02:46:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0827ed0 x11-apps/xrandr: Version bump to 1.5.2 Signed-off-by: Matt Turner gentoo.org> x11-apps/xrandr/Manifest | 1 + x11-apps/xrandr/xrandr-1.5.2.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest index adb193738a53..1c012c8c5730 100644 --- a/x11-apps/xrandr/Manifest +++ b/x11-apps/xrandr/Manifest @@ -1 +1,2 @@ DIST xrandr-1.5.1.tar.xz 171200 BLAKE2B 69cc080da24b8d00fcf60e9fb2d4c03d7b80b46d18888fa726ad4ba5847fcfcea4abeefa298fb833febe0549aec0636ed9087c8ef065f5166df6bd7f270dac1a SHA512 3d0d37e974b9dffb996276ee7fd676327fd0956e5f5f572dd142a651a35d3cdfa2f6dd415cf27bf87f306981957aba4cc014c12baebefcabaa5d66b78a114922 +DIST xrandr-1.5.2.tar.xz 174012 BLAKE2B 7c4afea6b8bc4361bde2565e930db98abb925b51d717e23c3ec95853aacf58b465f8c858652b8eebd7b0fdb289b4da4ab9235e571f61c8f77e4818efcb12de07 SHA512 b536e8f1e04094894aa52ae496725c58691b043860b3327c41d737b07b642a939733321b62f698032b11ba857208a6177600a3ca3295ff1be6ade4341cdc2747 diff --git a/x11-apps/xrandr/xrandr-1.5.2.ebuild b/x11-apps/xrandr/xrandr-1.5.2.ebuild new file mode 100644 index 000000000000..6588b0e6070d --- /dev/null +++ b/x11-apps/xrandr/xrandr-1.5.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +XORG_TARBALL_SUFFIX="xz" + +inherit xorg-3 + +DESCRIPTION="primitive command line interface to RandR extension" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=x11-libs/libXrandr-1.5 + x11-libs/libXrender + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +src_install() { + xorg-3_src_install + rm -f "${ED}"/usr/bin/xkeystone || die +}