commit: ad29fd1370b5d5c060a83937f41161ea9c3b5f72
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 21:13:55 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 21:14:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad29fd13
dev-util/pycharm-professional: Remove bundled Java JRE, fix QA_PREBUILT.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
...2.3.ebuild => pycharm-professional-2016.2.3-r1.ebuild} | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/dev-util/pycharm-professional/pycharm-professional-2016.2.3.ebuild
b/dev-util/pycharm-professional/pycharm-professional-2016.2.3-r1.ebuild
similarity index 76%
rename from dev-util/pycharm-professional/pycharm-professional-2016.2.3.ebuild
rename to dev-util/pycharm-professional/pycharm-professional-2016.2.3-r1.ebuild
index 32d6afa..6b0d006 100644
--- a/dev-util/pycharm-professional/pycharm-professional-2016.2.3.ebuild
+++ b/dev-util/pycharm-professional/pycharm-professional-2016.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,11 +20,22 @@ RDEPEND=">=virtual/jre-1.8
DEPEND=""
RESTRICT="mirror strip"
-QA_PREBUILT="*"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+ opt/${PN}/bin/fsnotifier64
+ opt/${PN}/bin/fsnotifier-arm
+ opt/${PN}/bin/libyjpagent-linux.so
+ opt/${PN}/bin/libyjpagent-linux64.so"
MY_PN=${PN/-professional/}
S="${WORKDIR}/${MY_PN}-${PV}"
+src_prepare() {
+ default
+
+ rm -rf jre || die
+}
+
src_install() {
insinto /opt/${PN}
doins -r *