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 249F1138350 for ; Wed, 25 Mar 2020 16:03:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A3B2E0C4E; Wed, 25 Mar 2020 16:03:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2496EE0C4E for ; Wed, 25 Mar 2020 16:03:56 +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 19F4D34F9A4 for ; Wed, 25 Mar 2020 16:03:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32543186 for ; Wed, 25 Mar 2020 16:03:53 +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: <1585152089.526529ebc9a009ec3270456a0d42851b1afc654d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/technic-launcher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/technic-launcher/technic-launcher-4.510.ebuild X-VCS-Directories: games-action/technic-launcher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 526529ebc9a009ec3270456a0d42851b1afc654d X-VCS-Branch: master Date: Wed, 25 Mar 2020 16:03:53 +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: cc0f5394-729a-4efe-bc06-7a1140457f5c X-Archives-Hash: e80f5defae9846e2e8f25f6ed7209703 commit: 526529ebc9a009ec3270456a0d42851b1afc654d Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Mar 25 16:01:29 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Mar 25 16:01:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=526529eb games-action/technic-launcher: icon name cannot contain dash? Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan riseup.net> games-action/technic-launcher/technic-launcher-4.510.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-action/technic-launcher/technic-launcher-4.510.ebuild b/games-action/technic-launcher/technic-launcher-4.510.ebuild index 9ac25c3..d4c9bc9 100644 --- a/games-action/technic-launcher/technic-launcher-4.510.ebuild +++ b/games-action/technic-launcher/technic-launcher-4.510.ebuild @@ -35,8 +35,8 @@ src_install() { java-pkg_newjar "${DISTDIR}/${P}.jar" ${P}.jar java-pkg_dolauncher ${PN} --jar ${P}.jar --java_args "\${JAVA_OPTS}" - newicon -s 16x16 ${PN}-0.png ${PN}.png - newicon -s 32x32 ${PN}-1.png ${PN}.png - newicon -s 48x48 ${PN}-2.png ${PN}.png - make_desktop_entry ${PN} "Technic Launcher" ${PN} Game + newicon -s 16x16 ${PN}-0.png technic.png + newicon -s 32x32 ${PN}-1.png technic.png + newicon -s 48x48 ${PN}-2.png technic.png + make_desktop_entry ${PN} "Technic Launcher" technic Game } 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 3B1BA138350 for ; Wed, 25 Mar 2020 16:02:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DF93E0BEC; Wed, 25 Mar 2020 16:02:48 +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 54236E0BEC for ; Wed, 25 Mar 2020 16:02:48 +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 9C65534F5DB for ; Wed, 25 Mar 2020 16:02:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91881186 for ; Wed, 25 Mar 2020 16:02:44 +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: <1585152089.526529ebc9a009ec3270456a0d42851b1afc654d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/technic-launcher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/technic-launcher/technic-launcher-4.510.ebuild X-VCS-Directories: games-action/technic-launcher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 526529ebc9a009ec3270456a0d42851b1afc654d X-VCS-Branch: dev Date: Wed, 25 Mar 2020 16:02:44 +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: 0cbd02b6-c374-44ea-8c07-a17c70a19c92 X-Archives-Hash: c9b0cf2d2edab62944722a35b0c9ea8f Message-ID: <20200325160244.vJ1JIPkdNxnEPNmWrj7UERCKfdmYyz52O7t1lgqJSRY@z> commit: 526529ebc9a009ec3270456a0d42851b1afc654d Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Mar 25 16:01:29 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Mar 25 16:01:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=526529eb games-action/technic-launcher: icon name cannot contain dash? Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan riseup.net> games-action/technic-launcher/technic-launcher-4.510.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-action/technic-launcher/technic-launcher-4.510.ebuild b/games-action/technic-launcher/technic-launcher-4.510.ebuild index 9ac25c3..d4c9bc9 100644 --- a/games-action/technic-launcher/technic-launcher-4.510.ebuild +++ b/games-action/technic-launcher/technic-launcher-4.510.ebuild @@ -35,8 +35,8 @@ src_install() { java-pkg_newjar "${DISTDIR}/${P}.jar" ${P}.jar java-pkg_dolauncher ${PN} --jar ${P}.jar --java_args "\${JAVA_OPTS}" - newicon -s 16x16 ${PN}-0.png ${PN}.png - newicon -s 32x32 ${PN}-1.png ${PN}.png - newicon -s 48x48 ${PN}-2.png ${PN}.png - make_desktop_entry ${PN} "Technic Launcher" ${PN} Game + newicon -s 16x16 ${PN}-0.png technic.png + newicon -s 32x32 ${PN}-1.png technic.png + newicon -s 48x48 ${PN}-2.png technic.png + make_desktop_entry ${PN} "Technic Launcher" technic Game }