commit: f21c8b12594bf9f87e5329764d2c864e3ed34eea Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Wed Feb 11 18:37:53 2026 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 18:37:53 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21c8b12
sys-apps/man-pages: add 6.17 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/man-pages/Manifest | 2 + sys-apps/man-pages/man-pages-6.17.ebuild | 143 +++++++++++++++++++++++++++++++ 2 files changed, 145 insertions(+) diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest index 05d5e008ed87..2d0eddba9b83 100644 --- a/sys-apps/man-pages/Manifest +++ b/sys-apps/man-pages/Manifest @@ -5,4 +5,6 @@ DIST man-pages-6.10.tar.sign 833 BLAKE2B 039863e6bcdc7c522ebd7b516c8c0c797dc6838 DIST man-pages-6.10.tar.xz 1878432 BLAKE2B 8f4e46616692aef9aafafb7c48353478ba5d7143710401e6c0987bcb9e6a2847c5955d50dcf9e98a288b9e052b4df9d0dae3b40648b53b8e39a7b382bfefe051 SHA512 8e42a950504f6fb77c4121627a40fe9486bf66520ed363eb852eaa75a428184b2d4312936dd7fdf4463109e23aa4550dffe344a31d93afb6774f6fadf41949ee DIST man-pages-6.16.tar.sign 833 BLAKE2B c2bba3189f91c7104f201e7e91abe7647e436d32bc9777927eec412dbc5f70c19a8f911df512a12f9a8e4b80d006e4866f4c2f2bdaa790e6c972d29571b07aa2 SHA512 f08ca029abc450460da4445b10ce76f50307e1b57e7febdc3e78c745c8e671724c9e54af26a9f89fbf66008c3e9b45ea439a5b128251e2fd9f96efcde1692d99 DIST man-pages-6.16.tar.xz 1880288 BLAKE2B b6b4a4969b725d61e6dae70960d8380695e782b6133a876b7dc9c36e6adc1f0d12e884a819508e4ceef2608dee2010006570a3798bc69e2357b51c7b473fe4c4 SHA512 f28c6684809735550838952194e05558b12d2322dabbc1c43cc36b8a1bcbc7f7512db260d6371eb3a804c0bdcbf9049d097e8d75a6902370b75ff90b2270d6f3 +DIST man-pages-6.17.tar.sign 833 BLAKE2B 0804716378d101dfce1cd76b3a3dd94e174dd395ff9766d8e7af29e2d38d1517208d1905be40a32d4a775f077a73e5f5c647ee056df639075ad2f1f11cdb6ba0 SHA512 f079623b637fe79bfd4efc3e7bfa8794c13750efc5c7db9292341d14ba36d0c3840c00387d4cb28c23cf65da428269d32de9af1a11644ef8beee0e1323322f5a +DIST man-pages-6.17.tar.xz 1896604 BLAKE2B c167bb2023c5401624c18ae5445b2fb93a11aa298baa0e69bf6a817d8e715d7277429e759f60fcd72536e1a0d904982c0b81e26dc60130d691820227f822d5b2 SHA512 c037ddf5db3afac6e70649b7bd82f8c69e82fc0402f9cc6977b45931948d31fb38a7c836bae074f102ec646f4baf348607e4fede967e566ed79af43003857ebc DIST man-pages-gentoo-2.tar.bz2 5141 BLAKE2B c5c7956ab47c8a473e258b1902d5d19d9eb2e9d01786e907d9c3ba691c2a506834ed96cd1f54e8d8415e65d4fea0056659537f0faffe68fcbed33aa728a5e61e SHA512 6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770 diff --git a/sys-apps/man-pages/man-pages-6.17.ebuild b/sys-apps/man-pages/man-pages-6.17.ebuild new file mode 100644 index 000000000000..634adc8f3055 --- /dev/null +++ b/sys-apps/man-pages/man-pages-6.17.ebuild @@ -0,0 +1,143 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit eapi9-ver + +# Maintenance notes: +# - Upstream are very friendly, do approach them if have any questions; +# +# - It's considered fine (and somewhat encouraged) for us to make snapshots +# if we want specific fixes, perhaps aligned with newer kernels, glibc, etc. +# Just generate it with 'make dist'. We can set DISTVERSION if we want a vanity +# name or if the comit hash is too long; +# +# - If we do use a snapshot, *don't* grab it directly from git and use it +# raw in the ebuild. Use 'make dist' as above; +# +# - Sometimes there's no dist tarball available post-release and upstream +# encourage distros to make their own. Set MAN_PAGES_GENTOO_DIST to 1 if none is +# available, 0 otherwise. +MAN_PAGES_GENTOO_DIST=0 +GENTOO_PATCH=2 + +DESCRIPTION="A somewhat comprehensive collection of Linux man pages" +HOMEPAGE="https://www.kernel.org/doc/man-pages/" + +if [[ ${PV} == 9999 ]] ; then + EGIT_REPO_URI="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git" + inherit git-r3 +elif [[ ${PV} == *_rc* ]] ; then + MY_P=${PN}-${PV/_/-} + + SRC_URI="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/snapshot/${MY_P}.tar.gz" + S="${WORKDIR}"/${MY_P} +else + if [[ ${MAN_PAGES_GENTOO_DIST} -eq 1 ]] ; then + SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-gentoo.tar.xz" + else + VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/alejandro-colomar.asc + inherit verify-sig + + SRC_URI=" + https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.xz + https://www.kernel.org/pub/linux/docs/man-pages/${P}.tar.xz + verify-sig? ( + https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.sign + https://www.kernel.org/pub/linux/docs/man-pages/${P}.tar.sign + ) + " + + BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-alejandro-colomar-20260122 )" + fi + + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos" +fi + +SRC_URI+=" + mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 + https://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 +" + +LICENSE="man-pages GPL-2+ BSD" +SLOT="0" +# Keep the following in sync with app-i18n/man-pages-l10n +MY_L10N=( cs da de el es fi fr hu id it ko mk nb nl pl pt-BR ro ru sr sv uk vi ) +IUSE="l10n_ja l10n_ru l10n_zh-CN ${MY_L10N[@]/#/l10n_}" +RESTRICT="binchecks" + +BDEPEND+=" + app-alternatives/bc +" +RDEPEND=" + virtual/man +" +PDEPEND=" + l10n_ja? ( app-i18n/man-pages-ja ) + l10n_ru? ( || ( + app-i18n/man-pages-l10n[l10n_ru(-)] + app-i18n/man-pages-ru + ) ) + l10n_zh-CN? ( app-i18n/man-pages-zh_CN ) +" +for lang in "${MY_L10N[@]}"; do + PDEPEND+=" l10n_${lang}? ( app-i18n/man-pages-l10n[l10n_${lang}(-)] )" +done +unset lang + +src_unpack() { + if [[ ${PV} == 9999 ]] ; then + git-r3_src_unpack + unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 + elif [[ ${PV} != *_rc* ]] && ! [[ ${MAN_PAGES_GENTOO_DIST} -eq 1 ]] && use verify-sig ; then + verify-sig_uncompress_verify_unpack "${DISTDIR}"/${P}.tar.xz \ + "${DISTDIR}"/${P}.tar.sign + unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 + else + default + fi +} + +src_prepare() { + default + + # installed by sys-libs/libxcrypt + rm man/man3/crypt{,_r}.3 || die + + # passwd.5 installed by sys-apps/shadow, bug #776787 + rm man/man5/passwd.5 || die +} + +src_configure() { + export prefix="${EPREFIX}/usr" +} + +src_compile() { + emake -R +} + +src_test() { + # We don't use the 'check' target right now because of known errors + # https://lore.kernel.org/linux-man/[email protected]/T/#t + emake -R lint-man-tbl +} + +src_install() { + emake -R DESTDIR="${D}" install + dodoc README Changes* + + # Override with Gentoo specific or additional Gentoo pages + cd "${WORKDIR}"/man-pages-gentoo || die + doman */* + dodoc README.Gentoo +} + +pkg_postinst() { + if ver_replacing -lt 5.13-r2 ; then + # Avoid ACCEPT_LICENSE issues for users by default + # bug #871636 + ewarn "This version of ${PN} no longer depends on sys-apps/man-pages-posix!" + ewarn "Please install sys-apps/man-pages-posix yourself if needed." + fi +}
