From: "Alice Ferrazzi" <alicef@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/idea-ultimate/
Date: Sat, 19 Aug 2017 10:27:45 +0000 (UTC) [thread overview]
Message-ID: <1503138339.e1639f1219ef42754f7230860bea0f3e791794b8.alicef@gentoo> (raw)
commit: e1639f1219ef42754f7230860bea0f3e791794b8
Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 10:25:39 2017 +0000
Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 10:25:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1639f12
dev-util/idea-ultimate: bump 2017.2.2
close-bug: 614158
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-util/idea-ultimate/Manifest | 3 +-
.../idea-ultimate-2017.1.3.171.4424.56.ebuild | 82 ----------------------
...d => idea-ultimate-2017.2.2.172.3757.52.ebuild} | 0
3 files changed, 1 insertion(+), 84 deletions(-)
diff --git a/dev-util/idea-ultimate/Manifest b/dev-util/idea-ultimate/Manifest
index 9e9de4d292a..a4a13503cf5 100644
--- a/dev-util/idea-ultimate/Manifest
+++ b/dev-util/idea-ultimate/Manifest
@@ -1,2 +1 @@
-DIST ideaIU-171.4249.39.tar.gz 615812999 SHA256 7fe305e66f25029bd363d2c4bf2db70ae3423d8d99156fc62bcfe3d8c59aee05 SHA512 503990c45ca666f266aff7928b84455c46268d13ef713d04acf14f7532dd58ff8234f74858695a21d06d01a9aa74421b6ef4a5161c1e044b63b2f3372349ee3c WHIRLPOOL 520ce1f8daa2a7f7879fe486a9640df21279312cfe850084771ca13f561afefa7753ccb5435a17fb6238f8dee92fd92ad641ebd2a8caadf937ecb07efc8bd935
-DIST ideaIU-171.4424.56.tar.gz 617389249 SHA256 638db425e0896a7639b7eb6ad67d7e65502118ee9680337c44ab40502ed358bd SHA512 ca0748c653822976357627d4ecc3a2fc496daeb4e58185e2cdb26907eb2da3239b35bd22a054b4c1ffae3ff54302ef968426d57a29d44af3c496373d99b74ab7 WHIRLPOOL a0640bf6ba23fd2045769f88af02fb104f5d32bf7d7025857e6bf142c5d9e7a15050c47f6b512c3493391ac5d49800824230c7fc51b1e4014def8efbf55a7c43
+DIST ideaIU-172.3757.52.tar.gz 625753104 SHA256 b5f33894abbf31786a17779bc11bfbe05f46cbbcd516fc2d48590411c44be95c SHA512 dd730a34f141f345f0af8fb7ee32c1e7a98ec54dcb5df5a644b49e94b7a6d2eb8b6a134ad3d77010e408299b71137b8bd578d3563200762144a747747bf28c0f WHIRLPOOL 0b7d659645801bff3263a13704bde66d2e43f9516f6ca1f3a26d3fb97ffe4f3322504bf8c6423554c2a9b7c4aaa5f13f215d2d9866812dc9a989a82e30c4f3ff
diff --git a/dev-util/idea-ultimate/idea-ultimate-2017.1.3.171.4424.56.ebuild b/dev-util/idea-ultimate/idea-ultimate-2017.1.3.171.4424.56.ebuild
deleted file mode 100644
index 088e87ce25b..00000000000
--- a/dev-util/idea-ultimate/idea-ultimate-2017.1.3.171.4424.56.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils versionator
-
-SLOT="0"
-PV_STRING="$(get_version_component_range 4-6)"
-MY_PV="$(get_version_component_range 1-3)"
-MY_PN="idea"
-
-# distinguish settings for official stable releases and EAP-version releases
-if [[ "$(get_version_component_range 7)x" = "prex" ]]
-then
- # upstream EAP
- KEYWORDS=""
- SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IU-${PV_STRING}.tar.gz"
-else
- # upstream stable
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://download.jetbrains.com/idea/${MY_PN}IU-${MY_PV}.tar.gz -> ${MY_PN}IU-${PV_STRING}.tar.gz"
-fi
-
-DESCRIPTION="A complete toolset for web, mobile and enterprise development"
-HOMEPAGE="https://www.jetbrains.com/idea"
-
-LICENSE="IDEA
- || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )"
-IUSE="-custom-jdk"
-
-DEPEND="!dev-util/${PN}:14
- !dev-util/${PN}:15"
-RDEPEND="${DEPEND}
- >=virtual/jdk-1.7:*"
-S="${WORKDIR}/${MY_PN}-IU-${PV_STRING}"
-
-QA_PREBUILT="opt/${PN}-${MY_PV}/*"
-
-src_prepare() {
- if ! use amd64; then
- rm -r plugins/tfsIntegration/lib/native/linux/x86_64 || die
- fi
- if ! use arm; then
- rm bin/fsnotifier-arm || die
- rm -r plugins/tfsIntegration/lib/native/linux/arm || die
- fi
- if ! use ppc; then
- rm -r plugins/tfsIntegration/lib/native/linux/ppc || die
- fi
- if ! use x86; then
- rm -r plugins/tfsIntegration/lib/native/linux/x86 || die
- fi
- if ! use custom-jdk; then
- if [[ -d jre ]]; then
- rm -r jre || die
- fi
- fi
- rm -r plugins/tfsIntegration/lib/native/solaris || die
- rm -r plugins/tfsIntegration/lib/native/hpux || die
-}
-
-src_install() {
- local dir="/opt/${PN}-${MY_PV}"
-
- insinto "${dir}"
- doins -r *
- fperms 755 "${dir}"/bin/{idea.sh,fsnotifier{,64}}
-
- if use custom-jdk; then
- if [[ -d jre ]]; then
- fperms 755 "${dir}"/jre/jre/bin/{java,jjs,keytool,orbd,pack200,policytool,rmid,rmiregistry,servertool,tnameserv,unpack200}
- fi
- fi
-
- make_wrapper "${PN}" "${dir}/bin/${MY_PN}.sh"
- newicon "bin/${MY_PN}.png" "${PN}.png"
- make_desktop_entry "${PN}" "IntelliJ Idea Ultimate" "${PN}" "Development;IDE;"
-
- # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
- mkdir -p "${D}/etc/sysctl.d/" || die
- echo "fs.inotify.max_user_watches = 524288" > "${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
-}
diff --git a/dev-util/idea-ultimate/idea-ultimate-2017.1.2.171.4249.39.ebuild b/dev-util/idea-ultimate/idea-ultimate-2017.2.2.172.3757.52.ebuild
similarity index 100%
rename from dev-util/idea-ultimate/idea-ultimate-2017.1.2.171.4249.39.ebuild
rename to dev-util/idea-ultimate/idea-ultimate-2017.2.2.172.3757.52.ebuild
next reply other threads:[~2017-08-19 10:27 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-19 10:27 Alice Ferrazzi [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-09-13 7:17 [gentoo-commits] repo/gentoo:master commit in: dev-util/idea-ultimate/ Sergei Trofimovich
2019-09-13 7:10 Michał Górny
2017-12-29 18:05 Alice Ferrazzi
2017-08-11 12:55 Amy Liffey
2017-05-27 22:57 Patrice Clement
2017-05-15 7:07 Alice Ferrazzi
2017-01-24 13:09 Alice Ferrazzi
2016-12-14 16:46 Alice Ferrazzi
2016-12-01 18:28 Alice Ferrazzi
2016-06-12 22:03 Patrice Clement
2016-06-12 22:03 Patrice Clement
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-04-13 2:14 Ian Delaney
2016-04-06 9:23 Patrice Clement
2016-03-05 11:39 Patrice Clement
2016-02-28 19:04 Patrice Clement
2016-01-28 9:44 Patrice Clement
2015-12-29 23:36 Ian Delaney
2015-12-19 19:07 Patrice Clement
2015-12-06 4:09 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-05 14:23 Ian Delaney
2015-11-26 14:58 Patrice Clement
2015-11-09 10:31 Agostino Sarubbo
2015-10-16 6:35 Patrice Clement
2015-10-08 9:06 Patrice Clement
2015-09-29 20:39 Patrice Clement
2015-09-04 12:43 Julian Ospald
2015-08-19 23:17 Julian Ospald
2015-08-19 23:16 Julian Ospald
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=1503138339.e1639f1219ef42754f7230860bea0f3e791794b8.alicef@gentoo \
--to=alicef@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