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 DC3FB158041 for ; Mon, 4 Mar 2024 00:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39ADEE2AB6; Mon, 4 Mar 2024 00:57:59 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17ACEE2AB6 for ; Mon, 4 Mar 2024 00:57:59 +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 112CE340441 for ; Mon, 4 Mar 2024 00:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E30414F3 for ; Mon, 4 Mar 2024 00:57:55 +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: <1709513870.56c1d992571db325e3beda3ab0b0dd81f100de78.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.1.0.ebuild X-VCS-Directories: x11-apps/xrefresh/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 56c1d992571db325e3beda3ab0b0dd81f100de78 X-VCS-Branch: master Date: Mon, 4 Mar 2024 00:57:55 +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: d0baceb5-419e-42ec-8c9f-a53da51b09c9 X-Archives-Hash: e7844e398d518c3a1be70180e9be2972 commit: 56c1d992571db325e3beda3ab0b0dd81f100de78 Author: Matt Turner gentoo org> AuthorDate: Mon Mar 4 00:53:49 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 4 00:57:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c1d992 x11-apps/xrefresh: Version bump to 1.1.0 Signed-off-by: Matt Turner gentoo.org> x11-apps/xrefresh/Manifest | 1 + x11-apps/xrefresh/xrefresh-1.1.0.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/x11-apps/xrefresh/Manifest b/x11-apps/xrefresh/Manifest index eb85a2b61af4..dfd5339ea569 100644 --- a/x11-apps/xrefresh/Manifest +++ b/x11-apps/xrefresh/Manifest @@ -1 +1,2 @@ DIST xrefresh-1.0.7.tar.xz 121820 BLAKE2B c60ffec9e03b1d07b25228b9066b05a437160a48c182988781890f59271b835079af0dd071ce77b56768fffeb0203bb092fbf80c286272c82e56af2c867ae3e0 SHA512 8fcbb01aa368944ca536f050ab194b21bbd6b2a56265a7ed5807882e5c2f9660105283cdba0ea35b3e4a17a015586aeb82906e081da030332dfc49169a191c31 +DIST xrefresh-1.1.0.tar.xz 122764 BLAKE2B 905a0cd0ed1f202f46ad1a5f1d487375499fc7d56a936652f6b7d144d62eee2c2b1b6dc3cca7ce96daf6195ddcc906553bc4ca98a8a07a12a1f3d05c6503554d SHA512 d46988c0423c3c6efb21a2eec0df427934d041afa6dcbbfd33f2dff19bf5e077baf10bd96780d98326d3a3e34cbf5824da822b6cb0091873cc1baade0aa05c26 diff --git a/x11-apps/xrefresh/xrefresh-1.1.0.ebuild b/x11-apps/xrefresh/xrefresh-1.1.0.ebuild new file mode 100644 index 000000000000..31d72859b771 --- /dev/null +++ b/x11-apps/xrefresh/xrefresh-1.1.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 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"