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 1C50913835A for ; Wed, 10 Mar 2021 01:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CF5CE0855; Wed, 10 Mar 2021 01:24:28 +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 59997E0855 for ; Wed, 10 Mar 2021 01:24:28 +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 45478340D02 for ; Wed, 10 Mar 2021 01:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3175459C for ; Wed, 10 Mar 2021 01:24:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615336587.bd37aaf1eb26186cbc18aafded6308420d46b736.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild X-VCS-Directories: games-emulation/jrommanager/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bd37aaf1eb26186cbc18aafded6308420d46b736 X-VCS-Branch: master Date: Wed, 10 Mar 2021 01:24:24 +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: ff954b8a-3ce9-4f7e-988d-570c038731ab X-Archives-Hash: 7a68c6eb1a40b5031002000c34a2657d commit: bd37aaf1eb26186cbc18aafded6308420d46b736 Author: Sam James gentoo org> AuthorDate: Wed Mar 10 00:36:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 10 00:36:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd37aaf1 games-emulation/jrommanager: tidy ebuild Signed-off-by: Sam James gentoo.org> games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild index 1e0e11098dc..3f3dc02f279 100644 --- a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild +++ b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild @@ -32,10 +32,11 @@ src_prepare() { } src_install() { - insinto "/usr/share/${PN}" + insinto /usr/share/${PN} doins *.jar doins -r lib - newbin "${MY_PN}-multi.sh" "${PN}" - newicon "rom.png" "${PN}.png" - make_desktop_entry "${PN}" '' '' 'Utility' + + newbin ${MY_PN}-multi.sh ${PN} + newicon rom.png ${PN}.png + make_desktop_entry ${PN} '' '' 'Utility' }