summaryrefslogtreecommitdiff
path: root/app-doc/single-unix-specification
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
commit64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch)
tree9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /app-doc/single-unix-specification
parent957235cf19a691360c720f7913672adda4258ed0 (diff)
gentoo resync : 22.10.2018
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/single-unix-specification-3.ebuild23
2 files changed, 0 insertions, 25 deletions
diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest
index 41ed74991528..74bd6bb2afe4 100644
--- a/app-doc/single-unix-specification/Manifest
+++ b/app-doc/single-unix-specification/Manifest
@@ -1,5 +1,3 @@
-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/single-unix-specification-3.ebuild b/app-doc/single-unix-specification/single-unix-specification-3.ebuild
deleted file mode 100644
index 3af7ec6b104c..000000000000
--- a/app-doc/single-unix-specification/single-unix-specification-3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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"
-}