From: "Julian Ospald" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/idea-ultimate/
Date: Wed, 19 Aug 2015 23:16:00 +0000 (UTC) [thread overview]
Message-ID: <1440025918.fe70445afcda831430ee1cf10b51dbf450d9a316.hasufell@gentoo> (raw)
commit: fe70445afcda831430ee1cf10b51dbf450d9a316
Author: switch87 <gert <AT> gepe-biljarts <DOT> be>
AuthorDate: Wed Aug 19 22:09:57 2015 +0000
Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 23:11:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe70445a
dev-util/idea-ultimate: initial import wrt bug 87419
dev-util/idea-ultimate/Manifest | 2 ++
.../idea-ultimate-14.1.4.141.1532.4.ebuild | 31 +++++++++++++++++++++
.../idea-ultimate-15.0.0.142.3926.4_pre.ebuild | 32 ++++++++++++++++++++++
dev-util/idea-ultimate/metadata.xml | 13 +++++++++
4 files changed, 78 insertions(+)
diff --git a/dev-util/idea-ultimate/Manifest b/dev-util/idea-ultimate/Manifest
new file mode 100644
index 0000000..2c0c110
--- /dev/null
+++ b/dev-util/idea-ultimate/Manifest
@@ -0,0 +1,2 @@
+DIST ideaIU-14.1.4.tar.gz 311885918 SHA256 5c6dfb5ba9f2c3294ee125e96e96e50287a460784287181a8e83e4326005bac3 SHA512 a8d86a3d2a32ba956158d798bff30408d8574a070ee5da313ce08738bddff84f9e703bcf5dd5a3b38212dfdd85625e5bb508800822795d8d77dde24f1fa8f952 WHIRLPOOL e9622a2523983acf27200528056560dcc7c9fee1df1bd26b8129d1576dc77c96d0cd8bdde7e73c0964bc6ed23433efc962534f512a54eea024632f9cb0d3467f
+DIST ideaIU-142.3926.4.tar.gz 354968506 SHA256 c66bf272faa0039145e80efdd59934e3425a5f0bc25726ed5681433dc55e101c SHA512 8228dbde5b00350d5b21880681d19750b5cbd57c842a6a5bcd7ab06d0c97dddfcab8a02e0639a4c9208f8e4ee73bd20fb17918c3c66c68c042b8d62e1b442815 WHIRLPOOL 1d3e449f2ade558b92525c4ba44678d553f15a9d9688c4ce899d7b2497c98280471a85c35efcbb929d4ae0b73d2bc1e3fbebbdf72d35f7d15b310b53d8f364a7
diff --git a/dev-util/idea-ultimate/idea-ultimate-14.1.4.141.1532.4.ebuild b/dev-util/idea-ultimate/idea-ultimate-14.1.4.141.1532.4.ebuild
new file mode 100644
index 0000000..f89888f
--- /dev/null
+++ b/dev-util/idea-ultimate/idea-ultimate-14.1.4.141.1532.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils versionator
+
+SLOT="$(get_major_version)"
+MY_PV="$(get_version_component_range 4-6)"
+MY_PN="idea"
+
+DESCRIPTION="A complete toolset for web, mobile and enterprise development"
+HOMEPAGE="http://www.jetbrains.com/idea"
+SRC_URI="https://download.jetbrain.com/idea/${MY_PN}IU-$(get_version_component_range 1-3).tar.gz"
+
+LICENSE="IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jdk-1.7"
+S=${WORKDIR}/${MY_PN}-IU-${MY_PV}
+
+src_install() {
+ local dir="/opt/${PN}"
+
+ insinto "${dir}"
+ doins -r *
+ fperms 755 ${dir}/bin/{idea.sh,fsnotifier{,64}}
+
+ make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh"
+}
diff --git a/dev-util/idea-ultimate/idea-ultimate-15.0.0.142.3926.4_pre.ebuild b/dev-util/idea-ultimate/idea-ultimate-15.0.0.142.3926.4_pre.ebuild
new file mode 100644
index 0000000..6ccddac
--- /dev/null
+++ b/dev-util/idea-ultimate/idea-ultimate-15.0.0.142.3926.4_pre.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils versionator
+
+SLOT="$(get_major_version)"
+MY_PV="$(get_version_component_range 4-6)"
+MY_PN="idea"
+
+DESCRIPTION="A complete toolset for web, mobile and enterprise development"
+HOMEPAGE="http://www.jetbrains.com/idea"
+SRC_URI="https://download.jetbrain.com/idea/${MY_PN}IU-${MY_PV}.tar.gz"
+
+LICENSE="IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jdk-1.7"
+S=${WORKDIR}/${MY_PN}-IU-${MY_PV}
+
+src_install() {
+ local dir="/opt/${PN}"
+
+ insinto "${dir}"
+ doins -r *
+ fperms 755 ${dir}/bin/{idea.sh,fsnotifier{,64}}
+
+ make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh"
+
+}
diff --git a/dev-util/idea-ultimate/metadata.xml b/dev-util/idea-ultimate/metadata.xml
new file mode 100644
index 0000000..913048d
--- /dev/null
+++ b/dev-util/idea-ultimate/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>proxy-maintainers</herd>
+<maintainer>
+ <email>gert@gepe-biljarts.be</email>
+ <name>Gert Pellin</name>
+ <description>Proxy maintainer. Assign bugs to him.</description>
+</maintainer>
+<longdescription lang="en">
+Excel at enterprise, mobile and web development with Java, Scala and Groovy, with all the latest modern technologies and frameworks available out of the box.
+</longdescription>
+</pkgmetadata>
next reply other threads:[~2015-08-19 23:16 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-19 23:16 Julian Ospald [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-19 23:17 [gentoo-commits] repo/gentoo:master commit in: dev-util/idea-ultimate/ Julian Ospald
2015-09-04 12:43 Julian Ospald
2015-09-29 20:39 Patrice Clement
2015-10-08 9:06 Patrice Clement
2015-10-16 6:35 Patrice Clement
2015-11-09 10:31 Agostino Sarubbo
2015-11-26 14:58 Patrice Clement
2015-12-05 14:23 Ian Delaney
2015-12-05 14:23 Ian Delaney
2015-12-05 14:23 Ian Delaney
2015-12-05 14:23 Ian Delaney
2015-12-06 4:09 Ian Delaney
2015-12-19 19:07 Patrice Clement
2015-12-29 23:36 Ian Delaney
2016-01-28 9:44 Patrice Clement
2016-02-28 19:04 Patrice Clement
2016-03-05 11:39 Patrice Clement
2016-04-06 9:23 Patrice Clement
2016-04-13 2:14 Ian Delaney
2016-05-12 7:42 Patrice Clement
2016-05-12 7:42 Patrice Clement
2016-05-12 7:42 Patrice Clement
2016-05-12 7:42 Patrice Clement
2016-06-12 22:03 Patrice Clement
2016-06-12 22:03 Patrice Clement
2016-12-01 18:28 Alice Ferrazzi
2016-12-14 16:46 Alice Ferrazzi
2017-01-24 13:09 Alice Ferrazzi
2017-05-15 7:07 Alice Ferrazzi
2017-05-27 22:57 Patrice Clement
2017-08-11 12:55 Amy Liffey
2017-08-19 10:27 Alice Ferrazzi
2017-12-29 18:05 Alice Ferrazzi
2019-09-13 7:10 Michał Górny
2019-09-13 7:17 Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440025918.fe70445afcda831430ee1cf10b51dbf450d9a316.hasufell@gentoo \
--to=hasufell@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox