Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/man-db: man-db-2.5.6.ebuild ChangeLog
Date: Fri, 02 Oct 2009 22:13:29
Message-Id: E1MtqNT-0007fH-H8@stork.gentoo.org
1 flameeyes 09/10/02 22:13:27
2
3 Modified: man-db-2.5.6.ebuild ChangeLog
4 Log:
5 Fix doc installation.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-apps/man-db/man-db-2.5.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/man-db-2.5.6.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/man-db-2.5.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/man-db-2.5.6.ebuild?r1=1.1&r2=1.2
14
15 Index: man-db-2.5.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.6.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- man-db-2.5.6.ebuild 2 Oct 2009 21:50:28 -0000 1.1
22 +++ man-db-2.5.6.ebuild 2 Oct 2009 22:13:26 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.6.ebuild,v 1.1 2009/10/02 21:50:28 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.5.6.ebuild,v 1.2 2009/10/02 22:13:26 flameeyes Exp $
28
29 EAPI=2
30
31 @@ -47,5 +47,5 @@
32
33 src_install() {
34 emake install DESTDIR="${D}" || die
35 - dodoc README docs/{ChangeLog,HACKING,NEWS,TODO}
36 + dodoc README ChangeLog NEWS docs/{HACKING,TODO} || die
37 }
38
39
40
41 1.10 sys-apps/man-db/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.10&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.10&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man-db/ChangeLog?r1=1.9&r2=1.10
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v
50 retrieving revision 1.9
51 retrieving revision 1.10
52 diff -u -r1.9 -r1.10
53 --- ChangeLog 2 Oct 2009 21:50:28 -0000 1.9
54 +++ ChangeLog 2 Oct 2009 22:13:26 -0000 1.10
55 @@ -1,6 +1,9 @@
56 # ChangeLog for sys-apps/man-db
57 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.9 2009/10/02 21:50:28 flameeyes Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.10 2009/10/02 22:13:26 flameeyes Exp $
60 +
61 + 02 Oct 2009; Diego E. Pettenò <flameeyes@g.o> man-db-2.5.6.ebuild:
62 + Fix doc installation.
63
64 *man-db-2.5.6 (02 Oct 2009)