From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 7DC341581D3 for ; Thu, 30 May 2024 17:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 196C7E2A8D; Thu, 30 May 2024 17:28:44 +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 0152EE2A8D for ; Thu, 30 May 2024 17:28:43 +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 3DCF93430A6 for ; Thu, 30 May 2024 17:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A46C61BFD for ; Thu, 30 May 2024 17:28:41 +0000 (UTC) From: "Horodniceanu Andrei" 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" Message-ID: <1717087607.56f2069d516de983fefbdb286ae090faddfe28c9.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/ X-VCS-Repository: repo/user/dlang X-VCS-Files: dev-lang/dmd/dmd-2.107.0.ebuild X-VCS-Directories: dev-lang/dmd/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 56f2069d516de983fefbdb286ae090faddfe28c9 X-VCS-Branch: master Date: Thu, 30 May 2024 17:28:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5307b54d-1e7d-4494-be03-eb684ae988b8 X-Archives-Hash: 6ec1b37b251629273a4385cf1ef1cd55 commit: 56f2069d516de983fefbdb286ae090faddfe28c9 Author: Andrei Horodniceanu proton me> AuthorDate: Thu May 30 16:46:47 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Thu May 30 16:46:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=56f2069d dev-lang/dmd: drop 2.107.0 Signed-off-by: Andrei Horodniceanu proton.me> dev-lang/dmd/dmd-2.107.0.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dev-lang/dmd/dmd-2.107.0.ebuild b/dev-lang/dmd/dmd-2.107.0.ebuild deleted file mode 100644 index 56938d4..0000000 --- a/dev-lang/dmd/dmd-2.107.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KEYWORDS="-* ~amd64 ~x86" -YEAR=2024 -DLANG_VERSION_RANGE="2.100-2.107" - -inherit dmd - -PATCHES=( - "${FILESDIR}/2.105-link-32-bit-shared-lib-with-ld.bfd.patch" - # See https://github.com/dlang/phobos/pull/8820 - "${FILESDIR}/2.107-phobos-change-DMD_DIR-meaning.patch" - "${FILESDIR}/2.107-druntime-support-DMD_DIR.patch" -)