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 94FF215806E for ; Tue, 16 May 2023 16:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8A55E0878; Tue, 16 May 2023 16:35:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3E61E0878 for ; Tue, 16 May 2023 16:35:42 +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 CD182335D2F for ; Tue, 16 May 2023 16:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DCF9A3F for ; Tue, 16 May 2023 16:35:40 +0000 (UTC) From: "Arsen Arsenović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arsen Arsenović" Message-ID: <1684254842.c8c68bff6bed2948e955e1b6644873c55b61da6f.arsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/jinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/jinx/jinx-0.8-r1.ebuild app-emacs/jinx/jinx-0.8.ebuild X-VCS-Directories: app-emacs/jinx/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: c8c68bff6bed2948e955e1b6644873c55b61da6f X-VCS-Branch: master Date: Tue, 16 May 2023 16:35:40 +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: c4d20424-4aa8-4b9c-9134-93270e35fc49 X-Archives-Hash: 912d3efb155ac09e057fe97e3562295b commit: c8c68bff6bed2948e955e1b6644873c55b61da6f Author: Arsen Arsenović gentoo org> AuthorDate: Tue May 16 16:33:12 2023 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Tue May 16 16:34:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c68bff app-emacs/jinx: install info documentation Signed-off-by: Arsen Arsenović gentoo.org> app-emacs/jinx/{jinx-0.8.ebuild => jinx-0.8-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emacs/jinx/jinx-0.8.ebuild b/app-emacs/jinx/jinx-0.8-r1.ebuild similarity index 97% rename from app-emacs/jinx/jinx-0.8.ebuild rename to app-emacs/jinx/jinx-0.8-r1.ebuild index 3708e4eda694..9e53b9cc2c8e 100644 --- a/app-emacs/jinx/jinx-0.8.ebuild +++ b/app-emacs/jinx/jinx-0.8-r1.ebuild @@ -38,4 +38,5 @@ src_install() { elisp_src_install elisp-modules-install "${PN}" jinx-mod.so + doinfo jinx.info }