xmw 15/02/24 12:59:39 Modified: ChangeLog Added: pycharm-community-4.0.4.ebuild Log: Version bump (bug 531236). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.3 dev-util/pycharm-community/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 14 Sep 2014 16:10:22 -0000 1.2 +++ ChangeLog 24 Feb 2015 12:59:38 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/pycharm-community -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v 1.2 2014/09/14 16:10:22 xmw Exp $ +# 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 $ + +*pycharm-community-4.0.4 (24 Feb 2015) + + 24 Feb 2015; Michael Weber <[email protected]> +pycharm-community-4.0.4.ebuild: + Version bump (bug 531236). *pycharm-community-3.4.1 (14 Sep 2014) 1.1 dev-util/pycharm-community/pycharm-community-4.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.4.ebuild?rev=1.1&content-type=text/plain Index: pycharm-community-4.0.4.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.4.ebuild,v 1.1 2015/02/24 12:59:38 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 }
