public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clion/
Date: Thu, 25 Sep 2025 07:02:31 +0000 (UTC)	[thread overview]
Message-ID: <1758783711.7509e51ca0b050ac5a1aec4f9c5953b96aba007f.ceamac@gentoo> (raw)

commit:     7509e51ca0b050ac5a1aec4f9c5953b96aba007f
Author:     Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
AuthorDate: Sun Sep 21 13:46:29 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Sep 25 07:01:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7509e51c

dev-util/clion: bump 2025.2.2

Signed-off-by: Stefan Cristian B. <stefan.cristian+git <AT> rogentos.ro>
Part-of: https://github.com/gentoo/gentoo/pull/43887
Closes: https://github.com/gentoo/gentoo/pull/43887
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-util/clion/Manifest              |   2 +
 dev-util/clion/clion-2025.2.2.ebuild | 161 +++++++++++++++++++++++++++++++++++
 2 files changed, 163 insertions(+)

diff --git a/dev-util/clion/Manifest b/dev-util/clion/Manifest
index 63581fd67af3..fbb46fa70f04 100644
--- a/dev-util/clion/Manifest
+++ b/dev-util/clion/Manifest
@@ -2,4 +2,6 @@ DIST CLion-2024.3.5.tar.gz 1577257365 BLAKE2B 922e082321e112e8cc7cdf17c4395464b8
 DIST CLion-2025.1.4-aarch64.tar.gz 1563056200 BLAKE2B 6b018b5a3a4327c54733d875b10db7ae35afbdbced920423575e0179b3d5cc722714a2362e0a40078097439296b1ecbf22f743d589196815631de3ad5185d3fc SHA512 7167a5cfba44d87a47bbaa9c6b268878a151fdcfb96cb6f64189f8c8f4fbcf3e793f072a9237893523fb55bda15b37d3cba0fd5f12b2eef5dd6ef80aeb61f365
 DIST CLion-2025.1.4.tar.gz 1572762665 BLAKE2B d8f909e3a79b4be1980c8eb19f19b8e39bb26abdecc97ea4e8ed64c6ea7fc5b796f3d275977dbaea5aa22b07ed381544ea3ae7d484dfd3c8b9034e6c90976b38 SHA512 c22e6f9a1fe8c3a92853e6e4130723c073aa50241abd2ae27085bb4465c03cab4c33312bea140bcd1e5675a8963fdc4f8d85e52a648d1bdc1ecb35e6fd14ed42
 DIST CLion-2025.2-aarch64.tar.gz 2139634891 BLAKE2B cdfdac4b6a5b866ed6241d02c40e1fadc23592c013987d6751e482bc342a247a102ddb7b1c10d70922908bff09f224ef51194a4c1da38a4c5883ae4a53d2aac7 SHA512 73dd2cc97170b836aa6815b4496fa3bdd0019455b009664abc2dae79541aa5e61adbe99854ee6e2e221e3486a720abc904a0bd9e5c32743b3c8d8ac8a1c77c9d
+DIST CLion-2025.2.2-aarch64.tar.gz 2123225482 BLAKE2B 1bf457dfe3b7aab8a12fd17f826c76e63dfbf8fa09ab62ac3d0c66773fc920e968852b80147c4422d9e794860ba62cd5b7690a29912e671e2207eba4aa1e401d SHA512 08d3aeee85a8c4f24a1c813e4f2de664f19fead8bc66bde26be68fc19b181eec494b48635c58334f59b72cf473f2f47a78c759f2f988d1dea82ab6d289c1856c
+DIST CLion-2025.2.2.tar.gz 2126755834 BLAKE2B 91be60b87317cc419a8fa0cbb1fb0f3da414e9f7fc88e480cc44784620680a6a6f937dbfc487ba4b648af9c76786a06cb7d0724eab6997843c8a1ffc9ddc47fc SHA512 35651c01adf1316ea588639dadf118e7b55d1acc4ce47b0a87f8df274fe4a87e2cfc7bc1ab63ec62fe3ac938aaaacc2553eeee033745e1688b060f3915c603fc
 DIST CLion-2025.2.tar.gz 2142936981 BLAKE2B 95e673f839b38d7a2e7dba329b21daff583a7874fc2c66e1e5a9247eb97e6be6343eef360647a91b8d3d1185ca60380da8e4a2fe3c2eb232123962ed13e2fe52 SHA512 0c89691e6ae92eab44b148496232aadeb73c07e4c16335a392ef7f60a6300565809f1ebe618cc12de0514293027914bb8ea10e9df17f24e739fd33271cb8380c

