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 2D3EB13835A for ; Mon, 12 Apr 2021 02:31:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5290FE085B; Mon, 12 Apr 2021 02:31:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3B6ECE085B for ; Mon, 12 Apr 2021 02:31:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9CCE2340C20 for ; Mon, 12 Apr 2021 02:31:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC18F6EB for ; Mon, 12 Apr 2021 02:31:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618194653.b2605724b7a9cf8f0b9e2cb17d4588d685bd5e3c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/culmus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/culmus/culmus-0.120-r5.ebuild media-fonts/culmus/culmus-0.120-r6.ebuild X-VCS-Directories: media-fonts/culmus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b2605724b7a9cf8f0b9e2cb17d4588d685bd5e3c X-VCS-Branch: master Date: Mon, 12 Apr 2021 02:31:07 +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: 5b08ed6c-e02f-420a-8cc7-ec4d019853ae X-Archives-Hash: 63c851c86266e5c1afdc37eacf9dd3c1 commit: b2605724b7a9cf8f0b9e2cb17d4588d685bd5e3c Author: Sam James gentoo org> AuthorDate: Mon Apr 12 02:02:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 02:30:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2605724 media-fonts/culmus: fix doins->dodoc Signed-off-by: Sam James gentoo.org> media-fonts/culmus/{culmus-0.120-r5.ebuild => culmus-0.120-r6.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/culmus/culmus-0.120-r5.ebuild b/media-fonts/culmus/culmus-0.120-r6.ebuild similarity index 99% rename from media-fonts/culmus/culmus-0.120-r5.ebuild rename to media-fonts/culmus/culmus-0.120-r6.ebuild index 71388eb2eec..b81d1de8b70 100644 --- a/media-fonts/culmus/culmus-0.120-r5.ebuild +++ b/media-fonts/culmus/culmus-0.120-r6.ebuild @@ -201,7 +201,7 @@ src_install() { [[ -f ChangeLog ]] && newdoc ChangeLog{,.${font}} newdoc README{,.${font}} docinto ${font} - doins -r Samples + dodoc -r Samples popd >/dev/null || die done