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 9732715806E for ; Sun, 4 Jun 2023 03:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC0B6E07F9; Sun, 4 Jun 2023 03:31:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 973E1E07F9 for ; Sun, 4 Jun 2023 03:31:35 +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 32105340D21 for ; Sun, 4 Jun 2023 03:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66FE6A6B for ; Sun, 4 Jun 2023 03:31:32 +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: <1685849488.dc60182bea261f7eaa81789d86dc843a9c5de741.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xwd/Manifest x11-apps/xwd/xwd-1.0.9.ebuild X-VCS-Directories: x11-apps/xwd/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: dc60182bea261f7eaa81789d86dc843a9c5de741 X-VCS-Branch: master Date: Sun, 4 Jun 2023 03:31:32 +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: 4ac774fa-2410-4a95-a40b-4ef8e4061785 X-Archives-Hash: af4a436616e0d68f80ac3d87f9f50cd8 commit: dc60182bea261f7eaa81789d86dc843a9c5de741 Author: Matt Turner gentoo org> AuthorDate: Sun Jun 4 03:22:16 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jun 4 03:31:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc60182b x11-apps/xwd: Version bump to 1.0.9 Signed-off-by: Matt Turner gentoo.org> x11-apps/xwd/Manifest | 1 + x11-apps/xwd/xwd-1.0.9.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest index 634f9e4ed059..d6a9298d6aa4 100644 --- a/x11-apps/xwd/Manifest +++ b/x11-apps/xwd/Manifest @@ -1 +1,2 @@ DIST xwd-1.0.8.tar.bz2 151153 BLAKE2B 9db972c3f484abde7f6925da6b9e567548e9ceab8f3484ca8f5649e1505ef72652d03f738b2e2edd3179a9561b9dca76bf13d26b025523d22f9f2d98ebf1b8c7 SHA512 d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e +DIST xwd-1.0.9.tar.xz 141940 BLAKE2B 06505859e28095ba4c34f76001aa283b2b173d71f78c83e067faefe91671475daf9adcedecdc9c090826ecec8fb73763529fb9fae1ebd1e62e67d7ec70117c78 SHA512 ae59661b05160f5658920fd79031b6b8548cb7bbfc734194edb0acef5c95f76b210ca4443e9506fc1a0cb9df47ee7c22948502971afe578b44c75aa2a1138d56 diff --git a/x11-apps/xwd/xwd-1.0.9.ebuild b/x11-apps/xwd/xwd-1.0.9.ebuild new file mode 100644 index 000000000000..ebe435a096ef --- /dev/null +++ b/x11-apps/xwd/xwd-1.0.9.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="dump an image of an X window" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11 + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + x11-base/xorg-proto"