commit:     779f491eb7a03ae8715ddf3bf623d16f2a1b59fc
Author:     Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
AuthorDate: Wed Jul 16 23:42:44 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 11:41:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779f491e

dev-util/pycharm-professional: drop 2025.1.2

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

 dev-util/pycharm-professional/Manifest             |   2 -
 .../pycharm-professional-2025.1.2.ebuild           | 232 ---------------------
 2 files changed, 234 deletions(-)

diff --git a/dev-util/pycharm-professional/Manifest 
b/dev-util/pycharm-professional/Manifest
index 0807df80fed3..f208bddb77de 100644
--- a/dev-util/pycharm-professional/Manifest
+++ b/dev-util/pycharm-professional/Manifest
@@ -6,6 +6,4 @@ DIST pycharm-professional-2024.3.2.tar.gz 1163857060 BLAKE2B 
b30ea1e7467f5fa58ef
 DIST pycharm-professional-2024.3.5-aarch64.tar.gz 1166185264 BLAKE2B 
f37e585130dd3869110195148518e77fc177fff78990b569b25a6031e4fc98eb4f60afdd5436c24bdba7da19f5d6bc3c290c7129632a89db3580f370014e780e
 SHA512 
5599740bc05e774efb5756f62e1a24ac32c78b7f075aeb51dbb0f451bd550b638da2349c21c08ad90159f3cea99a4753f3b6069c9b5968f39f470216b01a2802
 DIST pycharm-professional-2024.3.5.tar.gz 1166498314 BLAKE2B 
d4508f119ed3488393721029212d32ef0293b6c52b3855cc7c48506d2871129db5b7b07cfe170e1af19096678e5969e04502dc057531effb8122dd729e2463bf
 SHA512 
25719db1b87607fa7334706994d47adc2617aaba3a4a7595c145e5f473e4cb414e9fd49449d5074f2fce4090a4e949a4479708fb4f7c079501d4107b97a61147
 DIST pycharm-professional-2025.1-aarch64.tar.gz 1170865274 BLAKE2B 
5f98de7d9f01047cdb7d687e5951626c894f938694708ab16f78b0abca5b3e023105682400e8122ae463e74d80cb1ed160a4736fff5a7390ba8de59f4875e850
 SHA512 
4a4ab54137e5fc30a09699da8625c3e10636f71a453fbc3a274c58e75ebb5610b2c8c69127b355c64f27b00d5d2d3d338f3bd78b99178c48726ed72fdf55e0ed
-DIST pycharm-professional-2025.1.2-aarch64.tar.gz 1178743040 BLAKE2B 
79f693945f3d7d3e2efb3197207476f6c2f3c15a1332874c21a11b0e890a325a06eefa19097228ab37af1a2879d964d86726b07823bc0480d9de4b396ed49d96
 SHA512 
c7db0f28a11e6f01c35b2d813338cf0bf13929247436655ba0ceb9ec6fdc4d94081897b193950aeafed8e343e9c7ca079ab0065c4a4aa0e33090f1846fbfdae6
-DIST pycharm-professional-2025.1.2.tar.gz 1181368408 BLAKE2B 
9838d379a8cdeabeed2730335636bbacc7445df4a024883ac606b527e72f49593ae322d418e2ef8e04cbef44770bf256135573acb1ec0a55ed12434cf33d7118
 SHA512 
360cd832a8100f7f77645c139b99a3375107cb8049d35b528aab448265fde943be55cf2696f4850b1c212b44dd6a5047cdc6464af48d80afc39057a09bde5b9a
 DIST pycharm-professional-2025.1.tar.gz 1173493461 BLAKE2B 
58212877389b3f598c1a8dfbe3c3ecec886a6b71abc330daf5af451f7cf25c2f4c890f21ab45eea04b9b0451448a1ef3a09fed40b8736bc519cfdbd17f94fbb9
 SHA512 
48f14a139dab48e13d68034044e813742692ddbc2697bf1c8399d799f7ece120f4ce4e0ebffc3d1aeade28bd8d853ac45552ced46aa6b3b44dde7f969bb9e824

