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 47BB215808E for ; Wed, 27 Apr 2022 12:27:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CDEAE077C; Wed, 27 Apr 2022 12:27: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 576BEE077C for ; Wed, 27 Apr 2022 12:27: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 71A39341632 for ; Wed, 27 Apr 2022 12:27:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EB5835A for ; Wed, 27 Apr 2022 12:27:12 +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: <1651062410.f9dcb744eaf1cefe630a7e13c0c2b364c595a430.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/llvm.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f9dcb744eaf1cefe630a7e13c0c2b364c595a430 X-VCS-Branch: master Date: Wed, 27 Apr 2022 12:27:12 +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: ba08ef80-f72f-4360-ba0d-c9986ca4fafb X-Archives-Hash: 95a2df359af40bc6f6bf943102fa507c commit: f9dcb744eaf1cefe630a7e13c0c2b364c595a430 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 27 08:15:05 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 27 12:26:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9dcb744 llvm.org.eclass: Revert "add sam to distfile paths" The distfiles were copied to my devspace, and having two URLs means half of them 404 → a lot of pkgcheck false positives. Reverts: ebb54e5c76d447bb3bfdd4d40958c35468a4026d Signed-off-by: Michał Górny gentoo.org> eclass/llvm.org.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 0c47ec4aac0c..fa23782cc244 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -213,7 +213,6 @@ llvm.org_set_globals() { SRC_URI+=" !doc? ( https://dev.gentoo.org/~mgorny/dist/llvm/llvm-${PV}-manpages.tar.bz2 - https://dev.gentoo.org/~sam/distfiles/llvm/llvm-${PV}-manpages.tar.bz2 )" ;; *) @@ -222,8 +221,7 @@ llvm.org_set_globals() { if [[ -n ${LLVM_PATCHSET} ]]; then SRC_URI+=" - https://dev.gentoo.org/~mgorny/dist/llvm/llvm-gentoo-patchset-${LLVM_PATCHSET}.tar.xz - https://dev.gentoo.org/~sam/distfiles/llvm/llvm-gentoo-patchset-${LLVM_PATCHSET}.tar.xz" + https://dev.gentoo.org/~mgorny/dist/llvm/llvm-gentoo-patchset-${LLVM_PATCHSET}.tar.xz" fi local x