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 A3DCA158094 for ; Fri, 9 Sep 2022 20:02:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 947D1E091A; Fri, 9 Sep 2022 20:02:52 +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 7CDF2E091A for ; Fri, 9 Sep 2022 20:02:52 +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 D193134109B for ; Fri, 9 Sep 2022 20:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E9535DF for ; Fri, 9 Sep 2022 20:02:48 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1662691923.4e84d04a0ea2899354d7e3f02b47ef41570a0d4c.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 4e84d04a0ea2899354d7e3f02b47ef41570a0d4c X-VCS-Branch: master Date: Fri, 9 Sep 2022 20:02:48 +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: 6e9aea35-234a-44e1-8fac-15b5fd4af033 X-Archives-Hash: c5431fae4cf53e61fdbd1905841ef137 commit: 4e84d04a0ea2899354d7e3f02b47ef41570a0d4c Author: Leonardo Hernández Hernández outlook com> AuthorDate: Thu Sep 8 23:40:17 2022 +0000 Commit: Ronny Gutbrod tastytea de> 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}"