Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/
Date: Thu, 13 May 2021 20:25:26
Message-Id: 1620937461.531ae8a4549daa15979ee09a2bc094447dea3f27.soap@gentoo
1 commit: 531ae8a4549daa15979ee09a2bc094447dea3f27
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 20:24:21 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 20:24:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531ae8a4
7
8 sys-apps/man-pages: Remove old 5.09, 5.10
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-apps/man-pages/Manifest | 2 --
14 sys-apps/man-pages/man-pages-5.09.ebuild | 52 ------------------------------
15 sys-apps/man-pages/man-pages-5.10.ebuild | 54 --------------------------------
16 3 files changed, 108 deletions(-)
17
18 diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest
19 index 57a07ff31a8..e01a415b406 100644
20 --- a/sys-apps/man-pages/Manifest
21 +++ b/sys-apps/man-pages/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST man-pages-5.09.tar.xz 1740816 BLAKE2B 5434453dc75058a2aef5d1ca04854abe3d2e3a7ddd5167fbbc36cefc0e103bb75339279fd5638698b12e7fbe2314dafd0498b2104e01b4314e909f89db65d50e SHA512 fa5684c316326afd2056876c174e4f2c8baa18d76bfc2f63009903f09f93b4c204fb0773e0991b5247e50596b2da7e232c5087121a0c938a072af8c77848686f
24 -DIST man-pages-5.10.tar.xz 1747688 BLAKE2B 39da2ec75b0096db7b5af483e6096259b2439bf9ce3b651af82350b612c234375e3e34d70ff84f401c23189c0aa921f29cf77c0979e40efd3fda0f06378a7c2b SHA512 a23f90136b0bf471f5ae3917ae0e558fec0671cace8ccdd8e244f41f11fefa4ac0df84cf972cc20a1792d7b930db5e2c451881c0937edabf7d5e1ec46c4760ed
25 DIST man-pages-5.11.tar.xz 1758092 BLAKE2B 45f1f8751f197f616913fd0084ead3ff7e3b3d11d0c3c70ecd43acbc621927cbb3582ffc7df5101887ec5c733e35a9c5321af9ddaf477e06da391c5af9eb6bc5 SHA512 2f57308fb331e0207ed4764d7753711caf74c0b74eef789612bc1869126be529450c7a2a7011fd6413eebea4ff0fee9a1ba0c94959652a3c747c780e83741450
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.09.ebuild b/sys-apps/man-pages/man-pages-5.09.ebuild
29 deleted file mode 100644
30 index 58d24ea28c5..00000000000
31 --- a/sys-apps/man-pages/man-pages-5.09.ebuild
32 +++ /dev/null
33 @@ -1,52 +0,0 @@
34 -# Copyright 1999-2021 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 sparc x86 ~amd64-linux ~x86-linux"
51 -IUSE_L10N=" de fr it ja nl pl ru zh-CN"
52 -IUSE="${IUSE_L10N// / l10n_}"
53 -RESTRICT="binchecks"
54 -
55 -# Block packages that used to install colliding man pages #341953 #548900 #612640 #617462
56 -RDEPEND="
57 - virtual/man
58 - !<sys-apps/keyutils-1.5.9-r4
59 - !<dev-libs/libbsd-0.8.3-r1
60 -"
61 -PDEPEND="
62 - l10n_de? ( app-i18n/man-pages-l10n[l10n_de] )
63 - l10n_fr? ( app-i18n/man-pages-l10n[l10n_fr] )
64 - l10n_it? ( app-i18n/man-pages-it )
65 - l10n_ja? ( app-i18n/man-pages-ja )
66 - l10n_nl? ( app-i18n/man-pages-l10n[l10n_nl] )
67 - l10n_pl? ( app-i18n/man-pages-l10n[l10n_pl] )
68 - l10n_ru? ( app-i18n/man-pages-ru )
69 - l10n_zh-CN? ( app-i18n/man-pages-zh_CN )
70 - sys-apps/man-pages-posix
71 -"
72 -
73 -src_configure() { :; }
74 -
75 -src_compile() { :; }
76 -
77 -src_install() {
78 - emake install prefix="${EPREFIX}/usr" DESTDIR="${D}"
79 - dodoc man-pages-*.Announce README Changes*
80 -
81 - # Override with Gentoo specific or additional Gentoo pages
82 - cd "${WORKDIR}"/man-pages-gentoo || die
83 - doman */*
84 - dodoc README.Gentoo
85 -}
86
87 diff --git a/sys-apps/man-pages/man-pages-5.10.ebuild b/sys-apps/man-pages/man-pages-5.10.ebuild
88 deleted file mode 100644
89 index 2a296f092cd..00000000000
90 --- a/sys-apps/man-pages/man-pages-5.10.ebuild
91 +++ /dev/null
92 @@ -1,54 +0,0 @@
93 -# Copyright 1999-2021 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=7
97 -
98 -GENTOO_PATCH=2
99 -
100 -DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
101 -HOMEPAGE="https://www.kernel.org/doc/man-pages/"
102 -SRC_URI="https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.xz
103 - https://www.kernel.org/pub/linux/docs/man-pages/${P}.tar.xz
104 - mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
105 - https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2"
106 -
107 -LICENSE="man-pages GPL-2+ BSD"
108 -SLOT="0"
109 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
110 -IUSE_L10N=" de fr it ja nl pl pt-BR ro ru zh-CN"
111 -IUSE="${IUSE_L10N// / l10n_}"
112 -RESTRICT="binchecks"
113 -
114 -# Block packages that used to install colliding man pages #341953 #548900 #612640 #617462
115 -RDEPEND="
116 - virtual/man
117 - !<sys-apps/keyutils-1.5.9-r4
118 - !<dev-libs/libbsd-0.8.3-r1
119 -"
120 -PDEPEND="
121 - l10n_de? ( app-i18n/man-pages-l10n[l10n_de] )
122 - l10n_fr? ( app-i18n/man-pages-l10n[l10n_fr] )
123 - l10n_it? ( app-i18n/man-pages-it )
124 - l10n_ja? ( app-i18n/man-pages-ja )
125 - l10n_nl? ( app-i18n/man-pages-l10n[l10n_nl] )
126 - l10n_pl? ( app-i18n/man-pages-l10n[l10n_pl] )
127 - l10n_pt-BR? ( >=app-i18n/man-pages-l10n-4.2.0[l10n_pt-BR] )
128 - l10n_ro? ( >=app-i18n/man-pages-l10n-4.2.0[l10n_ro] )
129 - l10n_ru? ( app-i18n/man-pages-ru )
130 - l10n_zh-CN? ( app-i18n/man-pages-zh_CN )
131 - sys-apps/man-pages-posix
132 -"
133 -
134 -src_configure() { :; }
135 -
136 -src_compile() { :; }
137 -
138 -src_install() {
139 - emake install prefix="${EPREFIX}/usr" DESTDIR="${D}"
140 - dodoc man-pages-*.Announce README Changes*
141 -
142 - # Override with Gentoo specific or additional Gentoo pages
143 - cd "${WORKDIR}"/man-pages-gentoo || die
144 - doman */*
145 - dodoc README.Gentoo
146 -}