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 2B552158041 for ; Mon, 4 Mar 2024 00:57:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D7BE2A9D; Mon, 4 Mar 2024 00:57:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2B277E2A9D for ; Mon, 4 Mar 2024 00:57:57 +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 52F75340441 for ; Mon, 4 Mar 2024 00:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9B8110B0 for ; Mon, 4 Mar 2024 00:57:54 +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: <1709513868.3e7c9de6b090ed2b1ddaa7784d64ab45deb1a534.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/listres/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/listres/Manifest x11-apps/listres/listres-1.0.6.ebuild X-VCS-Directories: x11-apps/listres/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3e7c9de6b090ed2b1ddaa7784d64ab45deb1a534 X-VCS-Branch: master Date: Mon, 4 Mar 2024 00:57:54 +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: 18c6062d-0a0a-4926-93df-0977a32344a1 X-Archives-Hash: 82991fad668837607a133b4bc3810f6a commit: 3e7c9de6b090ed2b1ddaa7784d64ab45deb1a534 Author: Matt Turner gentoo org> AuthorDate: Mon Mar 4 00:42:57 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 4 00:57:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7c9de6 x11-apps/listres: Version bump to 1.0.6 Signed-off-by: Matt Turner gentoo.org> x11-apps/listres/Manifest | 1 + x11-apps/listres/listres-1.0.6.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-apps/listres/Manifest b/x11-apps/listres/Manifest index bd1f438eb096..113614f96ada 100644 --- a/x11-apps/listres/Manifest +++ b/x11-apps/listres/Manifest @@ -1 +1,2 @@ DIST listres-1.0.5.tar.xz 119596 BLAKE2B 849b41415eaf7d5251d8fb1cee061e8272e8abd4df986b28737d0a215953be692fe3b0c008a0bf7c831c5c6664ab1402c5034b2685cd3d799bae77a0296b0f8e SHA512 caa3626773031fbf6d8bcc1f697afe6add64fe4a8d1d766c42d5c2346050869dd23a26a1718411134ab05c75835facf0786cab5595721a16df423cdc54dd813d +DIST listres-1.0.6.tar.xz 120540 BLAKE2B 33f400470d573e18e1ee3dd95cb06313badbbcc44d74cd27b1006fc6b6a39997cf8b283412c8f15c9a4d37f03fb681d92d3cc9aee3c4191984ad18eb0e988929 SHA512 182919c8ba5569af3dbf59421de2dfd3e755b3bd2d6d548c6d2664c20b73f937e64dc73811821c19af93fffbc2d5c8d2db8d9cdd9bf1b93b0f29cb683e13ebe7 diff --git a/x11-apps/listres/listres-1.0.6.ebuild b/x11-apps/listres/listres-1.0.6.ebuild new file mode 100644 index 000000000000..a6fbda988833 --- /dev/null +++ b/x11-apps/listres/listres-1.0.6.ebuild @@ -0,0 +1,17 @@ +# 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="list resources in widgets" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXaw" +DEPEND="${RDEPEND} + x11-base/xorg-proto"