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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 670D413835C for ; Tue, 4 Aug 2020 08:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACC74E0CAB; Tue, 4 Aug 2020 08:42:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93C20E0CAB for ; Tue, 4 Aug 2020 08:42:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82CE634F1B1 for ; Tue, 4 Aug 2020 08:42:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 411E5308 for ; Tue, 4 Aug 2020 08:42:42 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1596494490.6579eb61c495e660c30f0d96285d1e04d9953f9e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/code-server-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/code-server-bin/code-server-bin-3.4.1.ebuild X-VCS-Directories: www-apps/code-server-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6579eb61c495e660c30f0d96285d1e04d9953f9e X-VCS-Branch: master Date: Tue, 4 Aug 2020 08:42:42 +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: 638bc2fb-d7a5-4a6a-a83d-bbcd71263fd3 X-Archives-Hash: 1e53119d0d3ffea8efc5acfd165230a4 commit: 6579eb61c495e660c30f0d96285d1e04d9953f9e Author: Maciej Barć protonmail com> AuthorDate: Mon Aug 3 22:41:30 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Aug 3 22:41:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6579eb61 www-apps/code-server-bin: move license removal to src_prepare phase Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Maciej Barć protonmail.com> www-apps/code-server-bin/code-server-bin-3.4.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild b/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild index c7be5a5..939c658 100644 --- a/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild +++ b/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild @@ -55,12 +55,11 @@ src_prepare() { # not needed rm code-server || die rm postinstall.sh || die -} - -src_install() { # already in /usr/portage/licenses/MIT rm LICENSE.txt || die +} +src_install() { local mydocs="README.md ThirdPartyNotices.txt" for doc in ${mydocs} do