Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/single-unix-specification/
Date: Sun, 07 Oct 2018 12:44:08
Message-Id: 1538916185.17d4977d0ad84a0530a2472c343ddfb53d57de09.zlogene@gentoo
1 commit: 17d4977d0ad84a0530a2472c343ddfb53d57de09
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 12:43:05 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 12:43:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d4977d
7
8 app-doc/single-unix-specification: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 app-doc/single-unix-specification/Manifest | 1 -
14 .../single-unix-specification-3.ebuild | 23 ----------------------
15 2 files changed, 24 deletions(-)
16
17 diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest
18 index ea96df0fa66..4cd61dd785d 100644
19 --- a/app-doc/single-unix-specification/Manifest
20 +++ b/app-doc/single-unix-specification/Manifest
21 @@ -1,2 +1 @@
22 -DIST susv3.tar.bz2 2212995 BLAKE2B 91b7f657c5ac92d164832a079bfbbfda3f57ce9663849872176a0b78e280b8851e95ec605a68d887f9d59bcaf8491994d2b5d963d6730c811e26842f1faa2a59 SHA512 b1b8a79112d3f41a3d2951341cd9220566f551e5750378bba5cf786a0c381b064fa1a1cfeb6e76e9c6beb85a893cbb6f90879203e9931e9043bcb95b032def40
23 DIST susv4tc2.tar.bz2 3649434 BLAKE2B c09eb835badec0bf191da4caaa7b35ccedfb1512218d3ebb66d0301bbe6404a30df2e3c51838dcd9f91912f41ce3e39478d2c061ac2f075ef678ae20fcaf0ad6 SHA512 cc86b2b4860b1069cb8712ef7b5a9702510f48d6585b5414ff561f85677974c156d8cc95cf29dfdab360c13ecb884e19e2112fe5c6bc49666417c9a744a816ad
24
25 diff --git a/app-doc/single-unix-specification/single-unix-specification-3.ebuild b/app-doc/single-unix-specification/single-unix-specification-3.ebuild
26 deleted file mode 100644
27 index 3af7ec6b104..00000000000
28 --- a/app-doc/single-unix-specification/single-unix-specification-3.ebuild
29 +++ /dev/null
30 @@ -1,23 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=0
35 -
36 -DESCRIPTION="The Single UNIX Specification, Version 3, 2004 Edition (8 Volumes)"
37 -HOMEPAGE="http://www.opengroup.org/bookstore/catalog/t041.htm"
38 -SRC_URI="http://www.opengroup.org/onlinepubs/009695399/download/susv3.tar.bz2"
39 -
40 -LICENSE="sus3-copyright"
41 -SLOT="3"
42 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86"
43 -IUSE=""
44 -RESTRICT="mirror"
45 -
46 -DEPEND=""
47 -
48 -S="${WORKDIR}/susv3"
49 -
50 -src_install() {
51 - insinto /usr/share/doc/${PF}/html
52 - doins -r * || die "doins"
53 -}