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 033CA1382C5 for ; Thu, 8 Apr 2021 06:25:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 579E2E088A; Thu, 8 Apr 2021 06:25:20 +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 3BCAFE088A for ; Thu, 8 Apr 2021 06:25:19 +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 AE850335C47 for ; Thu, 8 Apr 2021 06:25:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 666D8532 for ; Thu, 8 Apr 2021 06:25:14 +0000 (UTC) From: "Marco Scardovi" 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" Message-ID: <1617863103.3a92be6f78812354e16668c8b3f14a918d78ecb8.marco@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/atom-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/atom-bin/atom-bin-1.55.0-r1.ebuild app-editors/atom-bin/atom-bin-1.55.0-r2.ebuild X-VCS-Directories: app-editors/atom-bin/ X-VCS-Committer: marco X-VCS-Committer-Name: Marco Scardovi X-VCS-Revision: 3a92be6f78812354e16668c8b3f14a918d78ecb8 X-VCS-Branch: dev Date: Thu, 8 Apr 2021 06:25:14 +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: 1c30b2d8-7896-423c-9422-564d225f339c X-Archives-Hash: 8cf5cee08d9fe0f8525ed9e304f16b0a commit: 3a92be6f78812354e16668c8b3f14a918d78ecb8 Author: Marco Scardovi scardovi com> AuthorDate: Thu Apr 8 06:23:04 2021 +0000 Commit: Marco Scardovi scardovi com> CommitDate: Thu Apr 8 06:25:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a92be6f app-editors/atom-bin: fix collision with nodejs Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> .../{atom-bin-1.55.0-r1.ebuild => atom-bin-1.55.0-r2.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-editors/atom-bin/atom-bin-1.55.0-r1.ebuild b/app-editors/atom-bin/atom-bin-1.55.0-r2.ebuild similarity index 83% rename from app-editors/atom-bin/atom-bin-1.55.0-r1.ebuild rename to app-editors/atom-bin/atom-bin-1.55.0-r2.ebuild index b0478f02f..3d8522225 100644 --- a/app-editors/atom-bin/atom-bin-1.55.0-r1.ebuild +++ b/app-editors/atom-bin/atom-bin-1.55.0-r2.ebuild @@ -61,12 +61,9 @@ src_install(){ doins -r "${S}"/* dosym ../../opt/"${PN}"/atom "${EPREFIX}"/usr/bin/atom fperms +x /opt/"${PN}"/atom - dosym ../../opt/"${PN}"/resources/app/apm/bin/apm "${EPREFIX}"/usr/bin/apm fperms +x /opt/"${PN}"/resources/app/apm/bin/apm - dosym ../../opt/"${PN}"/resources/app/apm/bin/node "${EPREFIX}"/usr/bin/node fperms +x /opt/"${PN}"/resources/app/apm/bin/node - dosym ../../opt/"${PN}"/resources/app/apm/bin/npm "${EPREFIX}"/usr/bin/npm fperms +x /opt/"${PN}"/resources/app/apm/bin/npm - make_desktop_entry /opt/atom/atom Atom atom Utility + make_desktop_entry /opt/${PN}/atom Atom atom Utility doicon atom.png }