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 86E40138334 for ; Mon, 12 Aug 2019 18:03:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A30EEE07DB; Mon, 12 Aug 2019 18:03:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5B6C1E07DB for ; Mon, 12 Aug 2019 18:03:13 +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 3DF183499A6 for ; Mon, 12 Aug 2019 18:03:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B0EE6E8 for ; Mon, 12 Aug 2019 18:03:10 +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: <1565632976.872fda601e75220ba32d40269bca018d47d6b201.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.1.ebuild X-VCS-Directories: x11-apps/xrandr/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 872fda601e75220ba32d40269bca018d47d6b201 X-VCS-Branch: master Date: Mon, 12 Aug 2019 18:03:10 +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: 2ea48212-ef02-4cae-bb2f-0132cb648010 X-Archives-Hash: 714f19fbba9e6a997f6a47f121e51c8a commit: 872fda601e75220ba32d40269bca018d47d6b201 Author: Matt Turner gentoo org> AuthorDate: Mon Aug 12 18:02:07 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Aug 12 18:02:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872fda60 x11-apps/xrandr: Version bump to 1.5.1 Closes: https://bugs.gentoo.org/629556 Signed-off-by: Matt Turner gentoo.org> x11-apps/xrandr/Manifest | 1 + x11-apps/xrandr/xrandr-1.5.1.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest index d791f9f099d..7d236a304bd 100644 --- a/x11-apps/xrandr/Manifest +++ b/x11-apps/xrandr/Manifest @@ -1,2 +1,3 @@ DIST xrandr-1.4.3.tar.bz2 169850 BLAKE2B a9a978442bf19997ca2e49fc82bdae418d096c140d8988567327422b3a754de138e9fda54e5ad7ca326563125075209522e08c941f7980aa9cc2d1bee439471d SHA512 eea2637484e744af305366606ec8fba77f54bb66bf45bd131367abb0f5ff90b858d85fbe4c17ee48f7b2f32f277d5f08b18e9cd61f147757828d415a3db9b9bc DIST xrandr-1.5.0.tar.bz2 182515 BLAKE2B ef33b454e9a1e678fc54dbd6c7730217a2c3e995ec3245ce01f90c27e5c2454a1bbc2cffb953420a20ec0a4b58cf5662964c998b3fb3748cb73c4b5dbb3f29f4 SHA512 11d8fb1b98fbe215555d5bb875d82f80a7fd6a61c93ebf175c226f4f747570e8d18980add54a4b88d20dc637155074b2a558b34f035d66a465f324281d65f9e4 +DIST xrandr-1.5.1.tar.xz 171200 BLAKE2B 69cc080da24b8d00fcf60e9fb2d4c03d7b80b46d18888fa726ad4ba5847fcfcea4abeefa298fb833febe0549aec0636ed9087c8ef065f5166df6bd7f270dac1a SHA512 3d0d37e974b9dffb996276ee7fd676327fd0956e5f5f572dd142a651a35d3cdfa2f6dd415cf27bf87f306981957aba4cc014c12baebefcabaa5d66b78a114922 diff --git a/x11-apps/xrandr/xrandr-1.5.1.ebuild b/x11-apps/xrandr/xrandr-1.5.1.ebuild new file mode 100644 index 00000000000..873aa5fb9ad --- /dev/null +++ b/x11-apps/xrandr/xrandr-1.5.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="primitive command line interface to RandR extension" + +SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${P}.tar.xz" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~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 +}