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 657BC139085 for ; Tue, 31 Jan 2017 15:17:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F94321C028; Tue, 31 Jan 2017 15:16:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C6A021C028 for ; Tue, 31 Jan 2017 15:16:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37B9C34105A for ; Tue, 31 Jan 2017 15:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E4063C32 for ; Tue, 31 Jan 2017 15:16:54 +0000 (UTC) From: "Alice Ferrazzi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alice Ferrazzi" Message-ID: <1485875803.e541e8d68ba586593ce438a5cff5f04c9f31b99d.alicef@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/idea-community/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild X-VCS-Directories: dev-util/idea-community/ X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: e541e8d68ba586593ce438a5cff5f04c9f31b99d X-VCS-Branch: master Date: Tue, 31 Jan 2017 15:16:54 +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-Archives-Salt: bdd057f4-b29d-4153-b6cf-31735563242a X-Archives-Hash: ea539a97b419c4cbcca66ac30d69e0ad commit: e541e8d68ba586593ce438a5cff5f04c9f31b99d Author: Alice Ferrazzi gentoo org> AuthorDate: Tue Jan 31 15:16:06 2017 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Tue Jan 31 15:16:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e541e8d6 dev-util/idea-community: Fix desktop entry name close Bug: #607396 Package-Manager: portage-2.3.3 dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild b/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild index 4654bc6..6273cac 100644 --- a/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild +++ b/dev-util/idea-community/idea-community-2016.3.3.163.11103.6.ebuild @@ -63,7 +63,7 @@ src_install() { make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh" newicon "bin/${MY_PN}.png" "${PN}.png" - make_desktop_entry "${PN}" "IntelliJ Idea Ultimate" "${PN}" "Development;IDE;" + make_desktop_entry "${PN}" "IntelliJ Idea Community" "${PN}" "Development;IDE;" # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit mkdir -p "${D}/etc/sysctl.d/" || die