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 E377E15817D for ; Wed, 19 Jun 2024 17:46:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 052ADE2A54; Wed, 19 Jun 2024 17:46:47 +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 D556AE2A54 for ; Wed, 19 Jun 2024 17:46:46 +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 D84EF335D63 for ; Wed, 19 Jun 2024 17:46:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43C361062 for ; Wed, 19 Jun 2024 17:46:44 +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: <1718819200.985e76f8d5a3717b520ec8e76f2dd48220a2365f.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.7.ebuild X-VCS-Directories: x11-apps/appres/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 985e76f8d5a3717b520ec8e76f2dd48220a2365f X-VCS-Branch: master Date: Wed, 19 Jun 2024 17:46:44 +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: ffa86585-6d9d-4e7b-883a-58ea0b86c246 X-Archives-Hash: 4c448451784fabd27551ed2e9a1eb43f commit: 985e76f8d5a3717b520ec8e76f2dd48220a2365f Author: Matt Turner gentoo org> AuthorDate: Wed Jun 19 17:44:11 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jun 19 17:46:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985e76f8 x11-apps/appres: Version bump to 1.0.7 Signed-off-by: Matt Turner gentoo.org> x11-apps/appres/Manifest | 1 + x11-apps/appres/appres-1.0.7.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest index d8e7db77728f..50437ac51f93 100644 --- a/x11-apps/appres/Manifest +++ b/x11-apps/appres/Manifest @@ -1 +1,2 @@ DIST appres-1.0.6.tar.xz 118972 BLAKE2B 13e72b26ea51c937e988929626810421f705b7142b3379488b50989114748f5fb2a0d515978dc92c0d0634afdd2fbda1ee4e8f09a1637fc0e70320492d5a61fc SHA512 6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9 +DIST appres-1.0.7.tar.xz 120780 BLAKE2B f0a958f1c035c90f3db56127e6218be013b00ae5403bd531e7f393c63ff2a303e05a8b36e1819a7fa1d3e57e8978df16b316c354554e6a5eb9ac91a6c28a0e54 SHA512 5948f869124dd7160ffe109b0fc7ccdca45c3b3f551a382a0bcf2c2af9e3832b0d4451e2868ca93a38de8e8e2caf1946ac72936b3256e99a32437d0ddd937a60 diff --git a/x11-apps/appres/appres-1.0.7.ebuild b/x11-apps/appres/appres-1.0.7.ebuild new file mode 100644 index 000000000000..9a3d8bd4d421 --- /dev/null +++ b/x11-apps/appres/appres-1.0.7.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 X application resource database" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXt" +DEPEND="${RDEPEND} + x11-base/xorg-proto"