commit:     9e7454f80dca329bd1fd40b18151dec095dd1663
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  9 13:00:02 2026 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Fri Jan  9 13:00:02 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7454f8

dev-util/intellij-idea: drop 2025.3.1-r2

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 dev-util/intellij-idea/Manifest                    |   2 -
 .../intellij-idea/intellij-idea-2025.3.1-r2.ebuild | 218 ---------------------
 2 files changed, 220 deletions(-)

diff --git a/dev-util/intellij-idea/Manifest b/dev-util/intellij-idea/Manifest
index 731dee2d555a..46c4859ad412 100644
--- a/dev-util/intellij-idea/Manifest
+++ b/dev-util/intellij-idea/Manifest
@@ -1,4 +1,2 @@
-DIST intellij-idea-2025.3.1-aarch64.tar.gz 1512282519 BLAKE2B 
bfbcce7b2e54dfd96263c95428e5c6bedc2c1754b7d7ca6ea5bb9de32fdb42da3ecf672a0a5ea5e785ac860c651f945b85bcc6e5dbd065bdeb421f4b70abfbb2
 SHA512 
427e70806d88b2baf5e4fea6dfec894e0367fd71de3480e83299afa4916ed7a5862d211a28004df5994aeb3185df004de9a2cf193533db7f27dbc53df27f5cda
 DIST intellij-idea-2025.3.1.1-aarch64.tar.gz 1512282519 BLAKE2B 
bfbcce7b2e54dfd96263c95428e5c6bedc2c1754b7d7ca6ea5bb9de32fdb42da3ecf672a0a5ea5e785ac860c651f945b85bcc6e5dbd065bdeb421f4b70abfbb2
 SHA512 
427e70806d88b2baf5e4fea6dfec894e0367fd71de3480e83299afa4916ed7a5862d211a28004df5994aeb3185df004de9a2cf193533db7f27dbc53df27f5cda
 DIST intellij-idea-2025.3.1.1.tar.gz 1516627420 BLAKE2B 
378ab4eeeff470109ebb2bd647c95f71490812899725771909ae3492122d2751de8c41d8fd1d453c7d7aa733e2372c72492fc1a13ef51850a70836ec63fa9b6e
 SHA512 
2d5a66d047060ded2d851c6f84ba7f3b45d52ac44380e5a9b2882fb0be0473bc6a2a095e0e9cf2610a42669a2bbd06bda8082c42109efa865790d273e4ae0134
-DIST intellij-idea-2025.3.1.tar.gz 1516627420 BLAKE2B 
378ab4eeeff470109ebb2bd647c95f71490812899725771909ae3492122d2751de8c41d8fd1d453c7d7aa733e2372c72492fc1a13ef51850a70836ec63fa9b6e
 SHA512 
2d5a66d047060ded2d851c6f84ba7f3b45d52ac44380e5a9b2882fb0be0473bc6a2a095e0e9cf2610a42669a2bbd06bda8082c42109efa865790d273e4ae0134

