Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/
Date: Fri, 11 Oct 2019 21:47:11
Message-Id: 1570830165.2b0b9728f1e18d96edad111ef8df4d79f581d2fe.chutzpah@gentoo
1 commit: 2b0b9728f1e18d96edad111ef8df4d79f581d2fe
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Fri Oct 11 21:42:45 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 11 21:42:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0b9728
7
8 sys-apps/man: Version bump to 5.03
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 sys-apps/man-pages/Manifest | 1 +
15 sys-apps/man-pages/man-pages-5.03.ebuild | 53 ++++++++++++++++++++++++++++++++
16 2 files changed, 54 insertions(+)
17
18 diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest
19 index b4ba405e7f5..9859fff71e1 100644
20 --- a/sys-apps/man-pages/Manifest
21 +++ b/sys-apps/man-pages/Manifest
22 @@ -1,3 +1,4 @@
23 DIST man-pages-5.01.tar.xz 1662512 BLAKE2B e2b77aea38eaed44fcefbfc21a59ae3f972901a055d3491effda286f0ef7cd8d1e32b4a610707c5ba8ad18ac7d5ff81df4927f7c68c99f54753af49b40c07f17 SHA512 0f95198e230fe28da2821c931f0078adf67bc4d92434b4da5e67dcfe3b462fd22b3268b7c0b9385603f0bfa7aa273c97ae152edd2b6f6975b9199b6e73e1f457
24 DIST man-pages-5.02.tar.xz 1668616 BLAKE2B 91fb6618e13d25c1ad81ac5f6acc20ac0075b0e33b5ecfc271a4a4abcfffb37e4f22dbd15128a3a54ea2a7ed03c0374b907998da15dde90f4b9fb0da7ebf0947 SHA512 424d382f69611e29bd512ad166db7189633dea92b9d57466480a88cc69e83e6f364e16d4303efea19f2252bc9681c14158d60eef79c4cc4be41185300b67a4fd
25 +DIST man-pages-5.03.tar.xz 1677908 BLAKE2B 54ba60a0ef772259fe8facf9e8d36155b16a3c990adb7bcc63e57bdd969d1853e6eadbc3d21186c23730c65dd7cefe497819921b9b5c8622bee74f656430723a SHA512 e7e0d1952abe75dd2503fd7bd7fbe34532ef22b70d82f299099e38e08a92604df0f23ed83267b57ca6d9d90e697651c46f6a95c1a077e3f193ba89f6293af7be
26 DIST man-pages-gentoo-2.tar.bz2 5141 BLAKE2B c5c7956ab47c8a473e258b1902d5d19d9eb2e9d01786e907d9c3ba691c2a506834ed96cd1f54e8d8415e65d4fea0056659537f0faffe68fcbed33aa728a5e61e SHA512 6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770
27
28 diff --git a/sys-apps/man-pages/man-pages-5.03.ebuild b/sys-apps/man-pages/man-pages-5.03.ebuild
29 new file mode 100644
30 index 00000000000..ea909f0780a
31 --- /dev/null
32 +++ b/sys-apps/man-pages/man-pages-5.03.ebuild
33 @@ -0,0 +1,53 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +GENTOO_PATCH=2
40 +
41 +DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
42 +HOMEPAGE="https://www.kernel.org/doc/man-pages/"
43 +SRC_URI="https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.xz
44 + https://www.kernel.org/pub/linux/docs/man-pages/${P}.tar.xz
45 + mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
46 + https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2"
47 +
48 +LICENSE="man-pages GPL-2+ BSD"
49 +SLOT="0"
50 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
51 +IUSE_L10N=" da de fr it ja nl pl ru zh-CN"
52 +IUSE="nls ${IUSE_L10N// / l10n_}"
53 +RESTRICT="binchecks"
54 +
55 +# Block packages that used to install colliding man pages #341953 #548900 #612640 #617462
56 +RDEPEND="virtual/man
57 + !<sys-apps/keyutils-1.5.9-r4
58 + !<sys-apps/attr-2.4.47-r2
59 + !<dev-libs/libaio-0.3.109-r2
60 + !<dev-libs/libbsd-0.8.3-r1"
61 +PDEPEND="nls? (
62 + l10n_da? ( app-i18n/man-pages-da )
63 + l10n_de? ( app-i18n/man-pages-de )
64 + l10n_fr? ( app-i18n/man-pages-fr )
65 + l10n_it? ( app-i18n/man-pages-it )
66 + l10n_ja? ( app-i18n/man-pages-ja )
67 + l10n_nl? ( app-i18n/man-pages-nl )
68 + l10n_pl? ( app-i18n/man-pages-pl )
69 + l10n_ru? ( app-i18n/man-pages-ru )
70 + l10n_zh-CN? ( app-i18n/man-pages-zh_CN )
71 + )
72 + sys-apps/man-pages-posix"
73 +
74 +src_configure() { :; }
75 +
76 +src_compile() { :; }
77 +
78 +src_install() {
79 + emake install prefix="${EPREFIX}/usr" DESTDIR="${D}"
80 + dodoc man-pages-*.Announce README Changes*
81 +
82 + # Override with Gentoo specific or additional Gentoo pages
83 + cd "${WORKDIR}"/man-pages-gentoo || die
84 + doman */*
85 + dodoc README.Gentoo
86 +}