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 9520813933E for ; Wed, 7 Jul 2021 14:02:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFE24E0C03; Wed, 7 Jul 2021 14:02:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D8E02E0C03 for ; Wed, 7 Jul 2021 14:02:12 +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 2467A342BE6 for ; Wed, 7 Jul 2021 14:02:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CE6E7C2 for ; Wed, 7 Jul 2021 14:02:09 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1625500662.80ba915fed96132802d9687696cbf1a6a3d2f593.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/atom-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild app-editors/atom-bin/atom-bin-1.57.0.ebuild X-VCS-Directories: app-editors/atom-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 80ba915fed96132802d9687696cbf1a6a3d2f593 X-VCS-Branch: master Date: Wed, 7 Jul 2021 14:02:09 +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: 655fbc39-c075-47d3-a97f-0a1ff8d68d4e X-Archives-Hash: f574215c7b520475b4912a76b53f1838 commit: 80ba915fed96132802d9687696cbf1a6a3d2f593 Author: Marco Scardovi scardovi com> AuthorDate: Mon Jul 5 15:57:25 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jul 5 15:57:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80ba915f app-editors/atom-bin: fix bug 798459 Closes: https://bugs.gentoo.org/798459 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> .../atom-bin/{atom-bin-1.57.0.ebuild => atom-bin-1.57.0-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-editors/atom-bin/atom-bin-1.57.0.ebuild b/app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild similarity index 92% rename from app-editors/atom-bin/atom-bin-1.57.0.ebuild rename to app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild index 110522639..bbd1b653d 100644 --- a/app-editors/atom-bin/atom-bin-1.57.0.ebuild +++ b/app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild @@ -68,6 +68,10 @@ src_install(){ fperms +x /opt/"${PN}"/resources/app/apm/bin/node fperms +x /opt/"${PN}"/resources/app/apm/bin/npm + # Bug 798459 + fperms +x /opt/"${PN}"/resources/app.asar.unpacked/node_modules/vscode-ripgrep/bin/rg + fperms +x /opt/"${PN}"/resources/app.asar.unpacked/node_modules/dugite/git/bin/git + doicon atom.png make_desktop_entry "/opt/atom-bin/atom %U" "Atom" "atom" \ "GNOME;GTK;Utility;TextEditor;Development;" \