Gentoo Archives: gentoo-commits

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