From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1263578-garchives=archives.gentoo.org@lists.gentoo.org>
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 11E581382C5
	for <garchives@archives.gentoo.org>; Tue, 23 Mar 2021 15:12:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 464A1E0827;
	Tue, 23 Mar 2021 15:12:53 +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 291A5E0827
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Mar 2021 15:12:52 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 784AE3409E6
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Mar 2021 15:12:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D504A4F1
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Mar 2021 15:12:49 +0000 (UTC)
From: "Marco Scardovi" <marco@scardovi.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Marco Scardovi" <marco@scardovi.com>
Message-ID: <1616512357.50e7f35640a5b6a963e509954c68d74f7376529c.marco@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/atom/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: app-editors/atom/atom-1.55.0.ebuild
X-VCS-Directories: app-editors/atom/
X-VCS-Committer: marco
X-VCS-Committer-Name: Marco Scardovi
X-VCS-Revision: 50e7f35640a5b6a963e509954c68d74f7376529c
X-VCS-Branch: dev
Date: Tue, 23 Mar 2021 15:12:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 67d40752-8e4b-4d17-a926-03a2f05283b0
X-Archives-Hash: 56623699c470669beae1f20727d8df96

commit:     50e7f35640a5b6a963e509954c68d74f7376529c
Author:     scardracs <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Mar 23 15:12:37 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Tue Mar 23 15:12:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50e7f356

app-editors/atom: fixed removed licenses/unused files

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 app-editors/atom/atom-1.55.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/atom/atom-1.55.0.ebuild b/app-editors/atom/atom-1.55.0.ebuild
index 4bbaeb60f..77036d433 100644
--- a/app-editors/atom/atom-1.55.0.ebuild
+++ b/app-editors/atom/atom-1.55.0.ebuild
@@ -22,7 +22,7 @@ src_prepare(){
 	default
 
 	# Remove useless license files.
-	rm LICENSE.electron.txt LICENSES.electron.html
+	rm LICENSE LICENSES.chromium.html version
 }
 
 src_install(){