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 BD474158041 for ; Sat, 2 Mar 2024 14:26:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06275E2A06; Sat, 2 Mar 2024 14:26:30 +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 E16FCE2A06 for ; Sat, 2 Mar 2024 14:26:29 +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 06A1A34300B for ; Sat, 2 Mar 2024 14:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A556314F2 for ; Sat, 2 Mar 2024 14:26:26 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1709379802.58db96417a265556ad38bd9c34434b9f1e6f5ba4.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-dns/AdGuardHome/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-dns/AdGuardHome/AdGuardHome-0.107.44.ebuild X-VCS-Directories: net-dns/AdGuardHome/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 58db96417a265556ad38bd9c34434b9f1e6f5ba4 X-VCS-Branch: master Date: Sat, 2 Mar 2024 14:26:26 +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: fc1ee60e-1ba8-4dab-ac7b-ef2aee368866 X-Archives-Hash: 6c5bded83c7711aeaab6d5b4c57632e6 commit: 58db96417a265556ad38bd9c34434b9f1e6f5ba4 Author: Rahil Bhimjiani rahil rocks> AuthorDate: Sat Mar 2 11:43:22 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Mar 2 11:43:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58db9641 net-dns/AdGuardHome: provide binary in lower case as well by symlink Signed-off-by: Rahil Bhimjiani rahil.rocks> net-dns/AdGuardHome/AdGuardHome-0.107.44.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-dns/AdGuardHome/AdGuardHome-0.107.44.ebuild b/net-dns/AdGuardHome/AdGuardHome-0.107.44.ebuild index f1d2096380..9d30c74d4d 100644 --- a/net-dns/AdGuardHome/AdGuardHome-0.107.44.ebuild +++ b/net-dns/AdGuardHome/AdGuardHome-0.107.44.ebuild @@ -113,6 +113,8 @@ src_test() { src_install() { dobin "${PN}" + dosym -r /usr/bin/"${PN}" /usr/bin/adguardhome + einstalldocs systemd_newunit "${FILESDIR}"/AdGuardHome-0.107.43.service "${PN}".service