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 B86E713832E for ; Tue, 16 Aug 2016 23:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CACC321C03E; Tue, 16 Aug 2016 23:06:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6054521C03C for ; Tue, 16 Aug 2016 23:06:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0E74B340917 for ; Tue, 16 Aug 2016 23:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B42B2453 for ; Tue, 16 Aug 2016 23:06:07 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1471388762.443d3e6237681d88543b8170372f6e3e1161fee2.ikelos@gentoo> Subject: [gentoo-commits] dev/ikelos:master commit in: dev-util/pycharm-community/ X-VCS-Repository: dev/ikelos X-VCS-Files: dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild X-VCS-Directories: dev-util/pycharm-community/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: 443d3e6237681d88543b8170372f6e3e1161fee2 X-VCS-Branch: master Date: Tue, 16 Aug 2016 23:06:07 +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: 4180e8d4-b4a5-449c-80bb-cc78dad463aa X-Archives-Hash: 589927e7e09d24137183e68ed33f1fe4 commit: 443d3e6237681d88543b8170372f6e3e1161fee2 Author: layman localhost> AuthorDate: Tue Aug 16 23:06:02 2016 +0000 Commit: Mike Auty gentoo org> CommitDate: Tue Aug 16 23:06:02 2016 +0000 URL: https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=443d3e62 Update the gentoo-readme eclass. dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild b/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild index ebcaeb3..648eb40 100644 --- a/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2016.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit eutils readme.gentoo +inherit eutils readme.gentoo-r1 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" HOMEPAGE="http://www.jetbrains.com/pycharm/" @@ -34,5 +34,5 @@ src_install() { newicon "bin/${MY_PN}.png" ${PN}.png make_desktop_entry ${PN} "${PN}" "${PN}" - readme.gentoo_src_install + readme.gentoo_create_doc }