From 514d1bbe260df2521fe60f1a3ec87cfcfde1a829 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 17 Jul 2021 19:04:28 +0100 Subject: gentoo resync : 17.07.2021 --- .../pycharm-community-2021.1.2.ebuild | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild (limited to 'dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild') diff --git a/dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild b/dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild deleted file mode 100644 index 6954ddae2fa5..000000000000 --- a/dev-util/pycharm-community/pycharm-community-2021.1.2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop readme.gentoo-r1 xdg-utils - -DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" -HOMEPAGE="http://www.jetbrains.com/pycharm/" -SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz" - -LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+bundled-jdk" - -RDEPEND="!bundled-jdk? ( >=virtual/jre-1.8 ) - dev-libs/libdbusmenu - dev-python/pip" - -RESTRICT="mirror strip" - -QA_PREBUILT="*" - -MY_PN=${PN/-community/} - -src_install() { - insinto /opt/${PN} - doins -r * - - if use bundled-jdk; then - fperms -R a+x /opt/pycharm-community/jbr/bin/ - else - rm -r "${D}"/opt/pycharm-community/jbr/ || die - fi - - local rub - - for rub in aarch64 mips64el ppc64le; do - rm -r "${D}"/opt/pycharm-community/lib/pty4j-native/linux/${rub} || die - done - - fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh} - - dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN} - newicon bin/${MY_PN}.png ${PN}.png - make_desktop_entry ${PN} ${PN} ${PN} - - readme.gentoo_create_doc -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} -- cgit v1.2.3