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.69.ebuild
Date: Tue, 04 Dec 2007 02:52:13
Message-Id: E1IzNtI-000466-Te@stork.gentoo.org
1 vapier 07/12/04 02:52:08
2
3 Modified: ChangeLog
4 Added: man-pages-2.69.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.98 sys-apps/man-pages/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.98&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.98&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/ChangeLog?r1=1.97&r2=1.98
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
19 retrieving revision 1.97
20 retrieving revision 1.98
21 diff -u -r1.97 -r1.98
22 --- ChangeLog 28 Nov 2007 07:41:58 -0000 1.97
23 +++ ChangeLog 4 Dec 2007 02:52:08 -0000 1.98
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.97 2007/11/28 07:41:58 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.98 2007/12/04 02:52:08 vapier Exp $
29 +
30 +*man-pages-2.69 (04 Dec 2007)
31 +
32 + 04 Dec 2007; Mike Frysinger <vapier@g.o> +man-pages-2.69.ebuild:
33 + Version bump.
34
35 *man-pages-2.68 (28 Nov 2007)
36
37
38
39
40 1.1 sys-apps/man-pages/man-pages-2.69.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/man-pages-2.69.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-pages/man-pages-2.69.ebuild?rev=1.1&content-type=text/plain
44
45 Index: man-pages-2.69.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.69.ebuild,v 1.1 2007/12/04 02:52:08 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