diff options
author | Sam James <sam@gentoo.org> | 2022-12-24 12:38:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-24 12:38:46 +0000 |
commit | 97fb326216442b13d1deb8baa4e2b144cf180607 (patch) | |
tree | 2cfa049da0546808aaf0d0fb2a0726fd2867c2cf /app-doc | |
parent | sys-apps/gawk: add comment re MPFR future (diff) | |
download | gentoo-97fb326216442b13d1deb8baa4e2b144cf180607.tar.gz gentoo-97fb326216442b13d1deb8baa4e2b144cf180607.tar.bz2 gentoo-97fb326216442b13d1deb8baa4e2b144cf180607.zip |
app-doc/single-unix-specification: add 4_p2018
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/single-unix-specification/Manifest | 1 | ||||
-rw-r--r-- | app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
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 * +} |