From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1154163-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5EE7138350 for <garchives@archives.gentoo.org>; Fri, 20 Mar 2020 12:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E8F7E0B7B; Fri, 20 Mar 2020 12:35:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87C3CE0B7B for <gentoo-commits@lists.gentoo.org>; Fri, 20 Mar 2020 12:35:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 091D834F0CE for <gentoo-commits@lists.gentoo.org>; Fri, 20 Mar 2020 12:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C41AD18F for <gentoo-commits@lists.gentoo.org>; Fri, 20 Mar 2020 12:35:54 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1584707747.462e3613e2158b18e41096a6774cc1c295675075.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/man-pages/man-pages-5.05-r1.ebuild X-VCS-Directories: sys-apps/man-pages/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 462e3613e2158b18e41096a6774cc1c295675075 X-VCS-Branch: master Date: Fri, 20 Mar 2020 12:35:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd0ed594-a4e8-4fad-b7cc-8c898431e853 X-Archives-Hash: 92bdddd0bb6f2092c9b7c10c8a2bdc5e commit: 462e3613e2158b18e41096a6774cc1c295675075 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Mar 20 10:52:48 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Mar 20 12:35:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462e3613 sys-apps/man-pages: Depend on app-i18n/man-pages-l10n. app-i18n/man-pages-{de,fr,pl} have been merged upstream, therefore prefer the new app-i18n/man-pages-l10n package in dependencies. Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> sys-apps/man-pages/man-pages-5.05-r1.ebuild | 50 +++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/sys-apps/man-pages/man-pages-5.05-r1.ebuild b/sys-apps/man-pages/man-pages-5.05-r1.ebuild new file mode 100644 index 00000000000..abfdae6c9e0 --- /dev/null +++ b/sys-apps/man-pages/man-pages-5.05-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +GENTOO_PATCH=2 + +DESCRIPTION="A somewhat comprehensive collection of Linux man pages" +HOMEPAGE="https://www.kernel.org/doc/man-pages/" +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 + 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" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE_L10N=" de fr it ja nl pl ru zh-CN" +IUSE="nls ${IUSE_L10N// / l10n_}" +RESTRICT="binchecks" + +# Block packages that used to install colliding man pages #341953 #548900 #612640 #617462 +RDEPEND="virtual/man + !<sys-apps/keyutils-1.5.9-r4 + !<dev-libs/libbsd-0.8.3-r1" +PDEPEND="nls? ( + l10n_de? ( || ( app-i18n/man-pages-l10n[l10n_de] app-i18n/man-pages-de ) ) + l10n_fr? ( || ( app-i18n/man-pages-l10n[l10n_fr] app-i18n/man-pages-fr ) ) + l10n_it? ( app-i18n/man-pages-it ) + l10n_ja? ( app-i18n/man-pages-ja ) + l10n_nl? ( || ( app-i18n/man-pages-l10n[l10n_nl] app-i18n/man-pages-nl ) ) + l10n_pl? ( || ( app-i18n/man-pages-l10n[l10n_pl] app-i18n/man-pages-pl ) ) + l10n_ru? ( app-i18n/man-pages-ru ) + l10n_zh-CN? ( app-i18n/man-pages-zh_CN ) + ) + sys-apps/man-pages-posix" + +src_configure() { :; } + +src_compile() { :; } + +src_install() { + emake install prefix="${EPREFIX}/usr" DESTDIR="${D}" + dodoc man-pages-*.Announce README Changes* + + # Override with Gentoo specific or additional Gentoo pages + cd "${WORKDIR}"/man-pages-gentoo || die + doman */* + dodoc README.Gentoo +}