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 60BE5139085 for ; Tue, 7 Feb 2017 21:14:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7A6AE0DA7; Tue, 7 Feb 2017 21:14:42 +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 BF4D0E0DA5 for ; Tue, 7 Feb 2017 21:14:42 +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 C0C913416A5 for ; Tue, 7 Feb 2017 21:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3CE93D9B for ; Tue, 7 Feb 2017 21:14:38 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1486502062.e613e253465883727d97ee203505a621c56da0ac.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild dev-util/pycharm-community/pycharm-community-2016.3.2.ebuild X-VCS-Directories: dev-util/pycharm-community/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: e613e253465883727d97ee203505a621c56da0ac X-VCS-Branch: master Date: Tue, 7 Feb 2017 21:14:38 +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: f1c7fc42-b773-4e55-808c-a82cd5b49ec8 X-Archives-Hash: 11d2832222738da49d279a51bf21c369 commit: e613e253465883727d97ee203505a621c56da0ac Author: Michael Weber gentoo org> AuthorDate: Tue Feb 7 20:51:58 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Feb 7 21:14:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e613e253 dev-util/pycharm-community: Remove bundled Java JRE (bug 589316). Package-Manager: Portage-2.3.3, Repoman-2.3.1 ...mmunity-2016.3.2.ebuild => pycharm-community-2016.3.2-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-util/pycharm-community/pycharm-community-2016.3.2.ebuild b/dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild similarity index 94% rename from dev-util/pycharm-community/pycharm-community-2016.3.2.ebuild rename to dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild index fac4c4a..998db63 100644 --- a/dev-util/pycharm-community/pycharm-community-2016.3.2.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2016.3.2-r1.ebuild @@ -26,6 +26,12 @@ MY_PN=${PN/-community/} QA_PREBUILT="*" +src_prepare() { + default + + rm -rf jre || die +} + src_install() { insinto /opt/${PN} doins -r *