Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/man-pages: man-pages-3.55.ebuild ChangeLog
Date: Mon, 30 Dec 2013 11:23:57
Message-Id: 20131230112351.4D02C2004B@flycatcher.gentoo.org
1 robbat2 13/12/30 11:23:51
2
3 Modified: ChangeLog
4 Added: man-pages-3.55.ebuild
5 Log:
6 Bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.202 sys-apps/man-pages/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.202&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.202&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?r1=1.201&r2=1.202
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
20 retrieving revision 1.201
21 retrieving revision 1.202
22 diff -p -w -b -B -u -u -r1.201 -r1.202
23 --- ChangeLog 6 Nov 2013 07:36:01 -0000 1.201
24 +++ ChangeLog 30 Dec 2013 11:23:51 -0000 1.202
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-apps/man-pages
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.201 2013/11/06 07:36:01 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.202 2013/12/30 11:23:51 robbat2 Exp $
30 +
31 +*man-pages-3.55 (30 Dec 2013)
32 +
33 + 30 Dec 2013; Robin H. Johnson <robbat2@g.o> +man-pages-3.55.ebuild:
34 + Bump.
35
36 06 Nov 2013; Sergey Popov <pinkbyte@g.o> man-pages-3.28.ebuild,
37 man-pages-3.32.ebuild, man-pages-3.35.ebuild, man-pages-3.36.ebuild,
38
39
40
41 1.1 sys-apps/man-pages/man-pages-3.55.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.55.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.55.ebuild?rev=1.1&content-type=text/plain
45
46 Index: man-pages-3.55.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.55.ebuild,v 1.1 2013/12/30 11:23:51 robbat2 Exp $
51
52 EAPI=3
53
54 GENTOO_PATCH=2
55
56 DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
57 HOMEPAGE="http://www.kernel.org/doc/man-pages/"
58 SRC_URI="mirror://kernel/linux/docs/man-pages/Archive/${P}.tar.xz
59 mirror://kernel/linux/docs/man-pages/${P}.tar.xz
60 http://man7.org/linux/man-pages/download/${P}.tar.xz
61 mirror://gentoo/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2
62 http://dev.gentoo.org/~cardoe/files/man-pages-gentoo-${GENTOO_PATCH}.tar.bz2"
63
64 LICENSE="man-pages GPL-2+ BSD"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
67 IUSE_LINGUAS=" da de fr it ja nl pl ro ru zh_CN"
68 IUSE="nls ${IUSE_LINGUAS// / linguas_}"
69 RESTRICT="binchecks"
70
71 RDEPEND="virtual/man
72 !<dev-libs/libaio-0.3.109-r2" #341953
73 PDEPEND="nls? (
74 linguas_da? ( app-i18n/man-pages-da )
75 linguas_de? ( app-i18n/man-pages-de )
76 linguas_fr? ( app-i18n/man-pages-fr )
77 linguas_it? ( app-i18n/man-pages-it )
78 linguas_ja? ( app-i18n/man-pages-ja )
79 linguas_nl? ( app-i18n/man-pages-nl )
80 linguas_pl? ( app-i18n/man-pages-pl )
81 linguas_ro? ( app-i18n/man-pages-ro )
82 linguas_ru? ( app-i18n/man-pages-ru )
83 linguas_zh_CN? ( app-i18n/man-pages-zh_CN )
84 )
85 sys-apps/man-pages-posix"
86
87 src_configure() { :; }
88
89 src_compile() { :; }
90
91 src_install() {
92 emake install prefix="${EPREFIX}/usr" DESTDIR="${D}" || die
93 dodoc man-pages-*.Announce README Changes*
94
95 # Override with Gentoo specific or additional Gentoo pages
96 cd "${WORKDIR}"/man-pages-gentoo
97 doman */* || die
98 dodoc README.Gentoo
99 }