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 01363138359 for ; Mon, 3 Aug 2020 22:42:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A977E0980; Mon, 3 Aug 2020 22:42:35 +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 2E0C1E0980 for ; Mon, 3 Aug 2020 22:42:34 +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 CCAFE34ECE5 for ; Mon, 3 Aug 2020 22:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53250274 for ; Mon, 3 Aug 2020 22:42:32 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1596494490.6579eb61c495e660c30f0d96285d1e04d9953f9e.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 6579eb61c495e660c30f0d96285d1e04d9953f9e X-VCS-Branch: dev Date: Mon, 3 Aug 2020 22:42:32 +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: 02a0c824-a288-4944-bf55-c536e138d59f X-Archives-Hash: 5cd2b2e8ef54c46b231eda328f909e76 commit: 6579eb61c495e660c30f0d96285d1e04d9953f9e Author: Maciej Barć protonmail com> AuthorDate: Mon Aug 3 22:41:30 2020 +0000 Commit: Maciej Barć protonmail com> 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