diff options
-rw-r--r-- | dev-util/idea-community/Manifest | 2 | ||||
-rw-r--r-- | dev-util/idea-community/idea-community-2021.3.213.5744.223.ebuild (renamed from dev-util/idea-community/idea-community-2021.2.3.212.5457.46.ebuild) | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/idea-community/Manifest b/dev-util/idea-community/Manifest index c17d030f5c6f..91c92d090e66 100644 --- a/dev-util/idea-community/Manifest +++ b/dev-util/idea-community/Manifest @@ -1,2 +1,2 @@ -DIST ideaIC-2.3.212.5457.46.tar.gz 667318583 BLAKE2B 95b6961ef620947a3c9466eee14dce7532d1286e0e489019b460c51ac2c42c09aeb7e90c5c12dac9ee3cf054cf4d00952d6eb4094c5caadd6d531a38a6ca86ad SHA512 172ac71064f4db1cf0983620477d9a86ce1a5652eb5af498c9177cff8b2f0c4fa3318a901c31a1b19c262efe7564982f6057880d8bb4696424d05ac3cebb11b6 +DIST ideaIC-3.213.5744.223.tar.gz 629835415 BLAKE2B 92ce24f64fcd377d477996dab42ee064b3788a29f38a620e9acf6a523c2e9ee6ca6beb864d985138db3754c99d83d5006517885c169df58ed7188e5d8568b144 SHA512 b70836c3668f87dcb6779523581a69395fda1a2a1e44ef1fd5d20341353afee6dca2a73cbfad52a094e0db9d44c03e202f9dd8505ccddbc5ae2ee927273ba607 DIST jbr-11_0_11-linux-x64-b1504.5.tar.gz 294397271 BLAKE2B a6c5ef54fc859bf1effb6759704924fb93b2d56f42cac4a56b2ff9f1f29f847448f46dac3215a277e4c272dcfab65edc21b8ed92d9b32290a0360a1586ac0868 SHA512 918a856d26fc3197ba1cc813c05cde119e7fbe8fbbd79e740e759e3b1af01e568032491dad2420f41f3c221c63b04ed3366b6acea2cc33d0e70aff947a1a0462 diff --git a/dev-util/idea-community/idea-community-2021.2.3.212.5457.46.ebuild b/dev-util/idea-community/idea-community-2021.3.213.5744.223.ebuild index 36309d5c05c1..f41116f68514 100644 --- a/dev-util/idea-community/idea-community-2021.2.3.212.5457.46.ebuild +++ b/dev-util/idea-community/idea-community-2021.3.213.5744.223.ebuild @@ -6,14 +6,14 @@ inherit eutils desktop SLOT="0" PV_STRING="$(ver_cut 2-6)" -MY_PV="$(ver_cut 1-3)" +MY_PV="$(ver_cut 1-2)" MY_PN="idea" # Using the most recent Jetbrains Runtime binaries available at the time of writing # ( jre 11.0.10 build 1304.4 ) JRE11_BASE="11_0_11" JRE11_VER="1504.5" -IDEA_VER="2.157861308.704681908.1634561297-1608238442.1631355834" +IDEA_VER="2.239720128.29310938.1638227338-350593612.1638138682" # distinguish settings for official stable releases and EAP-version releases if [[ "$(ver_cut 7)"x = "prex" ]] @@ -38,8 +38,8 @@ LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CDDL-1.1 DEPEND=" || ( - >=dev-java/openjdk-11.0.11_p9-r1:11 - >=dev-java/openjdk-bin-11.0.11_p9-r1:11 + >=dev-java/openjdk-11.0.13_p8:11 + >=dev-java/openjdk-bin-11.0.13_p8-r1:11 )" RDEPEND="${DEPEND} dev-java/jansi-native @@ -48,7 +48,7 @@ RDEPEND="${DEPEND} BDEPEND="dev-util/patchelf" RESTRICT="splitdebug" -S="${WORKDIR}/${MY_PN}-IC-$(ver_cut 4-6)" +S="${WORKDIR}/${MY_PN}-IC-$(ver_cut 3-6)" QA_PREBUILT="opt/${PN}-${MY_PV}/*" |