Gentoo Archives: gentoo-commits

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