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 E0D16138350 for ; Thu, 30 Apr 2020 13:38:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 944A6E0940; Thu, 30 Apr 2020 13:38:27 +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 79564E0940 for ; Thu, 30 Apr 2020 13:38:27 +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 20B0934EE1D for ; Thu, 30 Apr 2020 13:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B21D21EB for ; Thu, 30 Apr 2020 13:38:23 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1588253705.7918156a28199b6d5fe670d1e83e89e6bc407252.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/skk-jisyo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/skk-jisyo/skk-jisyo-999999.ebuild X-VCS-Directories: app-i18n/skk-jisyo/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 7918156a28199b6d5fe670d1e83e89e6bc407252 X-VCS-Branch: master Date: Thu, 30 Apr 2020 13:38:23 +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: 10292c05-8c29-48a9-9d36-3d29d3de707e X-Archives-Hash: 006c6e51ac6096a4d3b8a4355a8066e5 commit: 7918156a28199b6d5fe670d1e83e89e6bc407252 Author: Akinori Hattori gentoo org> AuthorDate: Thu Apr 30 13:35:05 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Thu Apr 30 13:35:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7918156a app-i18n/skk-jisyo: fix docs installation Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/skk-jisyo/skk-jisyo-999999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild b/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild index ff740ab2888..facc4cf0895 100644 --- a/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild +++ b/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -28,7 +28,8 @@ DEPEND="${RUBY_DEPS} )" RDEPEND="" -DOCS=( ChangeLog{,.{1..3}} committers.txt edict_doc.txt ) +DOCS=( ChangeLog{,.{1..3}} committers.md ) +HTML_DOCS=( edict_doc.html ) SKKTOOLS_DIR="${EPREFIX}/usr/share/skktools/convert2skk"