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 B196715808B for ; Mon, 4 Apr 2022 02:34:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A509E08D3; Mon, 4 Apr 2022 02:34:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54304E089A for ; Mon, 4 Apr 2022 02:34:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1B57A3413DE for ; Mon, 4 Apr 2022 02:34:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB0E2391 for ; Mon, 4 Apr 2022 02:34:23 +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: <1649039638.9688eb2ad2033a86a87c03d77142973e20d483e7.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.5.ebuild X-VCS-Directories: x11-apps/listres/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9688eb2ad2033a86a87c03d77142973e20d483e7 X-VCS-Branch: master Date: Mon, 4 Apr 2022 02:34:23 +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: f734b029-4e98-4df8-86d6-83db878f4e16 X-Archives-Hash: 873b67457c583628e2b2b7380cbe0f53 commit: 9688eb2ad2033a86a87c03d77142973e20d483e7 Author: Matt Turner gentoo org> AuthorDate: Mon Apr 4 02:20:32 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 4 02:33:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9688eb2a x11-apps/listres: Version bump to 1.0.5 Signed-off-by: Matt Turner gentoo.org> x11-apps/listres/Manifest | 1 + x11-apps/listres/listres-1.0.5.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-apps/listres/Manifest b/x11-apps/listres/Manifest index a8ac7f735f56..4e2e3f7bbc98 100644 --- a/x11-apps/listres/Manifest +++ b/x11-apps/listres/Manifest @@ -1 +1,2 @@ DIST listres-1.0.4.tar.bz2 125472 BLAKE2B 99865e682eb2894b7af1a84a6fd29bf16f0345b8660bbb61060dbb7927bf376591c7403356b97cff13ff3392321d52f34388f49fd2aac6dab52592317818010c SHA512 925bceab6ff96fcf91f58ba2f858905d6e2eff7074ba29cfc02def7c19fb493545837884f1070dc004422451f749cd459000c01e8c9bb51a7cce7f7ab4067b8a +DIST listres-1.0.5.tar.xz 119596 BLAKE2B 849b41415eaf7d5251d8fb1cee061e8272e8abd4df986b28737d0a215953be692fe3b0c008a0bf7c831c5c6664ab1402c5034b2685cd3d799bae77a0296b0f8e SHA512 caa3626773031fbf6d8bcc1f697afe6add64fe4a8d1d766c42d5c2346050869dd23a26a1718411134ab05c75835facf0786cab5595721a16df423cdc54dd813d diff --git a/x11-apps/listres/listres-1.0.5.ebuild b/x11-apps/listres/listres-1.0.5.ebuild new file mode 100644 index 000000000000..53a479e2f007 --- /dev/null +++ b/x11-apps/listres/listres-1.0.5.ebuild @@ -0,0 +1,17 @@ +# 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="list resources in widgets" +KEYWORDS="~amd64 ~arm ~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"