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 29622158094 for ; Tue, 12 Jul 2022 23:55:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45075E0A63; Tue, 12 Jul 2022 23:55:29 +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 10E70E0A63 for ; Tue, 12 Jul 2022 23:55:29 +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 C3A8D340D36 for ; Tue, 12 Jul 2022 23:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7097D53B for ; Tue, 12 Jul 2022 23:55:24 +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: <1657670043.07eb294668a52186a947e5f4702f04a13a6d916e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrefresh/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xrefresh/Manifest x11-apps/xrefresh/xrefresh-1.0.7.ebuild X-VCS-Directories: x11-apps/xrefresh/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 07eb294668a52186a947e5f4702f04a13a6d916e X-VCS-Branch: master Date: Tue, 12 Jul 2022 23:55:24 +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: f8a5d5c0-d2b9-491d-aa05-01db0d10a768 X-Archives-Hash: 0a5acbfc18d65b53d63134669ba77c4c commit: 07eb294668a52186a947e5f4702f04a13a6d916e Author: Matt Turner gentoo org> AuthorDate: Tue Jul 12 22:44:54 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jul 12 23:54:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07eb2946 x11-apps/xrefresh: Version bump to 1.0.7 Signed-off-by: Matt Turner gentoo.org> x11-apps/xrefresh/Manifest | 1 + x11-apps/xrefresh/xrefresh-1.0.7.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/x11-apps/xrefresh/Manifest b/x11-apps/xrefresh/Manifest index d729251d0218..a45ce63d7baf 100644 --- a/x11-apps/xrefresh/Manifest +++ b/x11-apps/xrefresh/Manifest @@ -1 +1,2 @@ DIST xrefresh-1.0.6.tar.bz2 127494 BLAKE2B 587f5756bbd3095e77494288d4b9cca99992b342bb718e5cadefdfbf018710ce0f216f43b68814d0d0a681c87d855be4ecf199a314361278c3bfdd81e6073f69 SHA512 361e97fecfc2706d5eeab69df0d4dd4baa55b6783cfddabf51d8561b7c930d71ce6c217e0512c6564208d69b04f89c69ea8c0bfb2e4f6cc25b062b55e4db3674 +DIST xrefresh-1.0.7.tar.xz 121820 BLAKE2B c60ffec9e03b1d07b25228b9066b05a437160a48c182988781890f59271b835079af0dd071ce77b56768fffeb0203bb092fbf80c286272c82e56af2c867ae3e0 SHA512 8fcbb01aa368944ca536f050ab194b21bbd6b2a56265a7ed5807882e5c2f9660105283cdba0ea35b3e4a17a015586aeb82906e081da030332dfc49169a191c31 diff --git a/x11-apps/xrefresh/xrefresh-1.0.7.ebuild b/x11-apps/xrefresh/xrefresh-1.0.7.ebuild new file mode 100644 index 000000000000..58d4971c8e0b --- /dev/null +++ b/x11-apps/xrefresh/xrefresh-1.0.7.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="refresh all or part of an X screen" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"