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 9952A15815E for ; Sun, 4 Feb 2024 22:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A31DF2BC017; Sun, 4 Feb 2024 22:22:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8E8D52BC017 for ; Sun, 4 Feb 2024 22:22:30 +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 A03C534317C for ; Sun, 4 Feb 2024 22:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DEAD14C4 for ; Sun, 4 Feb 2024 22:22:28 +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: <1707084804.12d6606b5f55fb0f5712814653942cd889de8579.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.7.ebuild X-VCS-Directories: x11-apps/xditview/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 12d6606b5f55fb0f5712814653942cd889de8579 X-VCS-Branch: master Date: Sun, 4 Feb 2024 22:22:28 +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: f077362a-7c9c-4623-a90e-aceb89abe862 X-Archives-Hash: b7ee49aa96c95ef695cf550d4da71f76 commit: 12d6606b5f55fb0f5712814653942cd889de8579 Author: Matt Turner gentoo org> AuthorDate: Sun Feb 4 22:06:15 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Feb 4 22:13:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d6606b x11-apps/xditview: Version bump to 1.0.7 Signed-off-by: Matt Turner gentoo.org> x11-apps/xditview/Manifest | 1 + x11-apps/xditview/xditview-1.0.7.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/x11-apps/xditview/Manifest b/x11-apps/xditview/Manifest index 61479e94719c..97099f980544 100644 --- a/x11-apps/xditview/Manifest +++ b/x11-apps/xditview/Manifest @@ -1 +1,2 @@ DIST xditview-1.0.6.tar.xz 143848 BLAKE2B bf832e17631a12f58ad194b1ddcf7a63a31e04f005ce883798f892284c8ad64ae40f15f5c1d781179333ce212e989de9b45cc53881079818e5c2f0b6087e3b5c SHA512 249769d27980e9a69ac8f056f329dfa514f3ab6267d6ed69814c5695f315d2a7021c560a0e26fdd2568290a071793d7f2eafdd92f9981ed556047deb244ebf5a +DIST xditview-1.0.7.tar.xz 146392 BLAKE2B d0a3300698bf263cc790bf364f849c64cb2e12b10fa6423dd893d188bb06998c29740331e268a15a378a972df0d4b7b7362896844da262297ec8f3cd86f458ff SHA512 da7e80cd9fbb5da0ec4949c6fed0bad135a2490767f030e60f1c51a9f5a62379572bf8b4dd6dec2fe824152d090470e62fce12c9144aaa1be1b48ddbc3b2910b diff --git a/x11-apps/xditview/xditview-1.0.7.ebuild b/x11-apps/xditview/xditview-1.0.7.ebuild new file mode 100644 index 000000000000..c19d912e4a70 --- /dev/null +++ b/x11-apps/xditview/xditview-1.0.7.ebuild @@ -0,0 +1,30 @@ +# 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="display ditroff output" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="xft" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11 + xft? ( + x11-libs/libXft + x11-libs/libXrender + media-libs/fontconfig + )" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +src_configure() { + local XORG_CONFIGURE_OPTIONS=( + $(use_with xft) + ) + xorg-3_src_configure +}