diff --git a/dev-util/clion/clion-2025.2.2.ebuild b/dev-util/clion/clion-2025.2.2.ebuild
new file mode 100644
index 000000000000..475227b03c63
--- /dev/null
+++ b/dev-util/clion/clion-2025.2.2.ebuild
@@ -0,0 +1,161 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop optfeature toolchain-funcs wrapper
+
+DESCRIPTION="A complete toolset for C and C++ development"
+HOMEPAGE="https://www.jetbrains.com/clion/"
+SRC_URI="
+	amd64? ( https://download.jetbrains.com/cpp/CLion-${PV}.tar.gz )
+	arm64? ( https://download.jetbrains.com/cpp/CLion-${PV}-aarch64.tar.gz )
+"
+
+LICENSE="|| ( IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )
+	Apache-1.1 Apache-2.0 BSD BSD-2 CC0-1.0 CDDL-1.1 CPL-0.5 CPL-1.0
+	EPL-1.0 EPL-2.0 GPL-2 GPL-2-with-classpath-exception GPL-3 ISC JDOM
+	LGPL-2.1+ LGPL-3 MIT MPL-1.0 MPL-1.1 OFL-1.1 public-domain PSF-2
+	UoI-NCSA ZLIB"
+SLOT="0/2025"
+KEYWORDS="~amd64 ~arm64"
+RESTRICT="bindist mirror"
+
+BDEPEND="
+	dev-util/debugedit
+	dev-util/patchelf
+"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	dev-libs/expat
+	dev-libs/glib:2
+	|| (
+		dev-util/lttng-ust-compat:0/2.12
+		dev-util/lttng-ust:0/2.12
+	)
+	dev-libs/nspr
+	dev-libs/nss
+	dev-libs/wayland
+	dev-build/cmake
+	app-alternatives/ninja
+	media-libs/alsa-lib
+	media-libs/fontconfig
+	media-libs/freetype:2
+	media-libs/mesa
+	net-print/cups
+	sys-apps/dbus
+	sys-libs/zlib
+	x11-libs/cairo
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXcursor
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXi
+	x11-libs/libXrandr
+	x11-libs/libXrender
+	x11-libs/libXtst
+	x11-libs/libXxf86vm
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/pango"
+
+QA_PREBUILT="opt/${PN}/*"
+
+src_prepare() {
+	if use amd64; then
+		my_arch_suffix=x64
+		my_arch_radler=x64
+		local other_arch_amd64_aarch64=aarch64
+		local other_arch_radler=arm64
+	elif use arm64; then
+		my_arch_suffix=aarch64
+		my_arch_radler=arm64
+		local other_arch_amd64_aarch64=amd64
+		local other_arch_radler=x64
+	fi
+	tc-export OBJCOPY
+	default
+
+	local remove_me=(
+		Install-Linux-tar.txt
+		help/ReferenceCardForMac.pdf
+		bin/cmake
+		bin/gdb/linux
+		bin/lldb/linux
+		bin/ninja
+		plugins/remote-dev-server/selfcontained
+	)
+	remove_me+=(
+		lib/async-profiler/${other_arch_amd64_aarch64}
+		plugins/clion-radler/DotFiles/linux-${other_arch_radler}
+		plugins/clion-radler/dotCommon/DotFiles/linux-${other_arch_radler}
+		plugins/clion-radler/dotTrace.dotMemory/DotFiles/linux-${other_arch_radler}
+		plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_${other_arch_amd64_aarch64}.so
+	)
+	use !amd64 && remove_me+=(
+		plugins/python-ce/helpers/coveragepy_old/coverage/tracer.cpython-310-x86_64-linux-gnu.so
+		plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
+	)
+
+	rm -rv "${remove_me[@]}" || die
+
+	# excepting files that should be kept for remote plugins
+	skip_remote_files=(
+		"plugins/platform-ijent-impl/ijent-$(usex amd64 aarch64 x86_64)-unknown-linux-musl-release"
+		"plugins/clion-radler/DotFiles/linux-musl-${other_arch_radler}/jb_zip_unarchiver"
+		"plugins/clion-radler/DotFiles/linux-arm/jb_zip_unarchiver"
+		"plugins/clion-radler/DotFiles/linux-musl-arm/jb_zip_unarchiver"
+		"plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-linux-$(usex amd64 arm64 amd64)"
+	)
+	# removing debug symbols and relocating debug files as per #876295
+	# we're escaping all the files that contain $() in their name
+	# as they should not be executed
+	find . -type f ! -name '*$(*)*' -print0 | while IFS= read -r -d '' file; do
+		for skip in "${skip_remote_files[@]}"; do
+			[[ ${file} == "./${skip}" ]] && continue 2
+		done
+		if file "${file}" | grep -qE "ELF (32|64)-bit"; then
+			${OBJCOPY} --remove-section .note.gnu.build-id "${file}" || die
+			debugedit -b "${EPREFIX}/opt/${PN}" -d "/usr/lib/debug" -i "${file}" || die
+		fi
+	done
+
+	patchelf --set-rpath '$ORIGIN' "jbr/lib/libjcef.so" || die
+	patchelf --set-rpath '$ORIGIN' "jbr/lib/jcef_helper" || die
+	patchelf --set-rpath '$ORIGIN/../lib' "bin/clang/linux/${my_arch_suffix}/lib/libclazyPlugin.so" || die
+}
+
+src_install() {
+	local dir="/opt/${PN}"
+
+	insinto "${dir}"
+	doins -r *
+	fperms 755 "${dir}"/bin/{clion.sh,format.sh,fsnotifier,inspect.sh,jetbrains_client.sh,ltedit.sh,remote-dev-server.sh,restarter,clang/linux/${my_arch_suffix}/bin/{clangd,clang-tidy,clazy-standalone,llvm-symbolizer}}
+
+	if [[ -d jbr ]]; then
+		fperms 755 "${dir}"/jbr/bin/{java,javac,javadoc,jcmd,jdb,jfr,jhsdb,jinfo,jmap,jps,jrunscript,jstack,jstat,keytool,rmiregistry,serialver}
+		# Fix #763582
+		fperms 755 "${dir}"/jbr/lib/{chrome-sandbox,jcef_helper,jexec,jspawnhelper}
+	fi
+
+	fperms 755 "${dir}"/plugins/clion-radler/DotFiles/linux-${my_arch_radler}/Rider.Backend
+
+	dosym -r "${EPREFIX}/usr/bin/ninja" "${dir}"/bin/ninja/linux/${my_arch_suffix}/ninja
+
+	make_wrapper "${PN}" "${dir}/bin/${PN}.sh"
+	newicon "bin/${PN}.svg" "${PN}.svg"
+	make_desktop_entry "${PN}" "CLion" "${PN}" "Development;IDE;"
+
+	# recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
+	insinto /usr/lib/sysctl.d
+	newins - 30-"${PN}"-inotify-watches.conf <<<"fs.inotify.max_user_watches = 524288"
+	dostrip -x "${skip_remote_files[@]/#//opt/clion/}"
+}
+
+pkg_postinst() {
+	optfeature "Debugging support" dev-debug/gdb
+}


             reply	other threads:[~2025-09-25  7:02 UTC|newest]

Thread overview: 151+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-25  7:02 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-09  6:24 [gentoo-commits] repo/gentoo:master commit in: dev-util/clion/ Viorel Munteanu
2025-09-13 13:08 Sam James
2025-09-10  4:57 Andreas Sturmlechner
2025-08-11  5:26 Viorel Munteanu
2025-08-11  5:26 Viorel Munteanu
2025-07-17 11:43 Viorel Munteanu
2025-07-17 11:43 Viorel Munteanu
2025-07-17 11:43 Viorel Munteanu
2025-06-24  1:18 Sam James
2025-06-24  1:18 Sam James
2025-06-23  0:21 Sam James
2025-06-01  7:28 Viorel Munteanu
2025-05-12 17:33 Viorel Munteanu
2025-05-04  5:58 Viorel Munteanu
2025-05-04  5:58 Viorel Munteanu
2025-05-04  5:58 Viorel Munteanu
2025-05-04  5:58 Viorel Munteanu
2025-03-14 17:50 Viorel Munteanu
2025-03-07 15:09 Viorel Munteanu
2025-03-07 15:09 Viorel Munteanu
2025-02-24 18:11 Viorel Munteanu
2025-02-24 18:11 Viorel Munteanu
2025-02-08 16:39 Viorel Munteanu
2025-01-27  6:45 Viorel Munteanu
2025-01-05 13:07 Florian Schmaus
2024-10-26 15:00 Viorel Munteanu
2024-06-11 17:04 Ulrich Müller
2024-05-25  5:05 Arthur Zamarin
2024-05-13 17:33 Ulrich Müller
2024-05-13 16:11 Ulrich Müller
2024-04-14  9:57 Viorel Munteanu
2024-04-14  9:57 Viorel Munteanu
2023-07-14  6:50 Joonas Niilola
2023-07-14  6:50 Joonas Niilola
2023-04-10 10:41 Joonas Niilola
2023-04-10 10:41 Joonas Niilola
2023-02-24 15:09 Joonas Niilola
2023-02-10  8:57 Joonas Niilola
2023-02-10  8:57 Joonas Niilola
2023-02-09 15:53 Joonas Niilola
2023-01-12 14:07 Joonas Niilola
2022-12-23 10:22 Viorel Munteanu
2022-11-22 13:55 Joonas Niilola
2022-09-14 17:17 Matthew Smith
2022-09-10  8:27 Matthew Smith
2022-07-05  9:06 Joonas Niilola
2022-07-05  9:06 Joonas Niilola
2022-06-14  7:13 Joonas Niilola
2022-06-14  7:13 Joonas Niilola
2022-06-03 13:15 Joonas Niilola
2022-06-03 13:15 Joonas Niilola
2022-06-03 13:15 Joonas Niilola
2022-01-28  8:36 Sam James
2022-01-28  8:36 Sam James
2021-12-24  4:47 Sam James
2021-12-24  4:47 Sam James
2021-08-14  5:59 Joonas Niilola
2021-08-14  5:59 Joonas Niilola
2021-08-14  5:59 Joonas Niilola
2021-07-02  7:38 Joonas Niilola
2021-07-02  7:38 Joonas Niilola
2021-04-13 10:38 Joonas Niilola
2021-04-13 10:38 Joonas Niilola
2021-04-13 10:38 Joonas Niilola
2021-03-23 12:32 Joonas Niilola
2021-03-23 12:32 Joonas Niilola
2021-02-15 13:15 Joonas Niilola
2021-02-15 13:15 Joonas Niilola
2021-02-15 13:15 Joonas Niilola
2021-01-05  8:40 Joonas Niilola
2021-01-05  8:40 Joonas Niilola
2021-01-04 12:34 Joonas Niilola
2020-10-17 13:19 Joonas Niilola
2020-10-17 13:19 Joonas Niilola
2020-10-08  6:57 Joonas Niilola
2020-10-08  6:57 Joonas Niilola
2020-08-21  7:15 Joonas Niilola
2020-08-21  7:15 Joonas Niilola
2020-08-21  7:15 Joonas Niilola
2020-07-07 13:30 Joonas Niilola
2020-07-07 13:30 Joonas Niilola
2020-05-13 13:17 Joonas Niilola
2020-05-13 13:17 Joonas Niilola
2020-04-16  8:11 Joonas Niilola
2020-04-16  8:11 Joonas Niilola
2020-03-26  7:22 Joonas Niilola
2020-03-26  7:22 Joonas Niilola
2020-02-06  6:20 Joonas Niilola
2020-02-06  6:20 Joonas Niilola
2020-02-06  6:20 Joonas Niilola
2020-01-20 13:03 Joonas Niilola
2020-01-20 13:03 Joonas Niilola
2019-11-30  7:50 Joonas Niilola
2019-11-30  7:50 Joonas Niilola
2019-10-18  5:25 Joonas Niilola
2019-10-18  5:25 Joonas Niilola
2019-10-13 12:36 Joonas Niilola
2019-10-13 12:36 Joonas Niilola
2019-09-26 16:41 Ulrich Müller
2019-09-26 16:41 Ulrich Müller
2019-09-15 16:49 Joonas Niilola
2019-09-15 16:49 Joonas Niilola
2019-07-30  3:33 Georgy Yakovlev
2019-07-30  3:33 Georgy Yakovlev
2019-05-10 18:25 Georgy Yakovlev
2019-05-10 18:25 Georgy Yakovlev
2019-04-16 18:27 Georgy Yakovlev
2019-04-16 18:27 Georgy Yakovlev
2019-02-15 23:12 Patrice Clement
2019-02-15 23:12 Patrice Clement
2019-01-31 18:52 Georgy Yakovlev
2019-01-31 18:52 Georgy Yakovlev
2019-01-31 18:52 Georgy Yakovlev
2018-11-27 22:41 Georgy Yakovlev
2018-11-27 22:41 Georgy Yakovlev
2018-09-23 17:45 Georgy Yakovlev
2018-09-23 17:45 Georgy Yakovlev
2018-08-06 15:47 Georgy Yakovlev
2018-08-06 15:47 Georgy Yakovlev
2018-08-06 15:47 Georgy Yakovlev
2018-08-06 15:47 Georgy Yakovlev
2018-03-30 21:27 Michał Górny
2018-03-30 21:27 Michał Górny
2018-03-24 15:34 Michał Górny
2018-03-24 15:34 Michał Górny
2018-02-17 15:26 Patrice Clement
2018-02-17 15:26 Patrice Clement
2018-02-11 10:53 Michał Górny
2018-01-05 23:57 Craig Andrews
2018-01-05 23:57 Craig Andrews
2017-12-02 22:53 Patrice Clement
2017-12-02 22:53 Patrice Clement
2017-10-15 21:11 Patrice Clement
2017-10-15 21:11 Patrice Clement
2017-09-02 17:30 Patrice Clement
2017-09-02 17:30 Patrice Clement
2017-08-05 11:08 Michał Górny
2017-08-05 11:08 Michał Górny
2017-07-20 20:30 Patrice Clement
2017-07-20 20:30 Patrice Clement
2017-06-12 21:46 Patrice Clement
2017-06-12 21:46 Patrice Clement
2017-05-21 18:53 Michał Górny
2017-05-21 18:53 Michał Górny
2017-04-26 14:04 Michał Górny
2017-04-26 14:04 Michał Górny
2017-04-13 13:12 Patrice Clement
2017-04-13 13:12 Patrice Clement
2016-08-11  8:35 Patrice Clement
2016-03-09  9:49 Patrice Clement

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=1758783711.7509e51ca0b050ac5a1aec4f9c5953b96aba007f.ceamac@gentoo \
    --to=ceamac@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