commit:     4e3efd12c5831a5da1fc619a36a16b2022bbffd4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 27 20:53:33 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Dec 27 21:01:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3efd12

dev-lang/crystal: drop old 1.18.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/crystal/Manifest              |   2 -
 dev-lang/crystal/crystal-1.18.1.ebuild | 129 ---------------------------------
 2 files changed, 131 deletions(-)

diff --git a/dev-lang/crystal/Manifest b/dev-lang/crystal/Manifest
index c76cefb8b914..bdb6890f8cdc 100644
--- a/dev-lang/crystal/Manifest
+++ b/dev-lang/crystal/Manifest
@@ -1,4 +1,2 @@
-DIST crystal-1.18.1-1-linux-x86_64.tar.gz 51989182 BLAKE2B 
b798e44bb12731dbc91c77893331e1262f16ed71766ae0e9e58525f27e89810b05da85258853679c42fcddbd58ab709a5167d13b2ce84523b169104e7e98c420
 SHA512 
a507d1c544161c4bfd7ef1ec2f415e523b0dfad80baec499ee5263544b472608e372cd97fa5c9fee73a73be081224c3f8414651dc658d41936d58de9ccc4c5d9
-DIST crystal-1.18.1.gh.tar.gz 3885742 BLAKE2B 
034e9323a083fc4e2f4876a970731198e169691c2f9a46c3c182d0181966e8f8193a9103ad5cb0198cb524e8c8ba80ce53ad3ad07a00daab7544c1efec51b30f
 SHA512 
4e97196ff9559cd6a710044b651ad171ca9a45d2ccb007a6523ff7704c0b5a34400ba03962f4dc4a385d975aede5403aa1d906cbbda38784c80b7e8e739809cf
 DIST crystal-1.18.2-1-linux-x86_64.tar.gz 51989421 BLAKE2B 
768a1317290a317d0a634ee1b249c3ba6776b04bf539545d676c4cd1256832c2dc2cc1e18c02fdb87ef2e2d4566b423486f378a9e276300c10385a3255477daf
 SHA512 
bb5b43467fe0adc37237bbc91841adfd61c97b1dceb6ed87cbe05c3ab8606973688aaa23bf11053a8deb4a636f60c7131baadbfd4af9d46f1f574c88e3f536e9
 DIST crystal-1.18.2.gh.tar.gz 3886071 BLAKE2B 
a7d44daede2b8bf03860b367b005e4d7b7050c28ad5519189a10e6c98f4edb416285363f97e86cbf4b8544c4e1263d5bab38a795bcaa88c65b606a287d721c24
 SHA512 
4340e8ab8bdba5661acaeaf2d2f63bed1c2f9c8bcaa8aabab4f8a066b1833396e57dbf2143754fa3fff9191d3c548b8ae451bfa4778b4b10eb7875e25635b0b3

diff --git a/dev-lang/crystal/crystal-1.18.1.ebuild 
b/dev-lang/crystal/crystal-1.18.1.ebuild
deleted file mode 100644
index d98f44bf9198..000000000000
--- a/dev-lang/crystal/crystal-1.18.1.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-BV="${PV}-1"
-BV_AMD64="${BV}-linux-x86_64"
-
-LLVM_COMPAT=( {18..20} )
-
-inherit llvm-r1 multiprocessing shell-completion toolchain-funcs
-
-DESCRIPTION="The Crystal Programming Language"
-HOMEPAGE="https://crystal-lang.org/
-       https://github.com/crystal-lang/crystal/";
-SRC_URI="
-       https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-       amd64? (
-               
https://github.com/crystal-lang/crystal/releases/download/${BV/-*}/crystal-${BV_AMD64}.tar.gz
-       )
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc debug llvm-libunwind"
-RESTRICT="test"  # Upstream test suite not reliable.
-
-DEPEND="
-       dev-libs/boehm-gc:=[threads]
-       dev-libs/gmp:=
-       dev-libs/libatomic_ops:=
-       dev-libs/libevent:=
-       dev-libs/libpcre2:=[unicode]
-       dev-libs/libxml2:=
-       dev-libs/libyaml
-       dev-libs/pcl:=
-       $(llvm_gen_dep '
-               llvm-core/llvm:${LLVM_SLOT}=
-       ')
-       llvm-libunwind? (
-               llvm-runtimes/libunwind:=
-       )
-       !llvm-libunwind? (
-               sys-libs/libunwind:=
-       )
-"
-RDEPEND="
-       ${DEPEND}
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-0.27.0-gentoo-tests-long-unix.patch"
-       "${FILESDIR}/${PN}-0.27.0-gentoo-tests-long-unix-2.patch"
-       "${FILESDIR}/${PN}-1.15.0-remove-enviroment-clearing-tests.patch"
-)
-
-src_prepare() {
-       default
-
-       # Link against system boehm-gc instead of upstream prebuilt static 
library
-       # bug #929123, #929989 and #931100
-       # 
https://github.com/crystal-lang/crystal/issues/12035#issuecomment-2522606612
-       rm "${WORKDIR}/crystal-${BV}"/lib/crystal/libgc.a || die
-}
-
-src_configure() {
-       local bootstrap_path="${WORKDIR}/${PN}-${BV}/bin"
-
-       if [[ ! -d "${bootstrap_path}" ]] ; then
-               eerror "Binary tarball does not contain expected directory:"
-               die "'${bootstrap_path}' path does not exist."
-       fi
-
-       # crystal uses 'LLVM_TARGETS' to override default list of targets
-       unset LLVM_TARGETS
-
-       MY_EMAKE_COMMON_ARGS=(
-               PATH="${bootstrap_path}:${PATH}"
-
-               CRYSTAL_CONFIG_VERSION="${PV}"
-               CRYSTAL_CONFIG_PATH="lib:${EPREFIX}/usr/$(get_libdir)/crystal"
-
-               $(usex debug "" release=1)
-               progress=true
-               stats=1
-               threads="$(makeopts_jobs)"
-               verbose=1
-               check_lld= # disable opportunistic lld
-
-               AR="$(tc-getAR)"
-               CC="$(tc-getCC)"
-               CXX="$(tc-getCXX)"
-               LLVM_CONFIG="$(get_llvm_prefix -d)/bin/llvm-config"
-       )
-}
-
-src_compile() {
-       emake "${MY_EMAKE_COMMON_ARGS[@]}"
-
-       if use doc ; then
-               emake docs "${MY_EMAKE_COMMON_ARGS[@]}"
-       fi
-}
-
-src_test() {
-       nonfatal emake std_spec "${MY_EMAKE_COMMON_ARGS[@]}"
-}
-
-src_install() {
-       insinto "/usr/$(get_libdir)/crystal"
-       doins -r src/.
-
-       exeinto /usr/bin
-       doexe .build/crystal
-
-       newzshcomp etc/completion.zsh _crystal
-       newfishcomp etc/completion.fish crystal.fish
-
-       dodoc -r samples
-       doman "man/${PN}.1"
-       newbashcomp etc/completion.bash "${PN}"
-
-       if use doc ; then
-               docinto api
-               dodoc -r docs/.
-       fi
-}

Reply via email to