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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8D3C158087 for ; Fri, 31 Dec 2021 10:50:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8112E07BA; Fri, 31 Dec 2021 10:50:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF623E07BA for ; Fri, 31 Dec 2021 10:50:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE39F342BA1 for ; Fri, 31 Dec 2021 10:49:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2994E26D for ; Fri, 31 Dec 2021 10:49:58 +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: <1640947788.debb612d4652c184438c87438f3b65e65b4a9816.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/asciidoc/asciidoc-10.1.1-r1.ebuild app-text/asciidoc/asciidoc-10.1.1-r2.ebuild X-VCS-Directories: app-text/asciidoc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: debb612d4652c184438c87438f3b65e65b4a9816 X-VCS-Branch: master Date: Fri, 31 Dec 2021 10:49:58 +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: 0e962eec-7070-4b21-918b-a9aaa1637eb6 X-Archives-Hash: e44f3321d6d2e75f74875bc2fd55fd93 commit: debb612d4652c184438c87438f3b65e65b4a9816 Author: Sam James gentoo org> AuthorDate: Fri Dec 31 09:53:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 31 10:49:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debb612d app-text/asciidoc: fix installation of resources in 10.x Closes: https://bugs.gentoo.org/830280 Closes: https://bugs.gentoo.org/830281 Signed-off-by: Sam James gentoo.org> .../asciidoc/{asciidoc-10.1.1-r1.ebuild => asciidoc-10.1.1-r2.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-text/asciidoc/asciidoc-10.1.1-r1.ebuild b/app-text/asciidoc/asciidoc-10.1.1-r2.ebuild similarity index 92% rename from app-text/asciidoc/asciidoc-10.1.1-r1.ebuild rename to app-text/asciidoc/asciidoc-10.1.1-r2.ebuild index 4cd5659b677b..132a1d4ece30 100644 --- a/app-text/asciidoc/asciidoc-10.1.1-r1.ebuild +++ b/app-text/asciidoc/asciidoc-10.1.1-r2.ebuild @@ -31,6 +31,10 @@ REQUISITES for a list of runtime dependencies. src_install() { distutils-r1_src_install + # TODO: Consider using Debian patch to allow /usr/share? + insinto /usr/share/asciidoc + doins -r asciidoc/resources/. + readme.gentoo_create_doc }