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 CDB33138334 for ; Sat, 7 Dec 2019 07:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61911E0900; Sat, 7 Dec 2019 07:58:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 48B2BE08FC for ; Sat, 7 Dec 2019 07:58:17 +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 E963B34D869 for ; Sat, 7 Dec 2019 07:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1A9C26C for ; Sat, 7 Dec 2019 07:58:13 +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: <1575705408.aa919d64bc0fcf7f4d71ad243adfaf184bdd73be.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/c-intercal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/c-intercal/c-intercal-30.0.ebuild dev-lang/c-intercal/c-intercal-31.0.ebuild X-VCS-Directories: dev-lang/c-intercal/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: aa919d64bc0fcf7f4d71ad243adfaf184bdd73be X-VCS-Branch: master Date: Sat, 7 Dec 2019 07:58:13 +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: 4987fd57-7c91-4724-b82d-ad5fb0b4ad04 X-Archives-Hash: 549ae3eb56d83d40df196936f2eee608 commit: aa919d64bc0fcf7f4d71ad243adfaf184bdd73be Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 7 07:56:32 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 7 07:56:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa919d64 dev-lang/c-intercal: Replace doins by dodoc. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> dev-lang/c-intercal/c-intercal-30.0.ebuild | 7 ++----- dev-lang/c-intercal/c-intercal-31.0.ebuild | 5 +---- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/dev-lang/c-intercal/c-intercal-30.0.ebuild b/dev-lang/c-intercal/c-intercal-30.0.ebuild index 52876eed005..26692e4f570 100644 --- a/dev-lang/c-intercal/c-intercal-30.0.ebuild +++ b/dev-lang/c-intercal/c-intercal-30.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -64,10 +64,7 @@ src_install() { elisp-site-file-install "${FILESDIR}/${SITEFILE}" fi - if use examples; then - insinto /usr/share/doc/${PF} - doins -r pit - fi + use examples && dodoc -r pit } pkg_postinst() { diff --git a/dev-lang/c-intercal/c-intercal-31.0.ebuild b/dev-lang/c-intercal/c-intercal-31.0.ebuild index 53c680992b5..d8304c53a3d 100644 --- a/dev-lang/c-intercal/c-intercal-31.0.ebuild +++ b/dev-lang/c-intercal/c-intercal-31.0.ebuild @@ -63,10 +63,7 @@ src_install() { elisp-site-file-install "${FILESDIR}/${SITEFILE}" fi - if use examples; then - insinto /usr/share/doc/${PF} - doins -r pit - fi + use examples && dodoc -r pit } pkg_postinst() {