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 1C83A158089 for ; Thu, 28 Sep 2023 04:56:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CB732BC01B; Thu, 28 Sep 2023 04:56:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80B4B2BC01B for ; Thu, 28 Sep 2023 04:56:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E580335C7A for ; Thu, 28 Sep 2023 04:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEF6B1147 for ; Thu, 28 Sep 2023 04:56:14 +0000 (UTC) From: "Marco Leise" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marco Leise" Message-ID: <1693591981.744442c6d16962c09d24a336ef2bd92087f35735.mleise@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.29.0-r1.ebuild dev-lang/ldc2/ldc2-1.29.0-r2.ebuild dev-lang/ldc2/ldc2-1.30.0-r1.ebuild dev-lang/ldc2/ldc2-1.30.0.ebuild X-VCS-Directories: dev-lang/ldc2/ X-VCS-Committer: mleise X-VCS-Committer-Name: Marco Leise X-VCS-Revision: 744442c6d16962c09d24a336ef2bd92087f35735 X-VCS-Branch: master Date: Thu, 28 Sep 2023 04:56:14 +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: 98ecb183-b14f-4119-b85e-e8e2ebe13124 X-Archives-Hash: 561c321f1eba2b1126801b8c1981b6d1 commit: 744442c6d16962c09d24a336ef2bd92087f35735 Author: Horodniceanu Andrei protonmail com> AuthorDate: Mon Aug 21 13:27:42 2023 +0000 Commit: Marco Leise gmx de> CommitDate: Fri Sep 1 18:13:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=744442c6 dev-lang/ldc2: don't embed -relocation-model=pic Signed-off-by: Horodniceanu Andrei protonmail.com> dev-lang/ldc2/{ldc2-1.29.0-r1.ebuild => ldc2-1.29.0-r2.ebuild} | 7 +------ dev-lang/ldc2/{ldc2-1.30.0.ebuild => ldc2-1.30.0-r1.ebuild} | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/dev-lang/ldc2/ldc2-1.29.0-r1.ebuild b/dev-lang/ldc2/ldc2-1.29.0-r2.ebuild similarity index 89% rename from dev-lang/ldc2/ldc2-1.29.0-r1.ebuild rename to dev-lang/ldc2/ldc2-1.29.0-r2.ebuild index be9d229..f42c22d 100644 --- a/dev-lang/ldc2/ldc2-1.29.0-r1.ebuild +++ b/dev-lang/ldc2/ldc2-1.29.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -38,10 +38,6 @@ DLANG_PACKAGE_TYPE="single" inherit dlang -detect_hardened() { - gcc --version | grep -o Hardened -} - src_prepare() { cmake_src_prepare } @@ -57,7 +53,6 @@ d_src_configure() { ) use static-libs && mycmakeargs+=( -DBUILD_SHARED_LIBS=BOTH ) || mycmakeargs+=( -DBUILD_SHARED_LIBS=ON ) use abi_x86_32 && use abi_x86_64 && mycmakeargs+=( -DMULTILIB=ON ) - detect_hardened && mycmakeargs+=( -DADDITIONAL_DEFAULT_LDC_SWITCHES=' "-relocation-model=pic",' ) cmake_src_configure } diff --git a/dev-lang/ldc2/ldc2-1.30.0.ebuild b/dev-lang/ldc2/ldc2-1.30.0-r1.ebuild similarity index 89% rename from dev-lang/ldc2/ldc2-1.30.0.ebuild rename to dev-lang/ldc2/ldc2-1.30.0-r1.ebuild index 2b27d1d..fb22627 100644 --- a/dev-lang/ldc2/ldc2-1.30.0.ebuild +++ b/dev-lang/ldc2/ldc2-1.30.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,10 +39,6 @@ DLANG_PACKAGE_TYPE="single" inherit dlang -detect_hardened() { - gcc --version | grep -o Hardened -} - src_prepare() { cmake_src_prepare } @@ -58,7 +54,6 @@ d_src_configure() { ) use static-libs && mycmakeargs+=( -DBUILD_SHARED_LIBS=BOTH ) || mycmakeargs+=( -DBUILD_SHARED_LIBS=ON ) use abi_x86_32 && use abi_x86_64 && mycmakeargs+=( -DMULTILIB=ON ) - detect_hardened && mycmakeargs+=( -DADDITIONAL_DEFAULT_LDC_SWITCHES=' "-relocation-model=pic",' ) cmake_src_configure }