app-doc/single-unix-specification: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 7 Oct 2018 12:43:05 +0000 (15:43 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 7 Oct 2018 12:43:05 +0000 (15:43 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

app-doc/single-unix-specification/Manifest
app-doc/single-unix-specification/single-unix-specification-3.ebuild [deleted file]

index ea96df0fa66de17c856fc3eb069fa52bc28b0518..4cd61dd785dd5409b0a79032b41d8e300cc4f278 100644 (file)
@@ -1,2 +1 @@
-DIST susv3.tar.bz2 2212995 BLAKE2B 91b7f657c5ac92d164832a079bfbbfda3f57ce9663849872176a0b78e280b8851e95ec605a68d887f9d59bcaf8491994d2b5d963d6730c811e26842f1faa2a59 SHA512 b1b8a79112d3f41a3d2951341cd9220566f551e5750378bba5cf786a0c381b064fa1a1cfeb6e76e9c6beb85a893cbb6f90879203e9931e9043bcb95b032def40
 DIST susv4tc2.tar.bz2 3649434 BLAKE2B c09eb835badec0bf191da4caaa7b35ccedfb1512218d3ebb66d0301bbe6404a30df2e3c51838dcd9f91912f41ce3e39478d2c061ac2f075ef678ae20fcaf0ad6 SHA512 cc86b2b4860b1069cb8712ef7b5a9702510f48d6585b5414ff561f85677974c156d8cc95cf29dfdab360c13ecb884e19e2112fe5c6bc49666417c9a744a816ad
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 (file)
index 3af7ec6..0000000
+++ /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"
-}