diff --git a/dev-util/pycharm-professional/pycharm-professional-2025.1.2.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2025.1.2.ebuild
deleted file mode 100644
index 16587e4d9a41..000000000000
--- a/dev-util/pycharm-professional/pycharm-professional-2025.1.2.ebuild
+++ /dev/null
@@ -1,232 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop readme.gentoo-r1 toolchain-funcs wrapper xdg
-
-DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
-
-# NOTE upstream release info
-# 
https://data.services.jetbrains.com/products?code=PCP,PCC&release.type=release
-# 
https://data.services.jetbrains.com/products?code=PCP,PCC&release.type=release&fields=name,releases
-
-HOMEPAGE="https://www.jetbrains.com/pycharm/";
-SRC_URI="
-       amd64? (
-               https://download.jetbrains.com/python/${P}.tar.gz
-       )
-       arm64? (
-               https://download.jetbrains.com/python/${P}-aarch64.tar.gz
-       )
-       x86? (
-               https://download.jetbrains.com/python/${P}.tar.gz
-       )
-"
-
-if [[ ${PN} == *-professional ]]; then
-       S="${WORKDIR}/${PN/%-professional/}-${PV}"
-       LICENSE="|| ( JetBrains-business JetBrains-classroom 
JetBrains-educational JetBrains-individual )
-       Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CC-BY-3.0 CC-BY-4.0 CPL-1.0 CDDL 
CDDL-1.1 EPL-1.0 EPL-2.0
-       GPL-2 GPL-2-with-classpath-exception ISC JDOM LGPL-2.1 LGPL-3 MIT 
MPL-1.1 MPL-2.0 OFL-1.1
-       PYTHON Unicode-DFS-2016 Unlicense UPL-1.0 ZLIB"
-else
-       LICENSE="|| ( JetBrains-business JetBrains-classroom 
JetBrains-educational JetBrains-individual )
-       Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CC-BY-3.0 CPL-1.0 CDDL-1.1 
EPL-1.0 GPL-2
-       GPL-2-with-classpath-exception ISC JDOM JSON LGPL-2+ LGPL-2.1 LGPL-3 
MIT MPL-1.1 MPL-2.0
-       OFL-1.1 UPL-1.0 ZLIB"
-fi
-
-SLOT="0/2025"
-KEYWORDS="-* ~amd64 ~arm64 ~x86"
-IUSE="+bundled-jdk"
-
-if [[ ${PN} == *-professional ]]; then
-       IUSE+=" +bundled-xvfb"
-fi
-
-BDEPEND="dev-util/debugedit
-       dev-util/patchelf
-"
-
-# NOTE
-#  The remote-dev-server present in pycharm-professional contains most of the
-#  libraries need for the bundled jdk. These are not in the RUNPATH of the jdk.
-#  So the dependencies are actually needed.
-RDEPEND="
-       !bundled-jdk? (
-               >=virtual/jre-17:*
-       )
-       bundled-jdk? (
-               app-accessibility/at-spi2-core:2
-               dev-libs/expat
-               dev-libs/glib:2
-               dev-libs/nspr
-               dev-libs/nss
-               dev-libs/wayland
-               media-libs/alsa-lib
-               media-libs/freetype
-               media-libs/mesa
-               net-print/cups
-               sys-apps/dbus
-               sys-libs/zlib
-               x11-libs/cairo
-               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/libdrm
-               x11-libs/libxcb
-               x11-libs/libxkbcommon
-               x11-libs/pango
-       )
-"
-
-if [[ ${PN} == *-professional ]]; then
-RDEPEND+="
-       bundled-xvfb? (
-               dev-libs/libpcre2
-               sys-libs/pam
-               sys-process/audit
-       )
-       !bundled-xvfb? (
-               x11-base/xorg-server[xvfb]
-       )
-"
-fi
-
-QA_PREBUILT="opt/${PN}/*"
-
-src_prepare() {
-       tc-export OBJCOPY
-       default
-
-       rm -v "${S}"/help/ReferenceCardForMac.pdf || die
-       rm -v 
"${S}"/plugins/python-ce/helpers/pydev/_pydevd_{bundle,frame_eval}/*{darwin,win32}*
 || die
-
-       if ! use amd64; then
-               rm -v  
"${S}"/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so
 || die
-               if [[ -d "${S}"/lib/async-profiler/ ]]; then
-                       rm -v  
"${S}"/lib/async-profiler/amd64/libasyncProfiler.so || die
-               fi
-       fi
-       if ! use arm64; then
-               rm -v  
"${S}"/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_aarch64.so
 || die
-               if [[ -d "${S}"/lib/async-profiler/ ]]; then
-                       rm -v  
"${S}"/lib/async-profiler/aarch64/libasyncProfiler.so || die
-               fi
-       fi
-       if ! use x86; then
-               rm -v  
"${S}"/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
 || die
-       fi
-
-       sed -i \
-               -e "\$a\\\\" \
-               -e 
"\$a#-----------------------------------------------------------------------" \
-               -e "\$a# Disable automatic updates as these are handled through 
Gentoo's" \
-               -e "\$a# package manager. See bug #704494" \
-               -e 
"\$a#-----------------------------------------------------------------------" \
-               -e "\$aide.no.platform.update=Gentoo" bin/idea.properties
-
-       # excepting files from different architectures that should be kept for 
remote plugins
-       if ! use arm64; then
-               local skip_remote_files=(
-                       
"plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release"
-                       
"plugins/clion-radler/DotFiles/linux-musl-arm64/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-arm64"
-               )
-       elif ! use amd64 ; then
-               local skip_remote_files=(
-                       
"plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release"
-                       
"plugins/clion-radler/DotFiles/linux-musl-x64/jb_zip_unarchiver"
-                       
"plugins/clion-radler/DotFiles/linux-x86/jb_zip_unarchiver"
-                       
"plugins/clion-radler/DotFiles/linux-musl-x86/jb_zip_unarchiver"
-                       
"plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-linux-x64"
-               )
-       fi
-       # 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
-
-       if use bundled-jdk; then
-               patchelf --set-rpath '$ORIGIN/../lib' "jbr/bin/"* || die
-               patchelf --set-rpath '$ORIGIN' 
"jbr/lib/"{libjcef.so,jcef_helper} || die
-               patchelf --set-rpath '$ORIGIN:$ORIGIN/server' jbr/lib/lib*.so* 
|| die
-       else
-               rm -r "jbr" || die
-       fi
-
-       if [[ ${PN} == *-professional ]]; then
-               if use bundled-xvfb; then
-                       patchelf --set-rpath '$ORIGIN/../lib' 
"${S}"/plugins/remote-dev-server/selfcontained/bin/{Xvfb,xkbcomp} || die
-                       patchelf --set-rpath '$ORIGIN' 
"${S}"/plugins/remote-dev-server/selfcontained/lib/lib*.so* || die
-               else
-                       rm -vr "${S}"/plugins/remote-dev-server/selfcontained 
|| die
-                       sed '/export REMOTE_DEV_SERVER_IS_NATIVE_LAUNCHER/a 
export REMOTE_DEV_SERVER_USE_SELF_CONTAINED_LIBS=1' \
-                         -i bin/remote-dev-server.sh || die
-               fi
-       fi
-}
-
-src_configure() {
-       :;
-}
-
-src_compile() {
-       :;
-}
-
-src_install() {
-       local DIR="/opt/${PN}"
-       local JRE_DIR="jbr"
-
-       insinto "${DIR}"
-       doins -r ./*
-
-       fperms 755 
"${DIR}"/bin/{format.sh,fsnotifier,inspect.sh,jetbrains_client.sh,ltedit.sh,pycharm,pycharm.sh,restarter}
-
-       if use bundled-jdk; then
-               fperms 755 
"${DIR}/${JRE_DIR}"/bin/{java,javac,javadoc,jcmd,jdb,jfr,jhsdb,jinfo,jmap,jps,jrunscript,jstack,jstat,jwebserver,keytool,rmiregistry,serialver}
-               fperms 755 
"${DIR}"/"${JRE_DIR}"/lib/{cef_server,chrome-sandbox,jcef_helper,jexec,jspawnhelper}
-       fi
-
-       if [[ ${PN} == *-professional ]]; then
-               if use bundled-xvfb; then
-                       fperms 755 
"${DIR}"/plugins/remote-dev-server/selfcontained/bin/{Xvfb,xkbcomp}
-               fi
-               fperms 755 "${DIR}" "${DIR}"/bin/remote-dev-server{,.sh}
-       fi
-
-       # we have to strip files that are not related to the current 
architecture
-       dostrip -x "${skip_remote_files[@]/#//opt/${PN}/}"
-
-       make_wrapper "${PN}" "${DIR}/bin/pycharm"
-       newicon "bin/${PN/%-*/}.png" "${PN}.png"
-       make_desktop_entry "${PN}" "${PN}" "${PN}"
-
-       readme.gentoo_create_doc
-
-       # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
-       dodir /usr/lib/sysctl.d
-       cat > "${ED}/usr/lib/sysctl.d/30-${PN}-inotify-watches.conf" <<-EOF || 
die
-               fs.inotify.max_user_watches = 524288
-       EOF
-}

Reply via email to