Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/man-pages: ChangeLog man-pages-2.75.ebuild
Date: Thu, 10 Jan 2008 18:30:43
Message-Id: E1JD2Ap-0004JO-8M@stork.gentoo.org
1 vapier 08/01/10 18:30:39
2
3 Modified: ChangeLog
4 Added: man-pages-2.75.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.101 sys-apps/man-pages/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.101&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.101&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/ChangeLog?r1=1.100&r2=1.101
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
19 retrieving revision 1.100
20 retrieving revision 1.101
21 diff -u -r1.100 -r1.101
22 --- ChangeLog 8 Dec 2007 02:21:32 -0000 1.100
23 +++ ChangeLog 10 Jan 2008 18:30:38 -0000 1.101
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-apps/man-pages
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.100 2007/12/08 02:21:32 vapier Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.101 2008/01/10 18:30:38 vapier Exp $
30 +
31 +*man-pages-2.75 (10 Jan 2008)
32 +
33 + 10 Jan 2008; Mike Frysinger <vapier@g.o> +man-pages-2.75.ebuild:
34 + Version bump.
35
36 08 Dec 2007; Mike Frysinger <vapier@g.o> man-pages-2.69.ebuild,
37 man-pages-2.70.ebuild:
38
39
40
41 1.1 sys-apps/man-pages/man-pages-2.75.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/man-pages-2.75.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/man-pages-2.75.ebuild?rev=1.1&content-type=text/plain
45
46 Index: man-pages-2.75.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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-2.75.ebuild,v 1.1 2008/01/10 18:30:38 vapier Exp $
51
52 inherit eutils
53
54 DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
55 HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/"
56 SRC_URI="mirror://kernel/linux/docs/manpages/${P}.tar.bz2"
57
58 LICENSE="freedist"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
61 IUSE="nls"
62 RESTRICT="binchecks"
63
64 RDEPEND="virtual/man"
65 PDEPEND="nls? (
66 linguas_cs? ( app-i18n/man-pages-cs )
67 linguas_da? ( app-i18n/man-pages-da )
68 linguas_de? ( app-i18n/man-pages-de )
69 linguas_es? ( app-i18n/man-pages-es )
70 linguas_fr? ( app-i18n/man-pages-fr )
71 linguas_it? ( app-i18n/man-pages-it )
72 linguas_ja? ( app-i18n/man-pages-ja )
73 linguas_nl? ( app-i18n/man-pages-nl )
74 linguas_pl? ( app-i18n/man-pages-pl )
75 linguas_ro? ( app-i18n/man-pages-ro )
76 linguas_ru? ( app-i18n/man-pages-ru )
77 linguas_zh_CN? ( app-i18n/man-pages-zh_CN )
78 )"
79
80 src_unpack() {
81 unpack ${A}
82 cd "${S}"
83 epatch "${FILESDIR}"/${PN}-2.08-updates.patch
84 }
85
86 src_compile() { :; }
87
88 src_install() {
89 emake install DESTDIR="${D}" || die
90 dodoc man-pages-*.Announce README Changes* TODO
91 }
92
93 pkg_postinst() {
94 einfo "If you don't have a makewhatis cronjob, then you"
95 einfo "should update the whatis database yourself:"
96 einfo " # makewhatis -u"
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list