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 0F4F6158003 for ; Wed, 29 Dec 2021 05:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 378A22BC01A; Wed, 29 Dec 2021 05:59:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 536002BC003 for ; Wed, 29 Dec 2021 05:59:02 +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 E10EA342C12 for ; Wed, 29 Dec 2021 05:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22DED1BF for ; Wed, 29 Dec 2021 05:58: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: <1640757522.b80289076dc305bf65004f1aa60e0ccf78c9f114.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.ebuild X-VCS-Directories: app-text/asciidoc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b80289076dc305bf65004f1aa60e0ccf78c9f114 X-VCS-Branch: master Date: Wed, 29 Dec 2021 05:58: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: 008160fa-0437-4f1b-9a31-4656d518ca0d X-Archives-Hash: ce7e9ef75281184860def764424d8789 commit: b80289076dc305bf65004f1aa60e0ccf78c9f114 Author: Sam James gentoo org> AuthorDate: Wed Dec 29 05:58:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 29 05:58:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8028907 app-text/asciidoc: fix src_install in 10.1.1 Signed-off-by: Sam James gentoo.org> app-text/asciidoc/asciidoc-10.1.1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-text/asciidoc/asciidoc-10.1.1.ebuild b/app-text/asciidoc/asciidoc-10.1.1.ebuild index e06af682c066..4cd5659b677b 100644 --- a/app-text/asciidoc/asciidoc-10.1.1.ebuild +++ b/app-text/asciidoc/asciidoc-10.1.1.ebuild @@ -28,6 +28,12 @@ If you are going to use a2x, please also look at a2x(1) under REQUISITES for a list of runtime dependencies. " +src_install() { + distutils-r1_src_install + + readme.gentoo_create_doc +} + pkg_postinst() { readme.gentoo_print_elog