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 5C2DF13933E for ; Mon, 5 Jul 2021 15:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1E8E0AAF; Mon, 5 Jul 2021 15:57:54 +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 8E855E0AAF for ; Mon, 5 Jul 2021 15:57:53 +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 CBB0F33BE93 for ; Mon, 5 Jul 2021 15:57:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EAAB7B2 for ; Mon, 5 Jul 2021 15:57:51 +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: <1625500662.80ba915fed96132802d9687696cbf1a6a3d2f593.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.57.0-r1.ebuild app-editors/atom-bin/atom-bin-1.57.0.ebuild X-VCS-Directories: app-editors/atom-bin/ X-VCS-Committer: marco X-VCS-Committer-Name: Marco Scardovi X-VCS-Revision: 80ba915fed96132802d9687696cbf1a6a3d2f593 X-VCS-Branch: dev Date: Mon, 5 Jul 2021 15:57:51 +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: ff4e44e3-9891-4f4a-a043-118f1977bb44 X-Archives-Hash: 76a1bdda589acf0dd95d42659ad77d1a commit: 80ba915fed96132802d9687696cbf1a6a3d2f593 Author: Marco Scardovi scardovi com> AuthorDate: Mon Jul 5 15:57:25 2021 +0000 Commit: Marco Scardovi scardovi com> 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;" \