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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66CCC15824A for ; Fri, 6 Dec 2024 20:45:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66D36E09BD; Fri, 6 Dec 2024 20:45:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50881E09BD for ; Fri, 6 Dec 2024 20:45:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 74798335DC7 for ; Fri, 6 Dec 2024 20:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 357341F42 for ; Fri, 6 Dec 2024 20:45:52 +0000 (UTC) From: "Nicolas PARLANT" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas PARLANT" Message-ID: <1733517949.221ad09720245ce916a00521a73da1c06732884f.ppn@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-lua/fifo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lua/fifo/fifo-0.2.ebuild X-VCS-Directories: dev-lua/fifo/ X-VCS-Committer: ppn X-VCS-Committer-Name: Nicolas PARLANT X-VCS-Revision: 221ad09720245ce916a00521a73da1c06732884f X-VCS-Branch: dev Date: Fri, 6 Dec 2024 20:45:52 +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: b86c5265-f6fc-4578-8e3a-8b4e0b5fda6f X-Archives-Hash: f355c7c69a0bf2311c6fd5b86eca7d09 commit: 221ad09720245ce916a00521a73da1c06732884f Author: Nicolas PARLANT parhuet fr> AuthorDate: Fri Dec 6 03:07:20 2024 +0000 Commit: Nicolas PARLANT parhuet fr> CommitDate: Fri Dec 6 20:45:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=221ad097 dev-lua/fifo: add doc Signed-off-by: Nicolas PARLANT parhuet.fr> dev-lua/fifo/fifo-0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/fifo/fifo-0.2.ebuild b/dev-lua/fifo/fifo-0.2.ebuild index af574a13c..630f5882c 100644 --- a/dev-lua/fifo/fifo-0.2.ebuild +++ b/dev-lua/fifo/fifo-0.2.ebuild @@ -34,5 +34,6 @@ lua_src_install() { src_install() { lua_foreach_impl lua_src_install + local DOCS=( README.md LICENSE doc/index.md ) einstalldocs }