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 38D22158094 for ; Mon, 11 Jul 2022 04:58:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D409E0E4B; Mon, 11 Jul 2022 04:58:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EEF53E0E4B for ; Mon, 11 Jul 2022 04:58:14 +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 01D5A3410A6 for ; Mon, 11 Jul 2022 04:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2971E536 for ; Mon, 11 Jul 2022 04:58:11 +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: <1657515474.7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwud/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xwud/Manifest x11-apps/xwud/xwud-1.0.6.ebuild X-VCS-Directories: x11-apps/xwud/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7 X-VCS-Branch: master Date: Mon, 11 Jul 2022 04:58:11 +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: c1c6cfcb-a49b-47a1-a966-77d3c22c5ab0 X-Archives-Hash: fafbaf9cedbc5e356cefba1d89d51806 commit: 7364fc7f73d3f153e9a6a81713f3ef84bed3e9b7 Author: Matt Turner gentoo org> AuthorDate: Mon Jul 11 04:35:24 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jul 11 04:57:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7364fc7f x11-apps/xwud: Version bump to 1.0.6 Signed-off-by: Matt Turner gentoo.org> x11-apps/xwud/Manifest | 1 + x11-apps/xwud/xwud-1.0.6.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-apps/xwud/Manifest b/x11-apps/xwud/Manifest index 0afae32bda49..65b8fabe3780 100644 --- a/x11-apps/xwud/Manifest +++ b/x11-apps/xwud/Manifest @@ -1 +1,2 @@ DIST xwud-1.0.5.tar.bz2 133376 BLAKE2B 27ce8251ae2a2a87393655e1824121dd54f75839a8066405299e9052bf2c55c6946cd686f285dca1d7339029d8ca8b94e4adb3efb485b42bd347db212b12858d SHA512 27a0ce7481978ae6cd94b0d94374af72185e270d68f2496620e148bb00945427c4827138d9efc48745e6382e3da3390ed0cdff7dbd02dcf9706e8ecccae97184 +DIST xwud-1.0.6.tar.xz 126696 BLAKE2B cd272963c7edc71d4d4a0863dacf39a3432f1b344fe90e698d167df1394b7d5f00e3481eaa97fa47d9dd4e18778193b15879fec73746517a4a6ac69b098c1ec3 SHA512 a7b964d9ef13e4726b2ef84dcc1040cdf510c8031c3e6e1dc1c711e65d9e56f1fc5921a7af3dbbd898b861c79e9da6242da23c2e73816e39152ae719052293e9 diff --git a/x11-apps/xwud/xwud-1.0.6.ebuild b/x11-apps/xwud/xwud-1.0.6.ebuild new file mode 100644 index 000000000000..ad59e9402ee0 --- /dev/null +++ b/x11-apps/xwud/xwud-1.0.6.ebuild @@ -0,0 +1,15 @@ +# 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="image displayer for X" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"