summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-08-07 00:28:40 -0400
committerMichael Orlitzky <mjo@gentoo.org>2016-08-07 00:28:40 -0400
commit05c674f83294e396e982a73a1bc55e7c32c0b82d (patch)
treee6bb6ec849737ecbc2f99e5360db39563635b8da /app-doc/single-unix-specification
parentx11-plugins/gkrellm-imonc: new revision that respects LDFLAGS. (diff)
downloadgentoo-05c674f83294e396e982a73a1bc55e7c32c0b82d.tar.gz
gentoo-05c674f83294e396e982a73a1bc55e7c32c0b82d.tar.bz2
gentoo-05c674f83294e396e982a73a1bc55e7c32c0b82d.zip
app-doc/single-unix-specification: new revision with the 2013 spec.
This adds a new -r2 containing the 2013 edition of v4 of the specification. Thanks are due to OGINO Masanori who reported the new version and supplied an ebuild. Gentoo-Bug: 493728 Package-Manager: portage-2.2.28
Diffstat (limited to 'app-doc/single-unix-specification')
-rw-r--r--app-doc/single-unix-specification/Manifest1
-rw-r--r--app-doc/single-unix-specification/single-unix-specification-4-r2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest
index e0b14036be6a..1c7a9e9438b8 100644
--- a/app-doc/single-unix-specification/Manifest
+++ b/app-doc/single-unix-specification/Manifest
@@ -1,2 +1,3 @@
DIST susv3.tar.bz2 2212995 SHA256 f7760775114833d79869f08e97a001e61609710417e64c4be4e2e784616658a1 SHA512 b1b8a79112d3f41a3d2951341cd9220566f551e5750378bba5cf786a0c381b064fa1a1cfeb6e76e9c6beb85a893cbb6f90879203e9931e9043bcb95b032def40 WHIRLPOOL 00173ff6a59e7b215f73b12a2c62b55f8655ce1564084323d8882870df050a6faa748ca7b874ee0957a9aced79c6c20f25e1627fb7b353c963a068cf84191315
DIST susv4.tar.bz2 2983431 SHA256 315657e697618f759c1e43934c08e5887b29dc7f1f75dd2aa49738efd7ac10bb SHA512 7fd005c25b97d6fd864436c6537f347edfa4ab215114296f2d2ba58aee1552502601b778dec7eb0e8baeea417929cfd72b3b9727237106125326e32a424cf575 WHIRLPOOL b57143d06c19c74996aa59b0da305e6ef0088a2237226777551c982e7f48091878a50476393fb4330e1f51f5a6ef55229940497e70f3a50acdf2efeee2a24803
+DIST susv4tc1.tgz 5435884 SHA256 49c411571d0dd55d36258dea945385590f5ccb63d9d5b38050a283a41c0bcefa SHA512 7e9741bc6377beda88ade34bd965ee0098953ec6fb5ae67aaafa726a94fe570ac6fadf1675420805f176222c0d9177bc2206584cad8b73a02649d47765312d9f WHIRLPOOL 1edb2ff726b43f108209ef51bb21d88374d81486f8b4aaf50ec71cebf405ddfa53f9e55039f513ef91652f7a664868504453c2c27731d1d97b61b97867d204a0
diff --git a/app-doc/single-unix-specification/single-unix-specification-4-r2.ebuild b/app-doc/single-unix-specification/single-unix-specification-4-r2.ebuild
new file mode 100644
index 000000000000..b8c58f1e6ddc
--- /dev/null
+++ b/app-doc/single-unix-specification/single-unix-specification-4-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="The Single UNIX Specification, Version 4, 2013 Edition"
+HOMEPAGE="https://www2.opengroup.org/ogsys/catalog/T101"
+SRC_URI="http://pubs.opengroup.org/onlinepubs/9699919799/download/susv4tc1.tgz"
+
+LICENSE="sus4-copyright"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/susv4tc1"
+
+src_install() {
+ dodoc -r *
+}