xmw 15/06/01 12:52:12 Modified: pycharm-community-4.0.6.ebuild ChangeLog Added: pycharm-community-4.5.1.ebuild Log: Version bump (thanks Manuel Rüger, 550276). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.2 dev-util/pycharm-community/pycharm-community-4.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.6.ebuild?r1=1.1&r2=1.2 Index: pycharm-community-4.0.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pycharm-community-4.0.6.ebuild 28 Apr 2015 20:29:05 -0000 1.1 +++ pycharm-community-4.0.6.ebuild 1 Jun 2015 12:52:12 -0000 1.2 @@ -1,6 +1,6 @@ # 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.6.ebuild,v 1.1 2015/04/28 20:29:05 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.0.6.ebuild,v 1.2 2015/06/01 12:52:12 xmw Exp $ EAPI=5 @@ -8,7 +8,7 @@ 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" +SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz" LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising" SLOT="0" 1.6 dev-util/pycharm-community/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 28 Apr 2015 20:29:05 -0000 1.5 +++ ChangeLog 1 Jun 2015 12:52:12 -0000 1.6 @@ -1,6 +1,12 @@ # 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.5 2015/04/28 20:29:05 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v 1.6 2015/06/01 12:52:12 xmw Exp $ + +*pycharm-community-4.5.1 (01 Jun 2015) + + 01 Jun 2015; Michael Weber <[email protected]> +pycharm-community-4.5.1.ebuild, + pycharm-community-4.0.6.ebuild: + Version bump (thanks Manuel Rüger, 550276). *pycharm-community-4.0.6 (28 Apr 2015) 1.1 dev-util/pycharm-community/pycharm-community-4.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.5.1.ebuild?rev=1.1&content-type=text/plain Index: pycharm-community-4.5.1.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.5.1.ebuild,v 1.1 2015/06/01 12:52:12 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="http://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 }
