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 BC35F158041 for ; Mon, 11 Mar 2024 16:24:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D199E2A82; Mon, 11 Mar 2024 16:24:11 +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 DBB29E2A82 for ; Mon, 11 Mar 2024 16:24:10 +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 92BF433BEE8 for ; Mon, 11 Mar 2024 16:24:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A677E7 for ; Mon, 11 Mar 2024 16:24:07 +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: <1710173987.cb93a60ad53536cb636aaa074dcb155e36f864e1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/iceauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/iceauth/Manifest x11-apps/iceauth/iceauth-1.0.10.ebuild X-VCS-Directories: x11-apps/iceauth/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: cb93a60ad53536cb636aaa074dcb155e36f864e1 X-VCS-Branch: master Date: Mon, 11 Mar 2024 16:24:07 +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: 4888665e-1ee3-40f4-a9c5-dc83121deae4 X-Archives-Hash: 7a3e478764a11eb612e4c7daa53e612b commit: cb93a60ad53536cb636aaa074dcb155e36f864e1 Author: Matt Turner gentoo org> AuthorDate: Mon Mar 11 16:19:47 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 11 16:19:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb93a60a x11-apps/iceauth: Version bump to 1.0.10 Signed-off-by: Matt Turner gentoo.org> x11-apps/iceauth/Manifest | 1 + x11-apps/iceauth/iceauth-1.0.10.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-apps/iceauth/Manifest b/x11-apps/iceauth/Manifest index 8f0efb19a806..3d82cb1da765 100644 --- a/x11-apps/iceauth/Manifest +++ b/x11-apps/iceauth/Manifest @@ -1 +1,2 @@ +DIST iceauth-1.0.10.tar.xz 134560 BLAKE2B e5559f7b2b57c98d6f294cd30312e42827975cc4b9111918bcd81e46cf8946ce2b76a10e613fe2a592cd51509a372523ee0440557e42178d279c1ce30589cbf9 SHA512 cfadac03a3f72f3c0bb58f67984a033847c76e7e3fdd9ebce583c0554d7f9484faf5053d878f5a82a543cdcc8e2ef8acecadb8830bd3c53584d7ec950cb51cc3 DIST iceauth-1.0.9.tar.xz 130724 BLAKE2B 39848a28a289f38b43184bc579d8263509dc71bf78ed0a0282e8c22a9f5f468606308ca7785481ce7ff1b683d7854b15cbbadc6ff7c9d0c4d9ff4beef9598211 SHA512 16b2f58008587cf1544037ca8b1c76dbb75eb043b3048b3064e66ba6b147962233f1453c2cf18bfb136dd6dd21d3e27b5219e17e1ab7b81dbe93fb6aff801a72 diff --git a/x11-apps/iceauth/iceauth-1.0.10.ebuild b/x11-apps/iceauth/iceauth-1.0.10.ebuild new file mode 100644 index 000000000000..118d9a709988 --- /dev/null +++ b/x11-apps/iceauth/iceauth-1.0.10.ebuild @@ -0,0 +1,15 @@ +# 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="ICE authority file utility" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND="x11-libs/libICE" +DEPEND="${RDEPEND} + x11-base/xorg-proto"