From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1249184-garchives=archives.gentoo.org@lists.gentoo.org> 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 9AAD81382C5 for <garchives@archives.gentoo.org>; Mon, 8 Feb 2021 15:06:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2220E091D; Mon, 8 Feb 2021 15:06:42 +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 A925CE091D for <gentoo-commits@lists.gentoo.org>; Mon, 8 Feb 2021 15:06:42 +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 5491633BE25 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Feb 2021 15:06:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE4F454 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Feb 2021 15:06:39 +0000 (UTC) From: "Jason A. Donenfeld" <zx2c4@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" <zx2c4@gentoo.org> Message-ID: <1612796792.bc82910020bf3afcd5f8abb89087f3c87117b2e6.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/goland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/goland/goland-2020.3.ebuild X-VCS-Directories: dev-util/goland/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: bc82910020bf3afcd5f8abb89087f3c87117b2e6 X-VCS-Branch: master Date: Mon, 8 Feb 2021 15:06:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae48f4c8-094c-48c9-bfb9-67725fa0353d X-Archives-Hash: cffb2d72d4fe879d689a10bb082b61c4 commit: bc82910020bf3afcd5f8abb89087f3c87117b2e6 Author: Cyprien AUGIER <cyprien.augier <AT> protonmail <DOT> com> AuthorDate: Mon Feb 8 14:21:01 2021 +0000 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Mon Feb 8 15:06:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc829100 dev-util/goland: fix desktop entry name typo Signed-off-by: Cyprien AUGIER <cyprien.augier <AT> protonmail.com> Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org> dev-util/goland/goland-2020.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/goland/goland-2020.3.ebuild b/dev-util/goland/goland-2020.3.ebuild index d487b813e0a..aa0cbad8d0e 100644 --- a/dev-util/goland/goland-2020.3.ebuild +++ b/dev-util/goland/goland-2020.3.ebuild @@ -55,7 +55,7 @@ src_install() { make_wrapper "${PN}" "${dir}/bin/${PN}.sh" newicon "bin/${PN}.png" "${PN}.png" - make_desktop_entry "${PN}" "gogland" "${PN}" "Development;IDE;" + make_desktop_entry "${PN}" "goland" "${PN}" "Development;IDE;" } pkg_postinst() {