From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QIn1y-0000Xy-JR for garchives@archives.gentoo.org; Sat, 07 May 2011 19:19:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FEF51C026; Sat, 7 May 2011 19:19:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 623AB1C026 for ; Sat, 7 May 2011 19:19:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCABA1B404E for ; Sat, 7 May 2011 19:19:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 45B5C80504 for ; Sat, 7 May 2011 19:19:02 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-autotools.eclass eclass/mysql.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: f9298b1ce751783c05b6275fbb1400cc60ccff4b Date: Sat, 7 May 2011 19:19:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 138a897600c807e0c8eb4e9a6e09a485 commit: f9298b1ce751783c05b6275fbb1400cc60ccff4b Author: Robin H. Johnson gentoo org> AuthorDate: Sat May 7 19:18:53 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat May 7 19:18:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3Df9298b1c Bug #366289: some of the docs are removed in newer versions, update dodoc= line. --- eclass/mysql-autotools.eclass | 4 +++- eclass/mysql.eclass | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclas= s index d6eb3e1..52bddcc 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -718,7 +718,9 @@ mysql-autotools_src_install() { =20 # Docs einfo "Installing docs" - dodoc README ChangeLog EXCEPTIONS-CLIENT INSTALL-SOURCE + for i in README ChangeLog EXCEPTIONS-CLIENT INSTALL-SOURCE ; do + [[ -f "$i" ]] && dodoc "$i" + done doinfo "${S}"/Docs/mysql.info =20 # Minimal builds don't have the MySQL server diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index e38f032..1c712fe 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.159 2011/04/2= 1 12:15:19 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.160 2011/05/0= 7 19:16:48 robbat2 Exp $ =20 # @ECLASS: mysql.eclass # @MAINTAINER: @@ -1171,7 +1171,9 @@ mysql_src_install() { =20 # Docs einfo "Installing docs" - dodoc README ChangeLog EXCEPTIONS-CLIENT INSTALL-SOURCE + for i in README ChangeLog EXCEPTIONS-CLIENT INSTALL-SOURCE ; do + [[ -f "$i" ]] && dodoc "$i" + done doinfo "${S}"/Docs/mysql.info =20 # Minimal builds don't have the MySQL server