xmw         15/08/08 15:38:46

  Modified:             ChangeLog
  Added:                pycharm-community-4.5.3.ebuild
  Removed:              pycharm-community-4.5.1.ebuild
                        pycharm-community-4.0.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.8                  dev-util/pycharm-community/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Jul 2015 16:03:18 -0000       1.7
+++ ChangeLog   8 Aug 2015 15:38:46 -0000       1.8
@@ -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.7 
2015/07/05 16:03:18 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pycharm-community/ChangeLog,v 1.8 
2015/08/08 15:38:46 xmw Exp $
+
+*pycharm-community-4.5.3 (08 Aug 2015)
+
+  08 Aug 2015; Michael Weber <[email protected]> +pycharm-community-4.5.3.ebuild,
+  -pycharm-community-4.0.5.ebuild, -pycharm-community-4.5.1.ebuild:
+  Version bump.
 
 *pycharm-community-4.5.2 (05 Jul 2015)
 



1.1                  dev-util/pycharm-community/pycharm-community-4.5.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.5.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pycharm-community/pycharm-community-4.5.3.ebuild?rev=1.1&content-type=text/plain

Index: pycharm-community-4.5.3.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.3.ebuild,v
 1.1 2015/08/08 15:38:46 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
}




Reply via email to