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 F3B02158020 for ; Sun, 16 Oct 2022 00:55:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33E97E086F; Sun, 16 Oct 2022 00:55:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1881AE086F for ; Sun, 16 Oct 2022 00:55:21 +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 CEC40340D9B for ; Sun, 16 Oct 2022 00:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0813161D for ; Sun, 16 Oct 2022 00:55:19 +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: <1665881713.64d63833d6e20134040d07e8a57dfe5f1d6fa83e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xditview/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xditview/Manifest x11-apps/xditview/xditview-1.0.6.ebuild X-VCS-Directories: x11-apps/xditview/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 64d63833d6e20134040d07e8a57dfe5f1d6fa83e X-VCS-Branch: master Date: Sun, 16 Oct 2022 00:55:19 +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: 0b7cc773-1b98-44fc-baf9-5e8530609f97 X-Archives-Hash: ef23b64ef6123b66870fe9b9ac0d6ac6 commit: 64d63833d6e20134040d07e8a57dfe5f1d6fa83e Author: Matt Turner gentoo org> AuthorDate: Sun Oct 16 00:44:26 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Oct 16 00:55:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d63833 x11-apps/xditview: Version bump to 1.0.6 Signed-off-by: Matt Turner gentoo.org> x11-apps/xditview/Manifest | 1 + x11-apps/xditview/xditview-1.0.6.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-apps/xditview/Manifest b/x11-apps/xditview/Manifest index 050ca13b1a0f..ede1b4289604 100644 --- a/x11-apps/xditview/Manifest +++ b/x11-apps/xditview/Manifest @@ -1 +1,2 @@ DIST xditview-1.0.5.tar.bz2 151313 BLAKE2B 53d96b874230dde6f4f13a7a61420e1b9da86fea18e49e7084212353d9de64aab30bda6bc790282127af961db66873d6fafec1f6c7a986776c30eaad260ad98f SHA512 e20c903f38394b496111267e142d84d11e69a3b89f91869652d1f2ee5c997a13f90bfa2966651b42cd3979a330b348a6e397cc6a74c45b1f3f91643e7c06765d +DIST xditview-1.0.6.tar.xz 143848 BLAKE2B bf832e17631a12f58ad194b1ddcf7a63a31e04f005ce883798f892284c8ad64ae40f15f5c1d781179333ce212e989de9b45cc53881079818e5c2f0b6087e3b5c SHA512 249769d27980e9a69ac8f056f329dfa514f3ab6267d6ed69814c5695f315d2a7021c560a0e26fdd2568290a071793d7f2eafdd92f9981ed556047deb244ebf5a diff --git a/x11-apps/xditview/xditview-1.0.6.ebuild b/x11-apps/xditview/xditview-1.0.6.ebuild new file mode 100644 index 000000000000..452d9c312e46 --- /dev/null +++ b/x11-apps/xditview/xditview-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="display ditroff output" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"