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 4AD1F1581E7 for ; Mon, 29 Apr 2024 18:18:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA228E29EE; Mon, 29 Apr 2024 18:18:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4877E29EE for ; Mon, 29 Apr 2024 18:18:38 +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 0593134302B for ; Mon, 29 Apr 2024 18:18:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92161177C for ; Mon, 29 Apr 2024 18:18:36 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1714414712.364e62186f62357c71a5e78d9b47194afa26a6d1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccls/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ccls/Manifest dev-util/ccls/ccls-0.20240202.ebuild dev-util/ccls/ccls-9999.ebuild X-VCS-Directories: dev-util/ccls/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 364e62186f62357c71a5e78d9b47194afa26a6d1 X-VCS-Branch: master Date: Mon, 29 Apr 2024 18:18:36 +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: 60b31682-ea4b-413e-a498-d3ee76cca791 X-Archives-Hash: dde6203418b026f3eea1062adf7b8940 commit: 364e62186f62357c71a5e78d9b47194afa26a6d1 Author: Matt Turner gentoo org> AuthorDate: Mon Apr 29 18:18:09 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 29 18:18:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364e6218 dev-util/ccls: Version bump to 0.20240202 Signed-off-by: Matt Turner gentoo.org> dev-util/ccls/Manifest | 1 + dev-util/ccls/{ccls-9999.ebuild => ccls-0.20240202.ebuild} | 6 +++--- dev-util/ccls/ccls-9999.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-util/ccls/Manifest b/dev-util/ccls/Manifest index a432bf86c6dc..2addea81a5ea 100644 --- a/dev-util/ccls/Manifest +++ b/dev-util/ccls/Manifest @@ -1 +1,2 @@ DIST ccls-0.20230717.tar.gz 161869 BLAKE2B fea3d484027d6b1493627e1bd3ea8f031b3486db7d41c34b94715a0abee342f0d87f85226ac567736013a71135325b3c9d13f6fe29b73db1b8dbc87586c16e1b SHA512 f0fe31877151b76cabc17aa2ef8d3d87038805fbe43ca807e2e0824e90d952b1f5767f151788480aedf58e2ff569b72978fceeaca6b741b00c643d73f6afb445 +DIST ccls-0.20240202.tar.gz 162283 BLAKE2B e96ae688690cfac13505e710c4b31afc5a3281bcb735d5f215b364870e0958b0b11799ab4340b74ef1530eb8d378d2b8dd7fddb1b16cbe5707073d63bce4a985 SHA512 bf30c869b985d7d6c0ecabfcc563b4983616c4f47ba743586a23441575695d87557113cdfd2603185adc454940d9244c331d9dc16444564358c910e2d61e9281 diff --git a/dev-util/ccls/ccls-9999.ebuild b/dev-util/ccls/ccls-0.20240202.ebuild similarity index 91% copy from dev-util/ccls/ccls-9999.ebuild copy to dev-util/ccls/ccls-0.20240202.ebuild index ee7cfb7a7cf5..18afc3fd7cb3 100644 --- a/dev-util/ccls/ccls-9999.ebuild +++ b/dev-util/ccls/ccls-0.20240202.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,9 +7,9 @@ EGIT_REPO_URI="https://github.com/MaskRay/${PN}" if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" - LLVM_MAX_SLOT=17 + LLVM_MAX_SLOT=18 else - LLVM_MAX_SLOT=17 + LLVM_MAX_SLOT=18 fi inherit cmake llvm ${GIT_ECLASS} diff --git a/dev-util/ccls/ccls-9999.ebuild b/dev-util/ccls/ccls-9999.ebuild index ee7cfb7a7cf5..18afc3fd7cb3 100644 --- a/dev-util/ccls/ccls-9999.ebuild +++ b/dev-util/ccls/ccls-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,9 +7,9 @@ EGIT_REPO_URI="https://github.com/MaskRay/${PN}" if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" - LLVM_MAX_SLOT=17 + LLVM_MAX_SLOT=18 else - LLVM_MAX_SLOT=17 + LLVM_MAX_SLOT=18 fi inherit cmake llvm ${GIT_ECLASS}