commit:     7e3f038418580856ece2a20e0f338d352eccc64b
Author:     Sasha Finkelstein <fnkl.kernel <AT> gmail <DOT> com>
AuthorDate: Sat Jul 20 10:42:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 08:18:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3f0384

dev-util/pycharm-community: install arm64 version on arm64 instead of x86 one

Also switch to using https urls.

Signed-off-by: Sasha Finkelstein <fnkl.kernel <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37628
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/pycharm-community/Manifest                          | 2 ++
 dev-util/pycharm-community/pycharm-community-2023.3.3.ebuild | 6 +++++-
 dev-util/pycharm-community/pycharm-community-2024.1.4.ebuild | 6 +++++-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 2c029acceeec..afc57f813ec5 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,3 +1,5 @@
 DIST pycharm-community-2023.1.1.tar.gz 577304778 BLAKE2B 
c630c4a21edc2c36e972965e35df63500dafe8ecbd5eee9c6246785bf9e6962e048759a8674160fd47de810a75ffcefe0df14149746ca789b8064623551bed19
 SHA512 
d0c2419b77ca34c04579f8d52a20427a927fc4d7b3edb1e7787ed515cdc3777b19d963c22975c932c3e568c1861ec7806955514921a1156e497b584f816cd6a2
+DIST pycharm-community-2023.3.3-aarch64.tar.gz 612584566 BLAKE2B 
a29de226630ba5b06e61a35b8bc82af1d5bdcdd347384a7ec690e74f1cd4eded36fe31a4336e3b3ca2a1286fa74482c8da29167e25e9c167805254e06008efbb
 SHA512 
31293c7eb52df2745a631020f499ba26baa9bb82445b5e38f4208b169f5256598b191195d76d4f9c4e31516d83df8eff331df14afb288b3ce85b07dd556b813d
 DIST pycharm-community-2023.3.3.tar.gz 611059375 BLAKE2B 
785ef9bef53bbcbbb20200c2d34533a859bf22414ef907b9fb3074e36dbda488f92747d4bafdaa9e37fb6503d78554bbc9071da9377fa7a91bddd805cff57c56
 SHA512 
7f84903d8e298ef8ddb4107086eab489b242fab8628b03fdf1e259d51d4883b112849058f0da09e1210721fc9f2e904808cee64dd31f6923a73a5e1e71c87649
+DIST pycharm-community-2024.1.4-aarch64.tar.gz 640210318 BLAKE2B 
8cba84b4d1a90ccb6ffc1598965f87797e9ea750e0c9101698a392e46a164e628f7fb8995a38adecb0c6dd19d1b486549bebc1c221eb0d378e26bb6cf8589f41
 SHA512 
bc0d6c4b8a944d51ca55716fcf14095ecdf59b56a20823357ff6003110f2795d960dae9333b8a5603f81f371ae0be20a59d64636e51706409037762500cfe3f2
 DIST pycharm-community-2024.1.4.tar.gz 640191029 BLAKE2B 
3d0ebdd8300454c52c50ff5798e49bca22b834c1084da002a97d0fab3a2304765086d2053b25c4285902f05819321ae2060d9109311070493531be8069d2f3c4
 SHA512 
8ad0600d0efc09c8c7bd95742a0803ea6672a1d547f76d7c4e1c69cd8cdc6efd36529e656e9868ac7618a745ac0e4edf8942670494dc77c9629728c9a78dae6b

diff --git a/dev-util/pycharm-community/pycharm-community-2023.3.3.ebuild 
b/dev-util/pycharm-community/pycharm-community-2023.3.3.ebuild
index a7d802f5c2db..f8a59ad68c8b 100644
--- a/dev-util/pycharm-community/pycharm-community-2023.3.3.ebuild
+++ b/dev-util/pycharm-community/pycharm-community-2023.3.3.ebuild
@@ -7,7 +7,11 @@ inherit desktop readme.gentoo-r1 wrapper xdg-utils
 
 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
 HOMEPAGE="http://www.jetbrains.com/pycharm/";
-SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz";
+SRC_URI="
+       x86? ( https://download.jetbrains.com/python/${P}.tar.gz )
+       amd64? ( https://download.jetbrains.com/python/${P}.tar.gz )
+       arm64? ( https://download.jetbrains.com/python/${P}-aarch64.tar.gz )
+"
 
 LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
 SLOT="0"

diff --git a/dev-util/pycharm-community/pycharm-community-2024.1.4.ebuild 
b/dev-util/pycharm-community/pycharm-community-2024.1.4.ebuild
index a7d802f5c2db..f8a59ad68c8b 100644
--- a/dev-util/pycharm-community/pycharm-community-2024.1.4.ebuild
+++ b/dev-util/pycharm-community/pycharm-community-2024.1.4.ebuild
@@ -7,7 +7,11 @@ inherit desktop readme.gentoo-r1 wrapper xdg-utils
 
 DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
 HOMEPAGE="http://www.jetbrains.com/pycharm/";
-SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz";
+SRC_URI="
+       x86? ( https://download.jetbrains.com/python/${P}.tar.gz )
+       amd64? ( https://download.jetbrains.com/python/${P}.tar.gz )
+       arm64? ( https://download.jetbrains.com/python/${P}-aarch64.tar.gz )
+"
 
 LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
 SLOT="0"

Reply via email to