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 A3363158020 for ; Sat, 24 Dec 2022 12:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 477EFE08F2; Sat, 24 Dec 2022 12:55:30 +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 2A0F5E08F2 for ; Sat, 24 Dec 2022 12:55: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EE35335DA0 for ; Sat, 24 Dec 2022 12:55:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6132E7F2 for ; Sat, 24 Dec 2022 12:55:26 +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: <1671885526.97fb326216442b13d1deb8baa4e2b144cf180607.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-4_p2018.ebuild X-VCS-Directories: app-doc/single-unix-specification/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 97fb326216442b13d1deb8baa4e2b144cf180607 X-VCS-Branch: master Date: Sat, 24 Dec 2022 12:55:26 +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: 6244ea70-9488-465a-9081-82bd73512192 X-Archives-Hash: 3c616732ca0ce5e6740f0781b5f7d144 commit: 97fb326216442b13d1deb8baa4e2b144cf180607 Author: Sam James gentoo org> AuthorDate: Sat Dec 24 12:38:46 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 24 12:38:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97fb3262 app-doc/single-unix-specification: add 4_p2018 Signed-off-by: Sam James gentoo.org> app-doc/single-unix-specification/Manifest | 1 + .../single-unix-specification-4_p2018.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest index 4cd61dd785dd..ab0ab4247268 100644 --- a/app-doc/single-unix-specification/Manifest +++ b/app-doc/single-unix-specification/Manifest @@ -1 +1,2 @@ +DIST susv4-2018.tar.bz2 3352852 BLAKE2B 0f05f2dd6444d35b2d962651643eb8bd0520169c8670072fdb1ce2c671b3bdeed8e4d99dfacceba69f846c107c73c4a60f3f51e48c64499f40a9fa594ac877ba SHA512 2484d24d19b9731808c61219b61d63cdf4d8dff6498fb4655478b76808a583064a5cfbcfcf18f1d27c56e03a6b47cc6833f94483784ec29059bef063724c2567 DIST susv4tc2.tar.bz2 3649434 BLAKE2B c09eb835badec0bf191da4caaa7b35ccedfb1512218d3ebb66d0301bbe6404a30df2e3c51838dcd9f91912f41ce3e39478d2c061ac2f075ef678ae20fcaf0ad6 SHA512 cc86b2b4860b1069cb8712ef7b5a9702510f48d6585b5414ff561f85677974c156d8cc95cf29dfdab360c13ecb884e19e2112fe5c6bc49666417c9a744a816ad diff --git a/app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild b/app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild new file mode 100644 index 000000000000..5de651d34c07 --- /dev/null +++ b/app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="The Single UNIX Specification, Version 4, $(ver_cut 3) Edition" +HOMEPAGE="https://www2.opengroup.org/ogsys/catalog/T101" +SRC_URI="https://pubs.opengroup.org/onlinepubs/9699919799/download/susv4-$(ver_cut 3).tar.bz2" +S="${WORKDIR}/susv4-$(ver_cut 3)" + +LICENSE="sus4-copyright" +SLOT="4" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +RESTRICT="mirror" + +src_install() { + dodoc -r * +}