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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 279CF15808B 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 66052E089C; Mon, 4 Apr 2022 02:34:26 +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 4026BE089C 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 1EA5F3413EF 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 946C338E 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.f92dce2a8ef3b4064bd916fbb2b6507a9e500138.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/appres/Manifest x11-apps/appres/appres-1.0.6.ebuild X-VCS-Directories: x11-apps/appres/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f92dce2a8ef3b4064bd916fbb2b6507a9e500138 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: 088279e6-109d-4390-80a4-5077928e2d2a X-Archives-Hash: fd078eeffcb5ee5d607f1b1785d757b6 commit: f92dce2a8ef3b4064bd916fbb2b6507a9e500138 Author: Matt Turner gentoo org> AuthorDate: Mon Apr 4 02:19:44 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=f92dce2a x11-apps/appres: Version bump to 1.0.6 Signed-off-by: Matt Turner gentoo.org> x11-apps/appres/Manifest | 1 + x11-apps/appres/appres-1.0.6.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest index e90a3671c717..cc798c7bc507 100644 --- a/x11-apps/appres/Manifest +++ b/x11-apps/appres/Manifest @@ -1 +1,2 @@ DIST appres-1.0.5.tar.bz2 124531 BLAKE2B 0d3e497afb3ab7d3565451c0da6594b4e608fa20e1a225162c4347d672db6a94823b5961c112b414e55c86a6b53a684709ddd109991f0545b6897bf276824da8 SHA512 70825563cd80f0f433c48ab2fdae888072939c1b22fb22340b70b9444c97916275ed92c9e5bf9a06bb76c32a5371b89ff7c0211a9a47a227c88311078c2c4137 +DIST appres-1.0.6.tar.xz 118972 BLAKE2B 13e72b26ea51c937e988929626810421f705b7142b3379488b50989114748f5fb2a0d515978dc92c0d0634afdd2fbda1ee4e8f09a1637fc0e70320492d5a61fc SHA512 6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9 diff --git a/x11-apps/appres/appres-1.0.6.ebuild b/x11-apps/appres/appres-1.0.6.ebuild new file mode 100644 index 000000000000..839262e5a512 --- /dev/null +++ b/x11-apps/appres/appres-1.0.6.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 X application resource database" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXt" +DEPEND="${RDEPEND} + x11-base/xorg-proto"