From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/
Date: Thu, 23 Jan 2025 19:51:34 +0000 (UTC) [thread overview]
Message-ID: <1737661545.437cbd3fbfaff2577b7cb98e6494afc85f336922.chutzpah@gentoo> (raw)
commit: 437cbd3fbfaff2577b7cb98e6494afc85f336922
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 19:45:45 2025 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 19:45:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437cbd3f
sys-apps/man-pages: add 6.10
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
sys-apps/man-pages/Manifest | 2 +
sys-apps/man-pages/man-pages-6.10.ebuild | 145 +++++++++++++++++++++++++++++++
2 files changed, 147 insertions(+)
diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest
index 5d3a2e730e3e..92588e499c21 100644
--- a/sys-apps/man-pages/Manifest
+++ b/sys-apps/man-pages/Manifest
@@ -1,4 +1,6 @@
DIST man-pages-6.05.01.tar.xz 2194472 BLAKE2B edc40828bc9c75f655a8352f10c214d68b64f90815cc947f65d49794e0b588b103cae28b3644e41bedd8caaa6cef3c77b02525d8c2ccc91ccf887a10b2f2c32a SHA512 ad3f6dc28bb83824faf8c855a5db8983dc0f5ac3b5702624033ed320a6f39a7f1f0845acf0bc62a0a10cdfe42eb66ba9596e2796ba2683cfb29e480710da3d70
DIST man-pages-6.06.tar.sign 833 BLAKE2B 7198f7a024731fcaeb97c131ff02611cefc60cf26fa8bac013c82d90f1f9dcd39230adc6ad94c97488c7a8d844b0bb31db6fea2528d84084dec54454a073f3c1 SHA512 21304778df56f079c8b3ff38cf42453697a2b155964069bf6837b9c89b32c3a80eef9cfd0c2f9e3feeee12889cb4e6dd1d4ef1fae75cc646fed84289c5862578
DIST man-pages-6.06.tar.xz 2166012 BLAKE2B 49c022204f8ce82fafd6f34a590a310beb6618d884290123a755efd38a71c974aa2e49d729655fcf82df0b96db8f782c1b2eac5174b319b6a383740e715fa11a SHA512 c50b5a47cff5172e46752b61af4dd9f54ee0be88ab69bcc5914bd8ce5ddfaf7358143bea9f69bd6a45f0420eb5eb4596c2200109b23fe98a5221dd01e4a8ea15
+DIST man-pages-6.10.tar.sign 833 BLAKE2B 039863e6bcdc7c522ebd7b516c8c0c797dc6838dea59129da3830fa88cc19916c9e67a05bda03d05b5dda17c034bbc9035a9f98d53cde618b74f177e0e90e268 SHA512 484d9d32f9e0e26fb31251d7ca357854b240f5ea19fe8a0816706fa9671d72346eed2fb65735f45d08694fad34164e429e8f561c5a56c194e92d096535726db8
+DIST man-pages-6.10.tar.xz 1878432 BLAKE2B 8f4e46616692aef9aafafb7c48353478ba5d7143710401e6c0987bcb9e6a2847c5955d50dcf9e98a288b9e052b4df9d0dae3b40648b53b8e39a7b382bfefe051 SHA512 8e42a950504f6fb77c4121627a40fe9486bf66520ed363eb852eaa75a428184b2d4312936dd7fdf4463109e23aa4550dffe344a31d93afb6774f6fadf41949ee
DIST man-pages-gentoo-2.tar.bz2 5141 BLAKE2B c5c7956ab47c8a473e258b1902d5d19d9eb2e9d01786e907d9c3ba691c2a506834ed96cd1f54e8d8415e65d4fea0056659537f0faffe68fcbed33aa728a5e61e SHA512 6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770
diff --git a/sys-apps/man-pages/man-pages-6.10.ebuild b/sys-apps/man-pages/man-pages-6.10.ebuild
new file mode 100644
index 000000000000..1eb43be993f6
--- /dev/null
+++ b/sys-apps/man-pages/man-pages-6.10.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# 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 )"
+ fi
+
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~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 mk nb nl pl pt-BR ro sr sv uk vi )
+IUSE="l10n_ja l10n_ru l10n_zh-CN ${MY_L10N[@]/#/l10n_}"
+RESTRICT="binchecks"
+
+BDEPEND+="
+ app-alternatives/bc
+"
+# Block packages that used to install colliding man pages:
+# bug #341953, bug #548900, bug #612640, bug #617462
+RDEPEND="
+ virtual/man
+ !<sys-apps/keyutils-1.5.9-r4
+ !<dev-libs/libbsd-0.8.3-r1
+"
+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
+ return
+ fi
+
+ if [[ ${PV} != *_rc* ]] && ! [[ ${MAN_PAGES_GENTOO_DIST} -eq 1 ]] && use verify-sig ; then
+ # Upstream sign the decompressed .tar
+ einfo "Unpacking ${P}.tar.xz ..."
+ verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \
+ < <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -xf -))
+ assert "Unpack failed"
+
+ unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
+ else
+ default
+ fi
+}
+
+src_prepare() {
+ default
+
+ # passwd.5 installed by sys-apps/shadow, bug #776787
+ rm man5/passwd.5 || die
+}
+
+src_compile() { :; }
+
+src_test() {
+ # We don't use the 'check' target right now because of known errors
+ # https://lore.kernel.org/linux-man/0dfd5319-2d22-a8ad-f085-d635eb6d0678@gmail.com/T/#t
+ emake lint-man-tbl
+}
+
+src_install() {
+ emake install prefix="${EPREFIX}"/usr DESTDIR="${D}"
+ dodoc README Changes*
+
+ # Override with Gentoo specific or additional Gentoo pages
+ cd "${WORKDIR}"/man-pages-gentoo || die
+ doman */*
+ dodoc README.Gentoo
+}
+
+pkg_postinst() {
+ for ver in ${REPLACING_VERSIONS} ; do
+ if ver_test ${ver} -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."
+ break
+ fi
+ done
+}
next reply other threads:[~2025-01-23 19:51 UTC|newest]
Thread overview: 138+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-23 19:51 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-13 1:09 [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/ Sam James
2025-02-22 9:38 Ulrich Müller
2025-02-01 15:58 Ulrich Müller
2024-06-20 21:46 Sam James
2024-06-20 10:31 Sam James
2024-03-14 6:19 Sam James
2024-03-02 3:33 Sam James
2024-01-08 9:48 Sam James
2023-08-05 1:17 Sam James
2023-08-01 18:14 Sam James
2023-06-27 10:02 Sam James
2023-06-01 3:29 Sam James
2023-04-07 5:07 Sam James
2023-04-05 1:32 Sam James
2023-02-24 18:36 Sam James
2023-02-13 4:44 Sam James
2023-01-28 8:46 Ulrich Müller
2023-01-20 22:12 Sam James
2022-12-22 22:18 Sam James
2022-11-25 5:07 Sam James
2022-10-18 23:46 Sam James
2022-10-14 0:07 Sam James
2022-10-14 0:05 Sam James
2022-10-14 0:05 Sam James
2022-10-13 19:06 Mike Gilbert
2022-10-13 0:15 Sam James
2022-09-21 7:59 Ulrich Müller
2022-09-21 4:21 Sam James
2022-09-20 6:31 Ulrich Müller
2022-08-25 8:20 Sam James
2022-05-22 3:18 Sam James
2021-08-27 13:14 Lars Wendler
2021-08-27 13:14 Lars Wendler
2021-08-27 13:14 Lars Wendler
2021-08-06 15:49 Ulrich Müller
2021-07-23 19:21 Ulrich Müller
2021-07-19 10:20 Ulrich Müller
2021-06-22 14:17 Lars Wendler
2021-05-13 20:25 David Seifert
2021-05-13 16:18 Sam James
2021-03-22 17:12 Lars Wendler
2021-02-07 17:01 Ulrich Müller
2020-12-22 11:43 Lars Wendler
2020-12-22 11:43 Lars Wendler
2020-12-22 11:43 Lars Wendler
2020-11-02 9:47 Lars Wendler
2020-11-02 9:47 Lars Wendler
2020-08-13 12:52 Lars Wendler
2020-08-13 12:52 Lars Wendler
2020-08-13 12:52 Lars Wendler
2020-06-11 22:08 Mart Raudsepp
2020-06-11 22:08 Mart Raudsepp
2020-06-11 8:34 Agostino Sarubbo
2020-06-11 8:31 Agostino Sarubbo
2020-06-11 8:29 Agostino Sarubbo
2020-06-11 8:27 Agostino Sarubbo
2020-06-11 8:25 Agostino Sarubbo
2020-06-10 13:01 Agostino Sarubbo
2020-06-10 13:00 Agostino Sarubbo
2020-06-09 18:14 Patrick McLean
2020-05-17 19:41 Ulrich Müller
2020-05-17 19:41 Ulrich Müller
2020-04-16 6:33 Michał Górny
2020-04-15 22:54 Ulrich Müller
2020-04-15 9:39 Mart Raudsepp
2020-04-12 21:16 Patrick McLean
2020-04-08 20:54 Mike Gilbert
2020-04-03 10:22 Mikle Kolyada
2020-03-20 12:35 Ulrich Müller
2020-02-09 21:18 Anthony G. Basile
2020-02-09 21:18 Anthony G. Basile
2020-02-09 21:09 Anthony G. Basile
2020-01-08 17:47 Ulrich Müller
2019-11-22 8:37 Lars Wendler
2019-11-22 8:37 Lars Wendler
2019-11-22 8:37 Lars Wendler
2019-10-11 21:47 Patrick McLean
2019-10-05 18:55 Michał Górny
2019-08-02 19:41 Lars Wendler
2019-08-02 19:41 Lars Wendler
2019-08-02 19:41 Lars Wendler
2019-08-02 17:19 Patrick McLean
2019-05-09 13:06 Lars Wendler
2019-05-09 13:06 Lars Wendler
2019-05-09 13:06 Lars Wendler
2019-05-04 12:16 Mikle Kolyada
2019-03-06 23:13 Patrick McLean
2018-09-12 10:34 Lars Wendler
2018-09-12 10:34 Lars Wendler
2018-06-26 8:22 Mike Frysinger
2018-05-01 18:35 Lars Wendler
2018-02-10 17:03 Andreas Hüttel
2018-02-02 16:40 Anthony G. Basile
2018-02-02 16:40 Anthony G. Basile
2018-02-02 16:37 Anthony G. Basile
2018-01-04 11:53 Lars Wendler
2018-01-04 11:53 Lars Wendler
2018-01-04 11:53 Lars Wendler
2017-11-26 19:33 Robin H. Johnson
2017-11-26 19:25 Anthony G. Basile
2017-09-15 18:22 Patrick McLean
2017-07-21 19:10 Anthony G. Basile
2017-05-31 8:32 Lars Wendler
2017-05-04 8:34 Lars Wendler
2017-05-04 8:34 Lars Wendler
2017-05-04 7:53 Lars Wendler
2017-05-04 7:53 Lars Wendler
2017-05-04 7:53 Lars Wendler
2017-03-14 21:03 Mike Frysinger
2017-03-14 21:03 Mike Frysinger
2017-03-14 19:48 Lars Wendler
2017-03-14 19:48 Lars Wendler
2017-03-14 19:48 Lars Wendler
2016-12-12 16:27 Mike Frysinger
2016-12-12 12:06 Lars Wendler
2016-12-12 12:06 Lars Wendler
2016-12-12 12:06 Lars Wendler
2016-10-08 12:32 Anthony G. Basile
2016-10-08 12:32 Anthony G. Basile
2016-10-08 12:32 Anthony G. Basile
2016-07-19 18:46 Anthony G. Basile
2016-07-19 18:46 Anthony G. Basile
2016-07-19 18:43 Anthony G. Basile
2016-06-23 4:26 Ulrich Müller
2016-05-11 14:02 Mike Frysinger
2016-05-10 8:04 Lars Wendler
2016-05-10 8:04 Lars Wendler
2016-05-10 8:04 Lars Wendler
2016-03-15 8:36 Anthony G. Basile
2016-03-15 8:32 Anthony G. Basile
2015-12-29 16:57 Mike Frysinger
2015-12-29 16:57 Mike Frysinger
2015-12-29 16:57 Mike Frysinger
2015-12-05 16:45 Lars Wendler
2015-12-05 16:45 Lars Wendler
2015-08-09 14:46 Anthony G. Basile
2015-08-09 12:56 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1737661545.437cbd3fbfaff2577b7cb98e6494afc85f336922.chutzpah@gentoo \
--to=chutzpah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox