From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBBA913997D for ; Mon, 11 Nov 2019 12:49:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C65EE08D0; Mon, 11 Nov 2019 12:49:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED241E08D0 for ; Mon, 11 Nov 2019 12:49:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 145A434CB53 for ; Mon, 11 Nov 2019 12:49:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AC5E8A2 for ; Mon, 11 Nov 2019 12:49:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1573476573.cc0626bd2797204af2a61408352de53b91bd12ef.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/org-mode/org-mode-8.3.2-r1.ebuild app-emacs/org-mode/org-mode-9.2.6.ebuild X-VCS-Directories: app-emacs/org-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc0626bd2797204af2a61408352de53b91bd12ef X-VCS-Branch: master Date: Mon, 11 Nov 2019 12:49:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d69c2698-4d35-4d0e-9971-94c6b46cb54a X-Archives-Hash: dbd0672da5118f8e4e98d78eda2b70d5 commit: cc0626bd2797204af2a61408352de53b91bd12ef Author: Ulrich Müller gentoo org> AuthorDate: Mon Nov 11 12:49:08 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 11 12:49:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0626bd app-emacs/org-mode: Use dodoc -r instead of doins -r. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/org-mode/org-mode-8.3.2-r1.ebuild | 5 ++--- app-emacs/org-mode/org-mode-9.2.6.ebuild | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app-emacs/org-mode/org-mode-8.3.2-r1.ebuild b/app-emacs/org-mode/org-mode-8.3.2-r1.ebuild index cb1d2160a76..3c74d138b59 100644 --- a/app-emacs/org-mode/org-mode-8.3.2-r1.ebuild +++ b/app-emacs/org-mode/org-mode-8.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -38,8 +38,7 @@ src_install() { if use contrib; then elisp-install ${PN}/contrib contrib/lisp/{org,ob,ox}*.el - insinto /usr/share/doc/${PF}/contrib - doins -r contrib/README contrib/scripts + ( docinto contrib; dodoc -r contrib/README contrib/scripts ) find "${ED}/usr/share/doc/${PF}/contrib" -type f -name '.*' \ -exec rm -f '{}' '+' # add the contrib subdirectory to load-path diff --git a/app-emacs/org-mode/org-mode-9.2.6.ebuild b/app-emacs/org-mode/org-mode-9.2.6.ebuild index 006ef0715c1..78704a20119 100644 --- a/app-emacs/org-mode/org-mode-9.2.6.ebuild +++ b/app-emacs/org-mode/org-mode-9.2.6.ebuild @@ -39,8 +39,7 @@ src_install() { if use contrib; then elisp-install ${PN}/contrib contrib/lisp/{org,ob,ox}*.el - insinto /usr/share/doc/${PF}/contrib - doins -r contrib/README contrib/scripts + ( docinto contrib; dodoc -r contrib/README contrib/scripts ) find "${ED}/usr/share/doc/${PF}/contrib" -type f -name '.*' \ -exec rm -f '{}' '+' # add the contrib subdirectory to load-path