summaryrefslogtreecommitdiff
path: root/dev-util/goland
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-23 19:24:10 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-23 19:24:10 +0000
commit575bcb9220287a6f0d2577db1fd9fe55d9d8b745 (patch)
tree52f12cfa140d4839d32305dd42eebe34e9686234 /dev-util/goland
parent4c5bd80830992553e02f099442277e10ee97372d (diff)
gentoo auto-resync : 23:02:2025 - 19:24:09
Diffstat (limited to 'dev-util/goland')
-rw-r--r--dev-util/goland/Manifest2
-rw-r--r--dev-util/goland/goland-2022.3.3-r1.ebuild30
2 files changed, 13 insertions, 19 deletions
diff --git a/dev-util/goland/Manifest b/dev-util/goland/Manifest
index a56e6e1ca97b..1af688eea9a2 100644
--- a/dev-util/goland/Manifest
+++ b/dev-util/goland/Manifest
@@ -1,4 +1,4 @@
DIST goland-2022.3.3-aarch64.tar.gz 669196391 BLAKE2B bf19290a73d9a0e268f90420a4aa3962da842fcc59e2323b9631cf6c511fdd48b2663164e15e587fbee6ba0f51650798eb91d41c750a64c2760ceaa2fe74d13f SHA512 b75ef4063adb8e75b8c20b9f762c7b9d5a1614d666cc81ba21e25728a55a2ee83343eabce29bc7f90eab03ec0eeca9ce2c9dba2016330491e9f16313f0087157
DIST goland-2022.3.3.tar.gz 673567402 BLAKE2B e1771f0890e12e43099d50907aeaa479dedab514f2900cef738e7a9a37314376cf37155e04e55dfeb5e783f6b3f1ebb96f33005d39b8d01404502486adf91416 SHA512 e5a216a2f31698f226bcc58ed5f7c7efd0110f93f001c6de20d2fee25cfd7b816bda59f1f6fda5c0052cfa0d5aa1e089c7f2a7d2a6cedc64a6fd3c7319359030
-EBUILD goland-2022.3.3-r1.ebuild 2608 BLAKE2B a4d634faaed453e2924ed33a4d6528181c86872ff3596b9212f12ea32a2390d75035d0c984bc2f266f0dbd623c38899c5092cadd9c0d6d87389bfc96a7aa155e SHA512 99c689040cba94dc09b79c22efbfc15b60349f4cee036fc9c8acd94a78240faf99c62f3bc3c424273dbade47b2800540536d2ea1614f414691a300676dc73ac0
+EBUILD goland-2022.3.3-r1.ebuild 2465 BLAKE2B b91516f5288d488174ea983007733769a956b4460a59c805414175ec879eb3e425435dbf2e32c3d95297782106fa0ffb8924a4b39eff8bf8dcff7dfd203a5a18 SHA512 84655aba6e319844fac2674151d5c8958c5ce6fef37b0aef95214e70a9d356d987901211a6888e03ca4d46b9932201bd4c0818fcbb0a684876b0270a7e1752ec
MISC metadata.xml 245 BLAKE2B c146502191378e07b2d7d4d97bcb6daa8eb65f6c0b0d947b8214c19e5302fefc9921d9f8d13516c8bf31d9f642782d098a5d8aa67f45ed4fb33f65c25b1ef8ed SHA512 e901bb8274c666979c1a357a6681d5a0a0f73d5e1d6a4e87eb2f23b16e2ba28592b7d5bd9e2a3e37cf5aec66c159707deaf68619d0cda5e51e1ca98b73253c3a
diff --git a/dev-util/goland/goland-2022.3.3-r1.ebuild b/dev-util/goland/goland-2022.3.3-r1.ebuild
index 514b7bc36e7a..47a7c085f624 100644
--- a/dev-util/goland/goland-2022.3.3-r1.ebuild
+++ b/dev-util/goland/goland-2022.3.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit desktop wrapper
+inherit desktop eapi9-ver wrapper
DESCRIPTION="Golang IDE by JetBrains"
HOMEPAGE="https://www.jetbrains.com/go"
@@ -71,20 +71,14 @@ pkg_postinst() {
elog " https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit"
fi
- local replacing_version
- for replacing_version in ${REPLACING_VERSIONS} ; do
- if ver_test "${replacing_version}" -lt "2019.3-r1"; then
- # This revbump requires user interaction.
- echo
- ewarn "Previous versions configured fs.inotify.max_user_watches without user interaction."
- ewarn "Since version 2019.3-r1 you need to do so manually, e.g. by calling"
- ewarn "echo \"fs.inotify.max_user_watches = 524288\" > /etc/sysctl.d/30-idea-inotify-watches.conf"
- ewarn "and reloading with \"sysctl --system\" (and restarting the IDE)."
- ewarn "For details see:"
- ewarn " https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit"
-
- # Show this ewarn only once
- break
- fi
- done
+ if ver_replacing -lt "2019.3-r1"; then
+ # This revbump requires user interaction.
+ echo
+ ewarn "Previous versions configured fs.inotify.max_user_watches without user interaction."
+ ewarn "Since version 2019.3-r1 you need to do so manually, e.g. by calling"
+ ewarn "echo \"fs.inotify.max_user_watches = 524288\" > /etc/sysctl.d/30-idea-inotify-watches.conf"
+ ewarn "and reloading with \"sysctl --system\" (and restarting the IDE)."
+ ewarn "For details see:"
+ ewarn " https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit"
+ fi
}