dev-util/pycharm-professional: Remove old versions.
authorMichael Weber <xmw@gentoo.org>
Fri, 22 Dec 2017 10:00:14 +0000 (11:00 +0100)
committerMichael Weber <xmw@gentoo.org>
Fri, 22 Dec 2017 10:17:19 +0000 (11:17 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-util/pycharm-professional/Manifest
dev-util/pycharm-professional/pycharm-professional-2017.2.3.ebuild [deleted file]
dev-util/pycharm-professional/pycharm-professional-2017.2.4.ebuild [deleted file]

index 15c7ae7fd4543cfb1343031d6626a12d30a079c8..8e3bcf221f431ef2abb3eb4402d43ab5622959cf 100644 (file)
@@ -1,3 +1 @@
-DIST pycharm-professional-2017.2.3.tar.gz 273776254 BLAKE2B 55adb23328112ff8d7e0f1f7ebb42d39b5528feaff9eee10526979bd8f22c17432e72c22b40e0c234bb0497cd6143dda680ed544a750e43e31bde265f30e125d SHA512 1233b4b272017856e90125e3439f1057f22852749d101532e1b57d51c382d017fa15442307120d49a77a150c863e33fa53e799f2c77ff6d56312381a82fd51fd
-DIST pycharm-professional-2017.2.4.tar.gz 273678656 BLAKE2B e46a91b81a87d84064674aaded9e71fbdb069b14bca74f47c8569302c84318542ed70923ed38d5890314b562159af55b26854fcfea7061cc80294f0b57069dce SHA512 60693e48a3c28bc7108e84b9beeba073ae2ebad53dc5bf792bf42abb474ebeb4d6b7fd73211cb3152a7afdc632384903900a041df6b3dc8f73a8ba623415fb8d
 DIST pycharm-professional-2017.3.tar.gz 358504339 BLAKE2B 4ac1eb3feed289326a0122e3e4f869d7be740db1fd8d1c5f5c80400a8d8aa2daa444d4fa279c33865aecec4af4a28999e10b100714a44aa1d772d7f598ac05f4 SHA512 b7a085eda5d3e4ca8a918009f80cd7d90a281f2e522718211b4813f199a9c3a8f38f9742600336c09db479691c789d852ddc1d99e9ee2b11876e85728ae51b44
diff --git a/dev-util/pycharm-professional/pycharm-professional-2017.2.3.ebuild b/dev-util/pycharm-professional/pycharm-professional-2017.2.3.ebuild
deleted file mode 100644 (file)
index a52a5ee..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg-utils readme.gentoo-r1
-
-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"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.8
-        dev-python/pip"
-DEPEND=""
-
-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_desktop_database_update
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       gnome2_icon_cache_update
-}
diff --git a/dev-util/pycharm-professional/pycharm-professional-2017.2.4.ebuild b/dev-util/pycharm-professional/pycharm-professional-2017.2.4.ebuild
deleted file mode 100644 (file)
index 5d05193..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg-utils readme.gentoo-r1
-
-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"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.8
-        dev-python/pip"
-DEPEND=""
-
-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_desktop_database_update
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       gnome2_icon_cache_update
-}