diff --git a/dev-util/intellij-idea/intellij-idea-2025.3.1-r2.ebuild 
b/dev-util/intellij-idea/intellij-idea-2025.3.1-r2.ebuild
deleted file mode 100644
index 0045352f0cad..000000000000
--- a/dev-util/intellij-idea/intellij-idea-2025.3.1-r2.ebuild
+++ /dev/null
@@ -1,218 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit check-reqs desktop wrapper
-
-MY_PV=idea-$(ver_cut 1-3)
-
-DESCRIPTION="A complete toolset for web, mobile and enterprise development"
-HOMEPAGE="https://www.jetbrains.com/idea";
-
-SRC_URI="
-       amd64? ( https://download.jetbrains.com/idea/${MY_PV}.tar.gz -> 
${P}.tar.gz )
-       arm64? ( https://download.jetbrains.com/idea/${MY_PV}-aarch64.tar.gz -> 
${P}-aarch64.tar.gz )
-"
-
-S="${WORKDIR}/idea-IC-${PV}"
-LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CDDL-1.1
-       codehaus-classworlds CPL-1.0 EPL-1.0 EPL-2.0
-       GPL-2 GPL-2-with-classpath-exception ISC
-       JDOM LGPL-2.1 LGPL-2.1+ LGPL-3-with-linking-exception MIT
-       MPL-1.0 MPL-1.1 OFL-1.1 ZLIB"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="bundled-xvfb experimental professional wayland"
-REQUIRED_USE="experimental? ( wayland )
-       professional? ( || ( bundled-xvfb !bundled-xvfb ) )
-       bundled-xvfb? ( professional )"
-
-DEPEND=">=virtual/jdk-17:*"
-
-RDEPEND="${DEPEND}
-       professional? ( bundled-xvfb? (
-                       dev-libs/libpcre2
-                       sys-libs/pam
-                       sys-process/audit
-               )
-               !bundled-xvfb? (
-                       x11-base/xorg-server[xvfb]
-               )
-       )
-       sys-libs/glibc
-       media-libs/harfbuzz
-       dev-java/jansi-native
-       virtual/zlib:=
-       x11-libs/libX11
-       x11-libs/libXrender
-       media-libs/freetype
-       x11-libs/libXext
-       dev-libs/wayland
-       x11-libs/libXi
-       x11-libs/libXtst
-       x11-libs/libXcomposite
-       x11-libs/libXdamage
-       x11-libs/libXrandr
-       media-libs/alsa-lib
-       app-accessibility/at-spi2-core
-       x11-libs/cairo
-       net-print/cups
-       x11-libs/libdrm
-       media-libs/mesa
-       dev-libs/nspr
-       dev-libs/nss
-       dev-libs/libdbusmenu
-       x11-libs/libxkbcommon
-       x11-libs/libXcursor
-       x11-libs/pango"
-
-QA_PREBUILT="opt/${PN}/*"
-
-BDEPEND="dev-util/patchelf"
-RESTRICT="splitdebug"
-
-pkg_pretend() {
-       CHECKREQS_DISK_BUILD="4G"
-       check-reqs_pkg_pretend
-}
-
-pkg_setup() {
-       CHECKREQS_DISK_BUILD="4G"
-       check-reqs_pkg_pretend
-}
-
-src_unpack() {
-
-       default_src_unpack
-       if [ ! -d "$S" ]; then
-               einfo "Renaming source directory to predictable name..."
-               mv $(ls "${WORKDIR}") "idea-IC-${PV}" || die
-       fi
-}
-
-src_prepare() {
-
-       default_src_prepare
-
-       if use amd64; then
-               JRE_DIR=jre64
-               rm -vf 
"${S}"/plugins/cwm-plugin/quiche-native/linux-aarch64/libquiche.so
-       else
-               JRE_DIR=jre
-               rm -vf 
"${S}"/plugins/cwm-plugin/quiche-native/linux-x86-64/libquiche.so
-       fi
-
-       PLUGIN_DIR="${S}/${JRE_DIR}/lib/"
-
-       # rm LLDBFrontEnd after licensing questions with Gentoo License Team
-       rm -vf "${S}"/plugins/Kotlin/bin/linux/LLDBFrontend
-       rm -vf ${PLUGIN_DIR}/libavplugin*
-       rm -vf "${S}"/plugins/maven/lib/maven3/lib/jansi-native/*/libjansi*
-       rm -vrf "${S}"/lib/pty4j-native/linux/ppc64le
-       rm -vf "${S}"/bin/libdbm64*
-       rm -vf "${S}"/lib/pty4j-native/linux/mips64el/libpty.so
-
-       if [[ -d "${S}"/"${JRE_DIR}" ]]; then
-               for file in "${PLUGIN_DIR}"/{libfxplugins.so,libjfxmedia.so}
-               do
-                       if [[ -f "$file" ]]; then
-                         patchelf --set-rpath '$ORIGIN' $file || die
-                       fi
-               done
-       fi
-
-       if ! use amd64; then
-               if [[ -d "${S}"/lib/async-profiler/ ]]; then
-                       rm -v  
"${S}"/lib/async-profiler/amd64/libasyncProfiler.so || die
-               fi
-       fi
-       if ! use arm64; then
-               if [[ -d "${S}"/lib/async-profiler/ ]]; then
-                       rm -v  
"${S}"/lib/async-profiler/aarch64/libasyncProfiler.so || die
-               fi
-       fi
-
-       rm -vf "${S}"/lib/pty4j-native/linux/x86-64/libpty.so
-
-       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
-
-       patchelf --set-rpath '$ORIGIN' "jbr/lib/libjcef.so" || die
-       patchelf --set-rpath '$ORIGIN' "jbr/lib/libcef.so" || die
-       patchelf --set-rpath '$ORIGIN' "jbr/lib/jcef_helper" || die
-
-       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
-
-       if ! use elibc_musl; then
-               rm 
plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release
-       fi
-
-       eapply_user
-}
-
-src_install() {
-       local dir="/opt/${PN}"
-       local dst="${D}${dir}"
-
-       insinto "${dir}"
-       doins -r *
-       fperms 755 
"${dir}"/bin/{format.sh,idea,idea.sh,inspect.sh,restarter,fsnotifier}
-
-       if [[ -d jbr ]]; then
-               fperms 755 
"${dir}"/jbr/bin/{java,javac,javadoc,jcmd,jdb,jfr,jhsdb,jinfo,jmap,jps,jrunscript,jstack,jstat,jwebserver,keytool,rmiregistry,serialver}
-
-               # Fix #763582
-               fperms 755 
"${dir}"/jbr/lib/{chrome-sandbox,jcef_helper,jexec,jspawnhelper}
-       fi
-
-       if use amd64; then
-               JRE_DIR=jre
-               JRE_DIR=jre
-       fi
-
-       JRE_BINARIES="jaotc java javapackager jjs jrunscript keytool pack200 
rmid rmiregistry unpack200"
-       if [[ -d ${JRE_DIR} ]]; then
-               for jrebin in $JRE_BINARIES; do
-                       fperms 755 "${dir}"/"${JRE_DIR}"/bin/"${jrebin}"
-               done
-       fi
-
-       # bundled script is always lowercase, and doesn't have -ultimate, 
-professional suffix.
-       local bundled_script_name="${PN#*-}.sh"
-
-       make_wrapper "${PN}" "${dir}/bin/$bundled_script_name" || die
-
-       local pngfile="$(find ${dst}/bin -maxdepth 1 -iname '*.png')"
-       newicon $pngfile "${PN}.png" || die "we died"
-
-       if use experimental; then
-               make_desktop_entry "/opt/intellij-idea/bin/idea 
-Dawt.toolkit.name=WLToolkit" \
-                       "IntelliJ IDEA Community Edition" "${PN}" 
"Development;IDE;"
-
-               ewarn "You have enabled the experimental USE flag."
-               ewarn "This is a Wayland support preview. Expect instability."
-       else
-               make_desktop_entry "/opt/intellij-idea/bin/idea" \
-                       "IntelliJ IDEA" "${PN}" "Development;IDE;"
-       fi
-
-       # recommended by: 
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
-       mkdir -p "${D}/etc/sysctl.d/" || die
-       echo "fs.inotify.max_user_watches = 524288" > 
"${D}/etc/sysctl.d/30-idea-inotify-watches.conf" || die
-
-       # remove bundled harfbuzz
-       rm -f "${D}"/lib/libharfbuzz.so || die "Unable to remove bundled 
harfbuzz"
-}

Reply via email to