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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCC5A1581F0 for ; Thu, 12 Dec 2024 05:40:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC048E0D3C; Thu, 12 Dec 2024 05:40:26 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0DEEE0D3C for ; Thu, 12 Dec 2024 05:40:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC4AE3430E6 for ; Thu, 12 Dec 2024 05:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C25801F41 for ; Thu, 12 Dec 2024 05:40:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733981970.06c1738b3d38421a7d55763a0d196582f3eb271e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/single-unix-specification/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/single-unix-specification/Manifest app-doc/single-unix-specification/single-unix-specification-5.ebuild X-VCS-Directories: app-doc/single-unix-specification/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 06c1738b3d38421a7d55763a0d196582f3eb271e X-VCS-Branch: master Date: Thu, 12 Dec 2024 05:40:22 +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: 1fcd38d4-b837-4f1c-9b01-983f09f126b4 X-Archives-Hash: 761b79d4d65abd17740db5bb565e54d9 commit: 06c1738b3d38421a7d55763a0d196582f3eb271e Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Tue Dec 3 20:06:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 12 05:39:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c1738b app-doc/single-unix-specification: add 5 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/39584 Signed-off-by: Sam James gentoo.org> app-doc/single-unix-specification/Manifest | 1 + .../single-unix-specification-5.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest index ab0ab4247268..aad8e510b075 100644 --- a/app-doc/single-unix-specification/Manifest +++ b/app-doc/single-unix-specification/Manifest @@ -1,2 +1,3 @@ DIST susv4-2018.tar.bz2 3352852 BLAKE2B 0f05f2dd6444d35b2d962651643eb8bd0520169c8670072fdb1ce2c671b3bdeed8e4d99dfacceba69f846c107c73c4a60f3f51e48c64499f40a9fa594ac877ba SHA512 2484d24d19b9731808c61219b61d63cdf4d8dff6498fb4655478b76808a583064a5cfbcfcf18f1d27c56e03a6b47cc6833f94483784ec29059bef063724c2567 DIST susv4tc2.tar.bz2 3649434 BLAKE2B c09eb835badec0bf191da4caaa7b35ccedfb1512218d3ebb66d0301bbe6404a30df2e3c51838dcd9f91912f41ce3e39478d2c061ac2f075ef678ae20fcaf0ad6 SHA512 cc86b2b4860b1069cb8712ef7b5a9702510f48d6585b5414ff561f85677974c156d8cc95cf29dfdab360c13ecb884e19e2112fe5c6bc49666417c9a744a816ad +DIST susv5.tar.bz2 3092782 BLAKE2B 1faa75cadf97f73367bec8588206b0cf39975cd7eb9df1860059da8bc731744528cfd8cf3a77decf41d697ea0ff532f46728199d880d59093f870f78317c854b SHA512 fcdd0969f36a58a177187f5ca8ff4308e3875d47978ddbed4ba81510f45ec35fb790e5f9e43df4c26485647f7cbcd45ab22910305da18cb004703097d2bea04b diff --git a/app-doc/single-unix-specification/single-unix-specification-5.ebuild b/app-doc/single-unix-specification/single-unix-specification-5.ebuild new file mode 100644 index 000000000000..dbfb7e329012 --- /dev/null +++ b/app-doc/single-unix-specification/single-unix-specification-5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="The Single UNIX Specification, Version 5, 2024 Edition" +HOMEPAGE="https://publications.opengroup.org/" +SRC_URI="https://pubs.opengroup.org/onlinepubs/9799919799/download/susv5.tar.bz2" +S="${WORKDIR}/susv5-html" + +LICENSE="sus4-copyright" +SLOT="5" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +RESTRICT="mirror" + +src_install() { + dodoc -r * +}