dev-util/pycharm-professional: Remove old version.
authorMichael Weber <xmw@gentoo.org>
Sun, 12 Feb 2017 15:54:52 +0000 (16:54 +0100)
committerMichael Weber <xmw@gentoo.org>
Sun, 12 Feb 2017 15:55:08 +0000 (16:55 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

index 04fe12f75eef34ca765eab79e6fd556201c61dee..97a307eccac4b3892dae706f802cc7a591d6c7c7 100644 (file)
@@ -1,2 +1 @@
-DIST pycharm-professional-2016.1.3.tar.gz 265376721 SHA256 c29d407cc81b0d2afb590e2c55305bf1ea48b5afcf865336a14bbabd7089c0e6 SHA512 f8e301bd327485c3f309e4e71029c781ffdc26e0878a110178a8238617158487512b134b2d4031111fd64f4b40901e0e35988809977dc04c498cbfdf5274826d WHIRLPOOL 10500fe010196beeece19cd2c3982aaa117e6d3085d468411361c5213f98d3ebbc785352838d52600894d30ce40ee40211d41315853dcc370a3fd5b56da2cbff
 DIST pycharm-professional-2016.2.3.tar.gz 270995663 SHA256 a1eef156cc56eb3a36b437684b68b2e16f2575b5f1245a617eceb8352f6f4f5e SHA512 caffa429da22c49bff215777741ab3d9443e84f592bfee1120991dd116ee0523faf4bac8ffff9a3c3ae3f3ff25f94e8af7e108c0a320779b7028c9b7f40b6007 WHIRLPOOL 158ac76aa6ec01ecea3f7e69a1f39afe757018006f39b3ab9e3c69ceaff10b2f8129c0d31111d781c9cfbdad401feccd59139dd6ccdacfb00ed6fe18a5ed3c54
diff --git a/dev-util/pycharm-professional/pycharm-professional-2016.1.3.ebuild b/dev-util/pycharm-professional/pycharm-professional-2016.1.3.ebuild
deleted file mode 100644 (file)
index 4a3696f..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils readme.gentoo
-
-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/libyjpagent-linux.so
-       opt/${PN}/bin/libyjpagent-linux64.so"
-
-MY_PN=${PN/-professional/}
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-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_src_install
-}