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 2FF7115817D for ; Fri, 7 Jun 2024 21:48:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C523BE2A11; Fri, 7 Jun 2024 21:48:31 +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 AA9A6E2A11 for ; Fri, 7 Jun 2024 21:48:31 +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 54743341B27 for ; Fri, 7 Jun 2024 21:48:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A94DE1C85 for ; Fri, 7 Jun 2024 21:48:27 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1717741664.25e5f49e928f4caddf65cde4d460204700924381.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/candy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-vpn/candy/candy-5.8.7.ebuild X-VCS-Directories: net-vpn/candy/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 25e5f49e928f4caddf65cde4d460204700924381 X-VCS-Branch: master Date: Fri, 7 Jun 2024 21:48:27 +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: 6313fddc-7061-43cc-99f4-e231c737af69 X-Archives-Hash: a01f8029fd27015e6b4a0ebb81147282 commit: 25e5f49e928f4caddf65cde4d460204700924381 Author: Xin Yang icloud com> AuthorDate: Fri Jun 7 06:21:41 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Jun 7 06:27:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25e5f49e net-vpn/candy: add missing readme.gentoo-r1 eclass Signed-off-by: Xin Yang icloud.com> net-vpn/candy/candy-5.8.7.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-vpn/candy/candy-5.8.7.ebuild b/net-vpn/candy/candy-5.8.7.ebuild index 6da8fc22d..3a05aa426 100644 --- a/net-vpn/candy/candy-5.8.7.ebuild +++ b/net-vpn/candy/candy-5.8.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake systemd +inherit cmake systemd readme.gentoo-r1 DESCRIPTION="A reliable, low-latency, and anti-censorship virtual private network" HOMEPAGE="https://github.com/lanthora/candy" @@ -36,6 +36,8 @@ src_install(){ systemd_dounit candy.service systemd_dounit candy@.service newinitd candy.initd candy + + readme.gentoo_create_doc } pkg_postinst() {