xmw 15/03/12 19:24:20 Modified: ChangeLog Added: pycharm-community-4.0.5.ebuild Log: Version bump (bug 543078, thanks mrueg). (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.4 dev-util/pycharm-community/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 24 Feb 2015 12:59:38 -0000 1.3 +++ ChangeLog 12 Mar 2015 19:24:20 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/pycharm-community # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v 1.3 2015/02/24 12:59:38 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v 1.4 2015/03/12 19:24:20 xmw Exp $ + +*pycharm-community-4.0.5 (12 Mar 2015) + + 12 Mar 2015; Michael Weber <[email protected]> +pycharm-community-4.0.5.ebuild: + Version bump (bug 543078, thanks mrueg). *pycharm-community-4.0.4 (24 Feb 2015) 1.1 dev-util/pycharm-community/pycharm-community-4.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.5.ebuild?rev=1.1&content-type=text/plain Index: pycharm-community-4.0.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.5.ebuild,v 1.1 2015/03/12 19:24:20 xmw Exp $ EAPI=5 inherit eutils readme.gentoo DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" HOMEPAGE="http://www.jetbrains.com/pycharm/" SRC_URI="https://download.jetbrains.com/python/${P}.tar.gz" LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND=">=virtual/jre-1.6" DEPEND="" RESTRICT="mirror strip" QA_PREBUILT="/opt/${PN}/bin/fsnotifier /opt/${PN}/bin/fsnotifier64" MY_PN=${PN/-community/} 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 }
