logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/
commit: edf8d7d1bc6006fe4fcca2c7a7b749ec9518de1a
parent d20483fb0a5414d68ae744187304d27902d77e47
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 13 Jun 2025 16:40:58 +0200

app-doc/single-unix-specification: add 2

Diffstat:

Mapp-doc/single-unix-specification/Manifest1+
Aapp-doc/single-unix-specification/single-unix-specification-2.ebuild18++++++++++++++++++
2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest @@ -1 +1,2 @@ +DIST susv2.tar.bz2 1364629 BLAKE2B 65971b553741380c671ac12a7c9a407a8e3bc8fec018a8d7932c7e80124c22fbc5dd96414ecb7dfe1619c694901e39568473e1bb833e469b6d376ef71936457a SHA512 a9de99aa0e5e627012997ef894ebc1777eef752f6be308dea1a19c96aeb1731bccf5ae954eb12aed28155d89731d92f184b697a76df02399d12d9aeb108090de DIST susv3.tgz 2962975 BLAKE2B 6b624de7b143f7ab061f26e19a9b3835d46340c14fd69e24a4390f9c65ab1f5017da7163a9abffd1451301daa5bedd235d77d95524267c991203c2196a743f8b SHA512 9890bb667e189a6d9ed04439f810097968530dfe2ba5810ca3c55a0671c3d5ad6a0b7fe0f40c20b1e75d24e39e6386cf1ef5a526508123338d47b616a90af4fc diff --git a/app-doc/single-unix-specification/single-unix-specification-2.ebuild b/app-doc/single-unix-specification/single-unix-specification-2.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 2, 1997 Edition" +HOMEPAGE="https://www2.opengroup.org/ogsys/catalog/T101" +SRC_URI="https://pubs.opengroup.org/onlinepubs/007908799/download/susv2.tar.bz2" +S="${WORKDIR}/susv2" + +LICENSE="sus2-copyright" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +RESTRICT="mirror" + +src_install() { + dodoc -r * +}