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 769C8158089 for ; Fri, 29 Sep 2023 02:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD9102BC022; Fri, 29 Sep 2023 02:25:51 +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 9A6A72BC018 for ; Fri, 29 Sep 2023 02:25:51 +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 58DC1335C78 for ; Fri, 29 Sep 2023 02:25:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A45B810D2 for ; Fri, 29 Sep 2023 02:25:48 +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: <1695954339.e642ddd5a2abffa4689f3f5e3a3b308c734a97e7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xman/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xman/Manifest x11-apps/xman/xman-1.1.6.ebuild X-VCS-Directories: x11-apps/xman/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e642ddd5a2abffa4689f3f5e3a3b308c734a97e7 X-VCS-Branch: master Date: Fri, 29 Sep 2023 02:25:48 +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: a15126c6-4bb6-45ab-85b6-5f4a7b8f49a4 X-Archives-Hash: 603b27cf64523421a2d3f5bcb8cd80da commit: e642ddd5a2abffa4689f3f5e3a3b308c734a97e7 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 29 01:10:52 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 29 02:25:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e642ddd5 x11-apps/xman: Version bump to 1.1.6 Signed-off-by: Matt Turner gentoo.org> x11-apps/xman/Manifest | 1 + x11-apps/xman/xman-1.1.6.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-apps/xman/Manifest b/x11-apps/xman/Manifest index 9b960eb364e0..88c5113b82e4 100644 --- a/x11-apps/xman/Manifest +++ b/x11-apps/xman/Manifest @@ -1 +1,2 @@ DIST xman-1.1.5.tar.bz2 193676 BLAKE2B b49e78b0127844e2ee8c0343392af940e592ee6958b4f1af217696da9ab1cd880331dec2af2f7eb5084cf44d40a041c730f571e5fb476e74924552e1316614ae SHA512 f6b2be424a79f298bf1a81edce4172572195c9efc9454e5b7b7046f344ed08154c77ccaa763ccdf3f1a30b64aa4802783bf813ee637437ccb1fba434fc5d4400 +DIST xman-1.1.6.tar.xz 177732 BLAKE2B 7ca00bd08d8fcd34645e5ad4582f782f358a6df8b7715222e886d9eef299e2b5c7cb1fc208e2bd3d7d465f1a2f3e17060e8cc95a6a3bc00421dfaf40adc147af SHA512 3063bf7fa54a679993baad681d9a77569c101b7e27e012083d11a2a0900c8e30a9d052ef23d30cbc86ff22505701d23df1fa3b9c714ef733628f2bc132026530 diff --git a/x11-apps/xman/xman-1.1.6.ebuild b/x11-apps/xman/xman-1.1.6.ebuild new file mode 100644 index 000000000000..71b452b6fb30 --- /dev/null +++ b/x11-apps/xman/xman-1.1.6.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="Manual page display program for the X Window System" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libXt" +DEPEND="${RDEPEND} + x11-base/xorg-proto"