summaryrefslogtreecommitdiff
path: root/app-doc/single-unix-specification
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-doc/single-unix-specification
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-doc/single-unix-specification')
-rw-r--r--app-doc/single-unix-specification/Manifest5
-rw-r--r--app-doc/single-unix-specification/metadata.xml8
-rw-r--r--app-doc/single-unix-specification/single-unix-specification-3.ebuild23
-rw-r--r--app-doc/single-unix-specification/single-unix-specification-4_p2.ebuild23
4 files changed, 59 insertions, 0 deletions
diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest
new file mode 100644
index 000000000000..41ed74991528
--- /dev/null
+++ b/app-doc/single-unix-specification/Manifest
@@ -0,0 +1,5 @@
+DIST susv3.tar.bz2 2212995 BLAKE2B 91b7f657c5ac92d164832a079bfbbfda3f57ce9663849872176a0b78e280b8851e95ec605a68d887f9d59bcaf8491994d2b5d963d6730c811e26842f1faa2a59 SHA512 b1b8a79112d3f41a3d2951341cd9220566f551e5750378bba5cf786a0c381b064fa1a1cfeb6e76e9c6beb85a893cbb6f90879203e9931e9043bcb95b032def40
+DIST susv4tc2.tar.bz2 3649434 BLAKE2B c09eb835badec0bf191da4caaa7b35ccedfb1512218d3ebb66d0301bbe6404a30df2e3c51838dcd9f91912f41ce3e39478d2c061ac2f075ef678ae20fcaf0ad6 SHA512 cc86b2b4860b1069cb8712ef7b5a9702510f48d6585b5414ff561f85677974c156d8cc95cf29dfdab360c13ecb884e19e2112fe5c6bc49666417c9a744a816ad
+EBUILD single-unix-specification-3.ebuild 582 BLAKE2B 2084ca18b5f46b7d0199d275b359d106010003ba8843716baa046f46e7326bb8da2320bcb1a9914b39b84daa7c808e59c9170a29c00461962db74846561fda06 SHA512 87e773609446afa0228f4a162985cbc0bff3e4aebfa5a703fbbc80ac81bfe90d113ea7385797d91693da403989c90334eb942da1a3cc593d533d66a55cd2c9b2
+EBUILD single-unix-specification-4_p2.ebuild 545 BLAKE2B 2c8805dfbef1cfbbc6f0f60ec3b8bbf4e5fefaac6400b6f081ee1f844509867775f74f362bfc74289b2b5499fcf6c18ee3c65b687a89bb4d28e6bf20660b3538 SHA512 600657ccc422accb61bc3e5b1d4c0e73ae90c84611b1b9396c14a6e5234a299b6e8829ccceb1dd4520329855191120bae566b4c0d246988504a690798cda093a
+MISC metadata.xml 257 BLAKE2B f8a00f23163e58c310fa0e4ab94b2e6b5638ec569a5e93ea2efec8c7bdd97c1629e9bc0e9bf04917f5ca4fea4085855b281c30ced2f09548e96b12e6bb1d5a40 SHA512 9c7759d33e1bbc8be0da5b4f59fc720266e40f4116d7db0c17c5ad800a7bb638f33a1308e1554092af781f06df6f6cb55db41fc22207cd3edc2e159840e3a3b1
diff --git a/app-doc/single-unix-specification/metadata.xml b/app-doc/single-unix-specification/metadata.xml
new file mode 100644
index 000000000000..4eb20a048df2
--- /dev/null
+++ b/app-doc/single-unix-specification/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-doc/single-unix-specification/single-unix-specification-3.ebuild b/app-doc/single-unix-specification/single-unix-specification-3.ebuild
new file mode 100644
index 000000000000..3af7ec6b104c
--- /dev/null
+++ b/app-doc/single-unix-specification/single-unix-specification-3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=0
+
+DESCRIPTION="The Single UNIX Specification, Version 3, 2004 Edition (8 Volumes)"
+HOMEPAGE="http://www.opengroup.org/bookstore/catalog/t041.htm"
+SRC_URI="http://www.opengroup.org/onlinepubs/009695399/download/susv3.tar.bz2"
+
+LICENSE="sus3-copyright"
+SLOT="3"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86"
+IUSE=""
+RESTRICT="mirror"
+
+DEPEND=""
+
+S="${WORKDIR}/susv3"
+
+src_install() {
+ insinto /usr/share/doc/${PF}/html
+ doins -r * || die "doins"
+}
diff --git a/app-doc/single-unix-specification/single-unix-specification-4_p2.ebuild b/app-doc/single-unix-specification/single-unix-specification-4_p2.ebuild
new file mode 100644
index 000000000000..43479b67db78
--- /dev/null
+++ b/app-doc/single-unix-specification/single-unix-specification-4_p2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Single UNIX Specification, Version 4, 2016 Edition"
+HOMEPAGE="https://www2.opengroup.org/ogsys/catalog/T101"
+SRC_URI="http://pubs.opengroup.org/onlinepubs/9699919799/download/susv4tc2.tar.bz2"
+
+LICENSE="sus4-copyright"
+SLOT="4"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
+IUSE=""
+RESTRICT="mirror"
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/susv4tc2"
+
+src_install() {
+ dodoc -r *
+}