mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-apps/man: Version bump to 5.03
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
committed by
Patrick McLean
parent
2ba0a5c9d5
commit
2b0b9728f1
@@ -1,3 +1,4 @@
|
||||
DIST man-pages-5.01.tar.xz 1662512 BLAKE2B e2b77aea38eaed44fcefbfc21a59ae3f972901a055d3491effda286f0ef7cd8d1e32b4a610707c5ba8ad18ac7d5ff81df4927f7c68c99f54753af49b40c07f17 SHA512 0f95198e230fe28da2821c931f0078adf67bc4d92434b4da5e67dcfe3b462fd22b3268b7c0b9385603f0bfa7aa273c97ae152edd2b6f6975b9199b6e73e1f457
|
||||
DIST man-pages-5.02.tar.xz 1668616 BLAKE2B 91fb6618e13d25c1ad81ac5f6acc20ac0075b0e33b5ecfc271a4a4abcfffb37e4f22dbd15128a3a54ea2a7ed03c0374b907998da15dde90f4b9fb0da7ebf0947 SHA512 424d382f69611e29bd512ad166db7189633dea92b9d57466480a88cc69e83e6f364e16d4303efea19f2252bc9681c14158d60eef79c4cc4be41185300b67a4fd
|
||||
DIST man-pages-5.03.tar.xz 1677908 BLAKE2B 54ba60a0ef772259fe8facf9e8d36155b16a3c990adb7bcc63e57bdd969d1853e6eadbc3d21186c23730c65dd7cefe497819921b9b5c8622bee74f656430723a SHA512 e7e0d1952abe75dd2503fd7bd7fbe34532ef22b70d82f299099e38e08a92604df0f23ed83267b57ca6d9d90e697651c46f6a95c1a077e3f193ba89f6293af7be
|
||||
DIST man-pages-gentoo-2.tar.bz2 5141 BLAKE2B c5c7956ab47c8a473e258b1902d5d19d9eb2e9d01786e907d9c3ba691c2a506834ed96cd1f54e8d8415e65d4fea0056659537f0faffe68fcbed33aa728a5e61e SHA512 6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770
|
||||
|
||||
53
sys-apps/man-pages/man-pages-5.03.ebuild
Normal file
53
sys-apps/man-pages/man-pages-5.03.ebuild
Normal file
@@ -0,0 +1,53 @@
|
||||
# Copyright 1999-2019 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=" da 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
|
||||
!<sys-apps/attr-2.4.47-r2
|
||||
!<dev-libs/libaio-0.3.109-r2
|
||||
!<dev-libs/libbsd-0.8.3-r1"
|
||||
PDEPEND="nls? (
|
||||
l10n_da? ( app-i18n/man-pages-da )
|
||||
l10n_de? ( app-i18n/man-pages-de )
|
||||
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-nl )
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user