From 6801842359438b440666301b8d96eeb1db0d62d7 Mon Sep 17 00:00:00 2001 From: Julien Durillon Date: Wed, 15 Feb 2012 15:53:07 +0100 Subject: Bump idea-community --- .../idea-community-11.0.1.111.167.ebuild | 38 ---------------------- .../idea-community/idea-community-11.0.2.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 dev-util/idea-community/idea-community-11.0.1.111.167.ebuild create mode 100644 dev-util/idea-community/idea-community-11.0.2.ebuild 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 deleted file mode 100644 index 9fd6f74a..00000000 --- a/dev-util/idea-community/idea-community-11.0.1.111.167.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.2.ebuild b/dev-util/idea-community/idea-community-11.0.2.ebuild new file mode 100644 index 00000000..9fd6f74a --- /dev/null +++ b/dev-util/idea-community/idea-community-11.0.2.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