Skip to content

Commit

Permalink
sys-apps/man-pages: version bump to 4.05
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
blueness committed Mar 15, 2016
1 parent 5ab7a2e commit 2c73499
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-apps/man-pages/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DIST man-pages-4.03.tar.xz 1411908 SHA256 b0168c4ec48bb0bb82f6f91ea91a54e1f3587411c6637913d47470cd7338fc9c SHA512 072f762eab6e198893cc0878e71ed6e0123d8ceab31db3ec7b28ca95287e8bb1dcec6d5168d7d2fae21ef547fedfd0ef6ebac03809787669578e98cfaec13f3d WHIRLPOOL 7e6ca22e95c48a446a7eac166d631b0cdf07aac994343efbab6cb0b78d9b701251879527617293b28469d442f0fbbb0c2efea97eea085dbafc759da9882f1d07
DIST man-pages-4.04.tar.xz 1426380 SHA256 8fe1950df65ccf2b43ed64c329ccce0eedb2f7b42af12beff03d3aa609ee1f6d SHA512 5e39fad95a5a289c3e009af0b85e2949b7e723ddc342ce941a426b24d90ce7e7d05e9afd708e27dfc8917cd3d9c018c8fc03a0d90e5db9020c1ce012f44c77ab WHIRLPOOL 204d0d730f9e6d9858eaba9b604e149bc85cfc063e4dede2eb851007b4c0e265e48e496a18e2bbe7714e704fb78c70488115b22fcc7c46caff54b00e9b5e1913
DIST man-pages-4.05.tar.xz 1452936 SHA256 460051b94c2a0a4d158276e5d3f68e7114cb5782a050d878645e33b81f56a60d SHA512 37464776bc9b4373e7d4caa6539db99b5c4811c3b157c6d67bac2cbe3930c3d218d4cee45ef578b8fb5b8cea8fba1e1980d1064883938b490a50fdd7708c1101 WHIRLPOOL ee4bbce3296171b112aae38acd88c2c65f754b8eb06ae629a6ffd81cf5a2c037997e51b7522592564c465b64c51df2cc1ff75757650a415b0279a66d28a9a65f
DIST man-pages-gentoo-2.tar.bz2 5141 SHA256 b7d9423c2069e587deb7671273d4a1ffed7d31b9f95a689b128a759d636762f0 SHA512 6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770 WHIRLPOOL dcacb319a54ccd2a965786c816684de286581dee6f7b3f8ba4c97cc368e2e50abc92aad403dbdb7b0c15764accb06cd562046bcf14229ad12be242bb2bc7f651
53 changes: 53 additions & 0 deletions sys-apps/man-pages/man-pages-4.05.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

GENTOO_PATCH=2

DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
HOMEPAGE="https://www.kernel.org/doc/man-pages/"
SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
mirror://kernel/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 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
IUSE_LINGUAS=" da de fr it ja nl pl ro ru zh_CN"
IUSE="nls ${IUSE_LINGUAS// / linguas_}"
RESTRICT="binchecks"

# Block packages that used to install colliding man pages #341953 #548900
RDEPEND="virtual/man
!<sys-apps/attr-2.4.47-r2
!<dev-libs/libaio-0.3.109-r2"
PDEPEND="nls? (
linguas_da? ( app-i18n/man-pages-da )
linguas_de? ( app-i18n/man-pages-de )
linguas_fr? ( app-i18n/man-pages-fr )
linguas_it? ( app-i18n/man-pages-it )
linguas_ja? ( app-i18n/man-pages-ja )
linguas_nl? ( app-i18n/man-pages-nl )
linguas_pl? ( app-i18n/man-pages-pl )
linguas_ro? ( app-i18n/man-pages-ro )
linguas_ru? ( app-i18n/man-pages-ru )
linguas_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
doman */*
dodoc README.Gentoo
}

0 comments on commit 2c73499

Please sign in to comment.