From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1610675-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 18F9A158041
	for <garchives@archives.gentoo.org>; Wed, 13 Mar 2024 21:29:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3C4A9E29D6;
	Wed, 13 Mar 2024 21:29:14 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 23B98E29D6
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2024 21:29:14 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B4EE933BEFF
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2024 21:29:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B6C7151E
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Mar 2024 21:29:10 +0000 (UTC)
From: "Horodniceanu Andrei" <a.horodniceanu@proton.me>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Horodniceanu Andrei" <a.horodniceanu@proton.me>
Message-ID: <1710365216.67a4acd140ec6a9207b42b0c60d43346a1d3523f.a.horodniceanu@gentoo>
Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-lang/ldc2/
X-VCS-Repository: repo/user/dlang
X-VCS-Files: dev-lang/ldc2/ldc2-1.33.0.ebuild
X-VCS-Directories: dev-lang/ldc2/
X-VCS-Committer: a.horodniceanu
X-VCS-Committer-Name: Horodniceanu Andrei
X-VCS-Revision: 67a4acd140ec6a9207b42b0c60d43346a1d3523f
X-VCS-Branch: master
Date: Wed, 13 Mar 2024 21:29:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: bed64ab9-8dfd-45c8-9dd6-c9dec636411d
X-Archives-Hash: 5cf79c01c06fa24fefc1e5bf2c5767f8

commit:     67a4acd140ec6a9207b42b0c60d43346a1d3523f
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Wed Mar 13 21:26:56 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Wed Mar 13 21:26:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=67a4acd1

dev-lang/ldc2: drop 1.33.0

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 dev-lang/ldc2/ldc2-1.33.0.ebuild | 78 ----------------------------------------
 1 file changed, 78 deletions(-)

diff --git a/dev-lang/ldc2/ldc2-1.33.0.ebuild b/dev-lang/ldc2/ldc2-1.33.0.ebuild
deleted file mode 100644
index 37cc843..0000000
--- a/dev-lang/ldc2/ldc2-1.33.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-build cmake llvm
-
-MY_PV="${PV//_/-}"
-MY_P="ldc-${MY_PV}-src"
-SRC_URI="https://github.com/ldc-developers/ldc/releases/download/v${MY_PV}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="LLVM D Compiler"
-HOMEPAGE="https://github.com/ldc-developers/ldc"
-KEYWORDS="amd64 ~arm64 x86"
-LICENSE="BSD"
-SLOT="$(ver_cut 1-2)/$(ver_cut 3)"
-
-IUSE="static-libs"
-
-# Upstream supports LLVM 9.0 through 15.0.
-RDEPEND="
-	|| (
-		sys-devel/llvm:15
-		sys-devel/llvm:14
-	)
-	<sys-devel/llvm-16:=
-	>=app-eselect/eselect-dlang-20140709"
-DEPEND="${RDEPEND}"
-LLVM_MAX_SLOT=15
-PATCHES="${FILESDIR}/ldc2-1.15.0-link-defaultlib-shared.patch"
-
-# For now, we support amd64 multilib. Anyone is free to add more support here.
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
-# Upstream supports "2.079-"
-DLANG_VERSION_RANGE="2.075-2.080 2.082-2.106"
-DLANG_PACKAGE_TYPE="single"
-
-inherit dlang
-
-src_prepare() {
-	cmake_src_prepare
-}
-
-d_src_configure() {
-	# Make sure libphobos2 is installed into ldc2's directory.
-	export LIBDIR_${ABI}="${LIBDIR_HOST}"
-	local mycmakeargs=(
-		-DD_VERSION=2
-		-DCMAKE_INSTALL_PREFIX=/usr/lib/ldc2/$(ver_cut 1-2)
-		-DD_COMPILER="${DMD} $(dlang_dmdw_dcflags)"
-		-DLDC_WITH_LLD=OFF
-	)
-	use static-libs && mycmakeargs+=( -DBUILD_SHARED_LIBS=BOTH ) || mycmakeargs+=( -DBUILD_SHARED_LIBS=ON )
-	use abi_x86_32 && use abi_x86_64 && mycmakeargs+=( -DMULTILIB=ON )
-	cmake_src_configure
-}
-
-d_src_compile()
-{
-	cmake_src_compile
-}
-
-d_src_install() {
-	cmake_src_install
-
-	rm -rf "${ED}"/usr/share/bash-completion
-}
-
-pkg_postinst() {
-	# Update active ldc2
-	"${ROOT}"/usr/bin/eselect dlang update ldc2
-}
-
-pkg_postrm() {
-	"${ROOT}"/usr/bin/eselect dlang update ldc2
-}