dev-util/pycharm-professional: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 27 Oct 2019 19:46:05 +0000 (22:46 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 27 Oct 2019 19:46:35 +0000 (22:46 +0300)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
dev-util/pycharm-professional/Manifest
dev-util/pycharm-professional/pycharm-professional-2019.1.3.ebuild [deleted file]
dev-util/pycharm-professional/pycharm-professional-2019.2.2.ebuild [deleted file]
dev-util/pycharm-professional/pycharm-professional-2019.2.ebuild [deleted file]

index 0ed687cd6f5e9b167bfb28776b568ad51d00035f..bcba8e2b60f40ace3e8dbf20e8d7142843d91000 100644 (file)
@@ -1,4 +1 @@
-DIST pycharm-professional-2019.1.3.tar.gz 436604810 BLAKE2B 1fcf742b119dd8d9e9eeaa08f803f2742f388c711da446ae00e5718e09c231d926a04146fdcfb9ed18e2a44d43049598ef63c527e8994077987a127fedd630cd SHA512 2a26279944408cf5e6436d28ec15e2e6fcca234535fb69f4e7391a230d4bf39a523e6d2262d8cd5036d4f40b0629cd33866c5b839f82a82ae1d4271c89901cad
-DIST pycharm-professional-2019.2.2.tar.gz 481767269 BLAKE2B f06b0ad5d75e3c5c280cb6d70f07bbf01f18fadced8bc60607a964a6d98e190b3034f0bb725dcf88d895a1a3f2def8451159df0a358001d4702d5d43f2f14ce0 SHA512 ab34ef109d0abfadca2525cc9b00d8a0da1be151f09e379ac2bc21bc1dfb25dd312d4638b7c56cc59cd8ae6e25c8fff2a8d63e65cea8da552280aaa4b6acd239
 DIST pycharm-professional-2019.2.3.tar.gz 482051405 BLAKE2B e299c2d545b808ed15b4775acb003137467694f528a088cd84d7055a9c15ead96a9e0ac6599374faf60fab3c2ca72a390157130411f4b15bc2b7e3f4b41f0c8e SHA512 4474a74d2762b202100ddbcdfa3807a8136bd392200c79b795cee34a843716218ac21d1d7ed3ac7df9b3c6241f77658a535274759473871cd23a4cc4cfafcfdf
-DIST pycharm-professional-2019.2.tar.gz 478100459 BLAKE2B a4bf01fcca96866e40fc43b1d429a5dfccd8572d97bb68a0e2f40367563b17c7e26c8801d637325b3352caefaf19eab8d2269b23b0849b6649624ac1bd155bcf SHA512 7e42bf72ab5ed318475506c2a07e12ebe6ee1f33c47e329da0bdf807e288a57681607be4353f5d1510352689537d2cfc67a3f43f0b752c8c8a76d66e83688b8a
diff --git a/dev-util/pycharm-professional/pycharm-professional-2019.1.3.ebuild b/dev-util/pycharm-professional/pycharm-professional-2019.1.3.ebuild
deleted file mode 100644 (file)
index 0f41872..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils readme.gentoo-r1 xdg
-
-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="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource PyCharm_Preview"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=virtual/jre-1.8
-       dev-libs/libdbusmenu
-       dev-python/pip"
-
-RESTRICT="mirror strip"
-
-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 *
-
-       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_pkg_postinst
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_icon_cache_update
-}
diff --git a/dev-util/pycharm-professional/pycharm-professional-2019.2.2.ebuild b/dev-util/pycharm-professional/pycharm-professional-2019.2.2.ebuild
deleted file mode 100644 (file)
index 9196130..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils readme.gentoo-r1 xdg
-
-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="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource PyCharm_Preview"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.8
-       dev-libs/libdbusmenu
-       dev-python/pip"
-
-RESTRICT="mirror strip"
-
-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 *
-
-       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_pkg_postinst
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_icon_cache_update
-}
diff --git a/dev-util/pycharm-professional/pycharm-professional-2019.2.ebuild b/dev-util/pycharm-professional/pycharm-professional-2019.2.ebuild
deleted file mode 100644 (file)
index 9196130..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils readme.gentoo-r1 xdg
-
-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="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource PyCharm_Preview"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.8
-       dev-libs/libdbusmenu
-       dev-python/pip"
-
-RESTRICT="mirror strip"
-
-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 *
-
-       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_pkg_postinst
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_icon_cache_update
-}