Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass
Date: Sat, 07 May 2011 19:16:58
Message-Id: 20110507191648.34E7420054@flycatcher.gentoo.org
1 robbat2 11/05/07 19:16:48
2
3 Modified: mysql.eclass
4 Log:
5 Bug #366289: some of the docs are removed in newer versions, update dodoc line.
6
7 Revision Changes Path
8 1.160 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?rev=1.160&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?rev=1.160&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?r1=1.159&r2=1.160
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.159
18 retrieving revision 1.160
19 diff -p -w -b -B -u -u -r1.159 -r1.160
20 --- mysql.eclass 21 Apr 2011 12:15:19 -0000 1.159
21 +++ mysql.eclass 7 May 2011 19:16:48 -0000 1.160
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.159 2011/04/21 12:15:19 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.160 2011/05/07 19:16:48 robbat2 Exp $
27
28 # @ECLASS: mysql.eclass
29 # @MAINTAINER:
30 @@ -1171,7 +1171,9 @@ mysql_src_install() {
31
32 # Docs
33 einfo "Installing docs"
34 - dodoc README ChangeLog EXCEPTIONS-CLIENT INSTALL-SOURCE
35 + for i in README ChangeLog EXCEPTIONS-CLIENT INSTALL-SOURCE ; do
36 + [[ -f "$i" ]] && dodoc "$i"
37 + done
38 doinfo "${S}"/Docs/mysql.info
39
40 # Minimal builds don't have the MySQL server