summaryrefslogtreecommitdiff
path: root/app-doc/single-unix-specification
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/single-unix-specification')
-rw-r--r--app-doc/single-unix-specification/Manifest2
-rw-r--r--app-doc/single-unix-specification/metadata.xml5
-rw-r--r--app-doc/single-unix-specification/single-unix-specification-3.ebuild22
-rw-r--r--app-doc/single-unix-specification/single-unix-specification-4-r1.ebuild22
4 files changed, 51 insertions, 0 deletions
diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest
new file mode 100644
index 00000000000..e0b14036be6
--- /dev/null
+++ b/app-doc/single-unix-specification/Manifest
@@ -0,0 +1,2 @@
+DIST susv3.tar.bz2 2212995 SHA256 f7760775114833d79869f08e97a001e61609710417e64c4be4e2e784616658a1 SHA512 b1b8a79112d3f41a3d2951341cd9220566f551e5750378bba5cf786a0c381b064fa1a1cfeb6e76e9c6beb85a893cbb6f90879203e9931e9043bcb95b032def40 WHIRLPOOL 00173ff6a59e7b215f73b12a2c62b55f8655ce1564084323d8882870df050a6faa748ca7b874ee0957a9aced79c6c20f25e1627fb7b353c963a068cf84191315
+DIST susv4.tar.bz2 2983431 SHA256 315657e697618f759c1e43934c08e5887b29dc7f1f75dd2aa49738efd7ac10bb SHA512 7fd005c25b97d6fd864436c6537f347edfa4ab215114296f2d2ba58aee1552502601b778dec7eb0e8baeea417929cfd72b3b9727237106125326e32a424cf575 WHIRLPOOL b57143d06c19c74996aa59b0da305e6ef0088a2237226777551c982e7f48091878a50476393fb4330e1f51f5a6ef55229940497e70f3a50acdf2efeee2a24803
diff --git a/app-doc/single-unix-specification/metadata.xml b/app-doc/single-unix-specification/metadata.xml
new file mode 100644
index 00000000000..9b52710817d
--- /dev/null
+++ b/app-doc/single-unix-specification/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>app-doc</herd>
+</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 00000000000..1b012cff682
--- /dev/null
+++ b/app-doc/single-unix-specification/single-unix-specification-3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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-r1.ebuild b/app-doc/single-unix-specification/single-unix-specification-4-r1.ebuild
new file mode 100644
index 00000000000..9dd5513d468
--- /dev/null
+++ b/app-doc/single-unix-specification/single-unix-specification-4-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="The Single UNIX Specification, Version 4, 2008 Edition (8 Volumes)"
+HOMEPAGE="http://www.opengroup.org/bookstore/catalog/c082.htm"
+SRC_URI="http://www.opengroup.org/onlinepubs/9699919799/download/susv4.tar.bz2"
+
+LICENSE="sus4-copyright"
+SLOT="4"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-macos"
+IUSE=""
+
+S=${WORKDIR}/susv4
+
+src_install() {
+ dohtml -r * || die "dohtml"
+}
+
+pkg_postinst() {
+ elog "Open /usr/share/doc/${PF}/html/index.html in a browser to access these docs."
+}