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