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.79.ebuild man-pages-3.76.ebuild
Date: Mon, 02 Feb 2015 17:36:38
Message-Id: 20150202173632.1DD8110E88@oystercatcher.gentoo.org
1 polynomial-c 15/02/02 17:36:32
2
3 Modified: ChangeLog
4 Added: man-pages-3.79.ebuild
5 Removed: man-pages-3.76.ebuild
6 Log:
7 Version bump. Removed old
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
10
11 Revision Changes Path
12 1.236 sys-apps/man-pages/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.236&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.236&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?r1=1.235&r2=1.236
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
21 retrieving revision 1.235
22 retrieving revision 1.236
23 diff -u -r1.235 -r1.236
24 --- ChangeLog 23 Jan 2015 09:39:08 -0000 1.235
25 +++ ChangeLog 2 Feb 2015 17:36:32 -0000 1.236
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-apps/man-pages
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.235 2015/01/23 09:39:08 polynomial-c Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.236 2015/02/02 17:36:32 polynomial-c Exp $
31 +
32 +*man-pages-3.79 (02 Feb 2015)
33 +
34 + 02 Feb 2015; Lars Wendler <polynomial-c@g.o> -man-pages-3.76.ebuild,
35 + +man-pages-3.79.ebuild:
36 + Version bump. Removed old.
37
38 *man-pages-3.78 (23 Jan 2015)
39
40
41
42
43 1.1 sys-apps/man-pages/man-pages-3.79.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.79.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/man-pages-3.79.ebuild?rev=1.1&content-type=text/plain
47
48 Index: man-pages-3.79.ebuild
49 ===================================================================
50 # Copyright 1999-2015 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.79.ebuild,v 1.1 2015/02/02 17:36:32 polynomial-c Exp $
53
54 EAPI=4
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}"
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 */*
100 dodoc README.Gentoo
101 }