From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38EAD158B20 for ; Wed, 05 Feb 2025 08:08:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2161F34131D for ; Wed, 05 Feb 2025 08:08:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 21BA411046F; Wed, 05 Feb 2025 08:08:07 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 154ED11046F for ; Wed, 05 Feb 2025 08:08:07 +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 B2936340CC9 for ; Wed, 05 Feb 2025 08:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E3A12195 for ; Wed, 05 Feb 2025 08:08:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1738742814.b418dd468998f572183c0c63db449ec00078c250.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-crossdev-wrappers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-16.ebuild sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-17.ebuild sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-18.ebuild sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-19.ebuild X-VCS-Directories: sys-devel/clang-crossdev-wrappers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b418dd468998f572183c0c63db449ec00078c250 X-VCS-Branch: master Date: Wed, 05 Feb 2025 08:08:05 +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: 9b597bed-c9c6-4b2a-96ef-e4e2e1dcb83a X-Archives-Hash: 8934d4e631c3be321b494e9d2398dc2b commit: b418dd468998f572183c0c63db449ec00078c250 Author: Michal Rostecki protonmail com> AuthorDate: Sat Feb 1 11:21:57 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 08:06:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b418dd46 sys-devel/clang-crossdev-wrappers: Remove empty global assignments Signed-off-by: Michal Rostecki protonmail.com> Signed-off-by: Michał Górny gentoo.org> sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-16.ebuild | 3 +-- sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-17.ebuild | 3 +-- sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-18.ebuild | 3 +-- sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-19.ebuild | 4 +--- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-16.ebuild b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-16.ebuild index 8c956f0568fa..31394c8f63a1 100644 --- a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-16.ebuild +++ b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-16.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,6 @@ inherit crossdev DESCRIPTION="Symlinks to a Clang crosscompiler" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LLVM" -SRC_URI="" S=${WORKDIR} LICENSE="public-domain" diff --git a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-17.ebuild b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-17.ebuild index 8c956f0568fa..31394c8f63a1 100644 --- a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-17.ebuild +++ b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-17.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,6 @@ inherit crossdev DESCRIPTION="Symlinks to a Clang crosscompiler" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LLVM" -SRC_URI="" S=${WORKDIR} LICENSE="public-domain" diff --git a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-18.ebuild b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-18.ebuild index 344337caf896..7503baefc50c 100644 --- a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-18.ebuild +++ b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-18.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,6 @@ inherit crossdev DESCRIPTION="Symlinks to a Clang crosscompiler" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LLVM" -SRC_URI="" S=${WORKDIR} LICENSE="public-domain" diff --git a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-19.ebuild b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-19.ebuild index 0681adeb8455..902f759097d2 100644 --- a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-19.ebuild +++ b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-19.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,12 +7,10 @@ inherit crossdev DESCRIPTION="Symlinks to a Clang crosscompiler" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LLVM" -SRC_URI="" S=${WORKDIR} LICENSE="public-domain" SLOT="${PV}" -KEYWORDS="" PROPERTIES="live" RDEPEND="