summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2015-08-08 15:38:46 +0000
committerMichael Weber <xmw@gentoo.org>2015-08-08 15:38:46 +0000
commitb5c765724ccef20621deb6a9ead7afdf7c9a378d (patch)
treea39588b07c5be68c5921e3c04b5ea9293494e7fd
parentVersion bump with schema install fix to the live ebuild. (diff)
downloadgentoo-2-b5c765724ccef20621deb6a9ead7afdf7c9a378d.tar.gz
gentoo-2-b5c765724ccef20621deb6a9ead7afdf7c9a378d.tar.bz2
gentoo-2-b5c765724ccef20621deb6a9ead7afdf7c9a378d.zip
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
-rw-r--r--dev-util/pycharm-community/ChangeLog8
-rw-r--r--dev-util/pycharm-community/pycharm-community-4.0.5.ebuild38
-rw-r--r--dev-util/pycharm-community/pycharm-community-4.5.3.ebuild (renamed from dev-util/pycharm-community/pycharm-community-4.5.1.ebuild)2
3 files changed, 8 insertions, 40 deletions
diff --git a/dev-util/pycharm-community/ChangeLog b/dev-util/pycharm-community/ChangeLog
index 0137c0360cee..527c0d4aaa13 100644
--- a/dev-util/pycharm-community/ChangeLog
+++ b/dev-util/pycharm-community/ChangeLog
@@ -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 <xmw@gentoo.org> +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)
diff --git a/dev-util/pycharm-community/pycharm-community-4.0.5.ebuild b/dev-util/pycharm-community/pycharm-community-4.0.5.ebuild
deleted file mode 100644
index 4344f1e81e22..000000000000
--- a/dev-util/pycharm-community/pycharm-community-4.0.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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
-}
diff --git a/dev-util/pycharm-community/pycharm-community-4.5.1.ebuild b/dev-util/pycharm-community/pycharm-community-4.5.3.ebuild
index 2a18f9dbb071..00e3eee4bba8 100644
--- a/dev-util/pycharm-community/pycharm-community-4.5.1.ebuild
+++ b/dev-util/pycharm-community/pycharm-community-4.5.3.ebuild
@@ -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.5.1.ebuild,v 1.1 2015/06/01 12:52:12 xmw Exp $
+# $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