From d2a6ee126b5c5d69590c88772a0a8cfd8363853a Mon Sep 17 00:00:00 2001 From: Julien Durillon Date: Tue, 31 Jan 2012 15:10:34 +0100 Subject: Bump dev-util/idea-community. To version 11. --- dev-util/idea-community/Manifest | 4 +-- .../idea-community-10.5.2.107.587.ebuild | 38 ---------------------- .../idea-community-11.0.1.111.167.ebuild | 38 ++++++++++++++++++++++ 3 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 dev-util/idea-community/idea-community-10.5.2.107.587.ebuild create mode 100644 dev-util/idea-community/idea-community-11.0.1.111.167.ebuild diff --git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest index ef0f5881..c2d334d8 100644 --- a/dev-util/idea-community/Manifest +++ b/dev-util/idea-community/Manifest @@ -1,2 +1,2 @@ -DIST ideaIC-10.5.2.tar.gz 84691012 RMD160 250199ae714a2f1cce1c8e1d33eccbd8e6a67e60 SHA1 1d0405bf1d691e291672374e5b61aee0d5aa52c3 SHA256 a268c9929ee86825150ddbbb196a894d98c3ba6712258fbc7fbb4b733db18e78 -EBUILD idea-community-10.5.2.107.587.ebuild 992 RMD160 1e188cc586d7555e33b47986f66a4e1e8c67f694 SHA1 a20c222bde9105c03e4207e22fbb4ecd3a2ef82a SHA256 e4b67cb942deaf39888a0462e09acde2ad1680fb2df2f929b986cd5365fb9b4d +DIST ideaIC-11.0.1.tar.gz 98757381 RMD160 c017b33b45fff443d89d7f4675a3ebabd70331f5 SHA1 67290ff0a4fe02e5707527222d75324de72056fe SHA256 f0189a7b89f136ddd6bcfd9b4bf89353730cd2c67b57ec8acacfc0e5b757c8ab +EBUILD idea-community-11.0.1.111.167.ebuild 992 RMD160 1e188cc586d7555e33b47986f66a4e1e8c67f694 SHA1 a20c222bde9105c03e4207e22fbb4ecd3a2ef82a SHA256 e4b67cb942deaf39888a0462e09acde2ad1680fb2df2f929b986cd5365fb9b4d diff --git a/dev-util/idea-community/idea-community-10.5.2.107.587.ebuild b/dev-util/idea-community/idea-community-10.5.2.107.587.ebuild deleted file mode 100644 index 9fd6f74a..00000000 --- a/dev-util/idea-community/idea-community-10.5.2.107.587.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -inherit eutils versionator - -SLOT="$(get_major_version)" -RDEPEND=">=virtual/jdk-1.6" - -MY_PV="$(get_version_component_range 4-5)" -MY_PN="idea" - -RESTRICT="strip" -QA_TEXTRELS="opt/${P}/bin/libbreakgen.so" - -DESCRIPTION="IntelliJ IDEA is an intelligent Java IDE" -HOMEPAGE="http://jetbrains.com/idea/" -SRC_URI="http://download.jetbrains.com/${MY_PN}/${MY_PN}IC-$(get_version_component_range 1-3).tar.gz" -LICENSE="IntelliJ-IDEA" -IUSE="" -KEYWORDS="~x86 ~amd64" -S="${WORKDIR}/${MY_PN}-IC-${MY_PV}" - -RDEPEND="!dev-util/idea-ultimate" - -src_install() { - local dir="/opt/${P}" - insinto "${dir}" - doins -r * - fperms 755 "${dir}/bin/${MY_PN}.sh" - local exe=${MY_PN}-${SLOT} - local icon=${exe}.png - newicon "bin/${MY_PN}_CE32.png" ${icon} - dodir /usr/bin - make_wrapper "$exe" "/opt/${P}/bin/${MY_PN}.sh" - make_desktop_entry ${exe} "IntelliJ IDEA ${PV}" ${icon} "Development;IDE" -} diff --git a/dev-util/idea-community/idea-community-11.0.1.111.167.ebuild b/dev-util/idea-community/idea-community-11.0.1.111.167.ebuild new file mode 100644 index 00000000..9fd6f74a --- /dev/null +++ b/dev-util/idea-community/idea-community-11.0.1.111.167.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +inherit eutils versionator + +SLOT="$(get_major_version)" +RDEPEND=">=virtual/jdk-1.6" + +MY_PV="$(get_version_component_range 4-5)" +MY_PN="idea" + +RESTRICT="strip" +QA_TEXTRELS="opt/${P}/bin/libbreakgen.so" + +DESCRIPTION="IntelliJ IDEA is an intelligent Java IDE" +HOMEPAGE="http://jetbrains.com/idea/" +SRC_URI="http://download.jetbrains.com/${MY_PN}/${MY_PN}IC-$(get_version_component_range 1-3).tar.gz" +LICENSE="IntelliJ-IDEA" +IUSE="" +KEYWORDS="~x86 ~amd64" +S="${WORKDIR}/${MY_PN}-IC-${MY_PV}" + +RDEPEND="!dev-util/idea-ultimate" + +src_install() { + local dir="/opt/${P}" + insinto "${dir}" + doins -r * + fperms 755 "${dir}/bin/${MY_PN}.sh" + local exe=${MY_PN}-${SLOT} + local icon=${exe}.png + newicon "bin/${MY_PN}_CE32.png" ${icon} + dodir /usr/bin + make_wrapper "$exe" "/opt/${P}/bin/${MY_PN}.sh" + make_desktop_entry ${exe} "IntelliJ IDEA ${PV}" ${icon} "Development;IDE" +} -- cgit v1.2.3-65-gdbad