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: Mon, 15 May 2017 07:07:07 +0000 (UTC) [thread overview]
Message-ID: <1494831965.b440a19af791a6cd33620d36125ca50d282263c6.alicef@gentoo> (raw)
commit: b440a19af791a6cd33620d36125ca50d282263c6
Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 07:05:31 2017 +0000
Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Mon May 15 07:06:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b440a19a
dev-util/idea-ultimate: bumped to 2017.1.2.171.4249.39
removed all ebuild
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-util/idea-ultimate/Manifest | 3 +-
.../idea-ultimate-2016.3.1.163.9166.29.ebuild | 82 ----------------------
...d => idea-ultimate-2017.1.2.171.4249.39.ebuild} | 0
3 files changed, 1 insertion(+), 84 deletions(-)
diff --git a/dev-util/idea-ultimate/Manifest b/dev-util/idea-ultimate/Manifest
index cd162255c3c..77ca2614acb 100644
--- a/dev-util/idea-ultimate/Manifest
+++ b/dev-util/idea-ultimate/Manifest
@@ -1,2 +1 @@
-DIST ideaIU-163.11103.6.tar.gz 602157018 SHA256 95871c9a8aed1bd8992ff493fbc5fc31674b18ef3cd509eb8f2e5650b3419eaf SHA512 0e0fc4fbf6b7f9fc099f0debbf99bc2ff3f6e08dcb2fa614564199e68b9ba1ad394555d4305ac7079eab274ed9f127765a01e8d452f8c7c38fc6de52887886a7 WHIRLPOOL 75f1e65779cb476c3b70a2a6672126fbf8a11fe93323f7c540f58aae42d99b2d9cc6cc1026f46601adf232de239e5346f48a8cbade217d68f9fee1287ac5d8d2
-DIST ideaIU-163.9166.29.tar.gz 601076158 SHA256 1c52ea32f13f186ed532c16a084e8360d7d4a58e93a05ce25bde9c88ab7b2699 SHA512 d0e8e80129b0650bcdd2c630d7ab6b584c47bb9f361cf02622ba4e40d777cf2563e4bacdd397a203f91894144eedb17d7aee3cd3ba42c31e97d7da29720a34dd WHIRLPOOL 254f64cdc3c3b2fe165ed1796fc763449eb691ee99807d25cf4b286ac0b784d34fee477241988ef46fe49c1eb4ca7f386e50159b926fa5569f2e11e20b9f2e2c
+DIST ideaIU-171.4249.39.tar.gz 615812999 SHA256 7fe305e66f25029bd363d2c4bf2db70ae3423d8d99156fc62bcfe3d8c59aee05 SHA512 503990c45ca666f266aff7928b84455c46268d13ef713d04acf14f7532dd58ff8234f74858695a21d06d01a9aa74421b6ef4a5161c1e044b63b2f3372349ee3c WHIRLPOOL 520ce1f8daa2a7f7879fe486a9640df21279312cfe850084771ca13f561afefa7753ccb5435a17fb6238f8dee92fd92ad641ebd2a8caadf937ecb07efc8bd935
diff --git a/dev-util/idea-ultimate/idea-ultimate-2016.3.1.163.9166.29.ebuild b/dev-util/idea-ultimate/idea-ultimate-2016.3.1.163.9166.29.ebuild
deleted file mode 100644
index 92e22802b3d..00000000000
--- a/dev-util/idea-ultimate/idea-ultimate-2016.3.1.163.9166.29.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 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-2016.3.3.163.11103.6.ebuild b/dev-util/idea-ultimate/idea-ultimate-2017.1.2.171.4249.39.ebuild
similarity index 100%
rename from dev-util/idea-ultimate/idea-ultimate-2016.3.3.163.11103.6.ebuild
rename to dev-util/idea-ultimate/idea-ultimate-2017.1.2.171.4249.39.ebuild
next reply other threads:[~2017-05-15 7:07 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-15 7:07 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-19 10:27 Alice Ferrazzi
2017-08-11 12:55 Amy Liffey
2017-05-27 22:57 Patrice Clement
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=1494831965.b440a19af791a6cd33620d36125ca50d282263c6.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