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 8252B138350 for ; Fri, 3 Apr 2020 11:12:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2AF7E0C09; Fri, 3 Apr 2020 11:12:09 +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 91A30E0C09 for ; Fri, 3 Apr 2020 11:12:09 +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 2A92734EF51 for ; Fri, 3 Apr 2020 11:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F5161C6 for ; Fri, 3 Apr 2020 11:12:06 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585912318.0c53361ec261cb8bbf2e40b4a490e5afd41c92a5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/ATLauncher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild X-VCS-Directories: games-action/ATLauncher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0c53361ec261cb8bbf2e40b4a490e5afd41c92a5 X-VCS-Branch: dev Date: Fri, 3 Apr 2020 11:12:06 +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: aa4e4c9a-83b8-4252-9fa4-f667763e5cc8 X-Archives-Hash: 002ea4e640928efb25412ffc3d5a992d commit: 0c53361ec261cb8bbf2e40b4a490e5afd41c92a5 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Apr 3 11:11:58 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 3 11:11:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c53361e games-action/ATLauncher: use doexe so we don't have to call fperms Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild b/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild index b934e10..d0948f2 100644 --- a/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild +++ b/games-action/ATLauncher/ATLauncher-3.3.4.2.ebuild @@ -33,9 +33,8 @@ src_compile() { src_install() { java-pkg_newjar "${DISTDIR}/${P}.jar" ${P}.jar - insinto /usr/bin/ - doins "${FILESDIR}/${PN}" - fperms +x /usr/bin/${PN} + exeinto /usr/bin/ + doexe "${FILESDIR}/${PN}" newicon -s 256x256 ${PN}-0.png atlauncher.png newicon -s 128x128 ${PN}-1.png atlauncher.png