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 E5B8E158094 for ; Fri, 9 Sep 2022 02:58:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28FE0E09CE; Fri, 9 Sep 2022 02:58:01 +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 0C505E09CE for ; Fri, 9 Sep 2022 02:58:00 +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 18AEF335D50 for ; Fri, 9 Sep 2022 02:58:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3FFD5A2 for ; Fri, 9 Sep 2022 02:57:58 +0000 (UTC) From: "Leonardo Hernandez" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Leonardo Hernandez" Message-ID: <1662691923.4e84d04a0ea2899354d7e3f02b47ef41570a0d4c.leohdz172@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-mail/hydroxide/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-mail/hydroxide/hydroxide-0.2.23.ebuild net-mail/hydroxide/hydroxide-9999.ebuild X-VCS-Directories: net-mail/hydroxide/ X-VCS-Committer: leohdz172 X-VCS-Committer-Name: Leonardo Hernandez X-VCS-Revision: 4e84d04a0ea2899354d7e3f02b47ef41570a0d4c X-VCS-Branch: dev Date: Fri, 9 Sep 2022 02:57: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: da5738bc-df8f-40d4-8f20-63c228ed134d X-Archives-Hash: 2e1d0c804717689c4e28297f61ad877b commit: 4e84d04a0ea2899354d7e3f02b47ef41570a0d4c Author: Leonardo Hernández Hernández outlook com> AuthorDate: Thu Sep 8 23:40:17 2022 +0000 Commit: Leonardo Hernandez outlook com> CommitDate: Fri Sep 9 02:52:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e84d04a net-mail/hydroxide: don't add LICENSE file to $DOCS Signed-off-by: Leonardo Hernández Hernández outlook.com> net-mail/hydroxide/hydroxide-0.2.23.ebuild | 2 +- net-mail/hydroxide/hydroxide-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/hydroxide/hydroxide-0.2.23.ebuild b/net-mail/hydroxide/hydroxide-0.2.23.ebuild index 2fde6ee27..901210cd9 100644 --- a/net-mail/hydroxide/hydroxide-0.2.23.ebuild +++ b/net-mail/hydroxide/hydroxide-0.2.23.ebuild @@ -42,7 +42,7 @@ src_compile() { } src_install() { - local DOCS=( "LICENSE" "README.md" ) + local DOCS=( "README.md" ) einstalldocs dobin "${PN}" diff --git a/net-mail/hydroxide/hydroxide-9999.ebuild b/net-mail/hydroxide/hydroxide-9999.ebuild index 7f8891876..ef3cb95b9 100644 --- a/net-mail/hydroxide/hydroxide-9999.ebuild +++ b/net-mail/hydroxide/hydroxide-9999.ebuild @@ -42,7 +42,7 @@ src_compile() { } src_install() { - local DOCS=( "LICENSE" "README.md" ) + local DOCS=( "README.md" ) einstalldocs dobin "${PN}"