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