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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A95B158087 for ; Mon, 24 Jan 2022 05:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8159A2BC00C; Mon, 24 Jan 2022 05:55:56 +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 CC2152BC015 for ; Mon, 24 Jan 2022 05:55:55 +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 A0427342D34 for ; Mon, 24 Jan 2022 05:55:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAB5D2A2 for ; Mon, 24 Jan 2022 05:55:52 +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: <1643003747.230df9e1159fae9a95128a6f3ff01ebf2ba5e7a5.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.20201219.ebuild X-VCS-Directories: dev-util/ccls/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 230df9e1159fae9a95128a6f3ff01ebf2ba5e7a5 X-VCS-Branch: master Date: Mon, 24 Jan 2022 05:55:52 +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: 609c7672-4e91-4ff4-bb03-a0940f36645e X-Archives-Hash: 48638d73caa4585d2bec8d7c34faf755 commit: 230df9e1159fae9a95128a6f3ff01ebf2ba5e7a5 Author: Matt Turner gentoo org> AuthorDate: Mon Jan 24 05:52:40 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jan 24 05:55:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230df9e1 dev-util/ccls: Drop old versions Signed-off-by: Matt Turner gentoo.org> dev-util/ccls/Manifest | 1 - dev-util/ccls/ccls-0.20201219.ebuild | 42 ------------------------------------ 2 files changed, 43 deletions(-) diff --git a/dev-util/ccls/Manifest b/dev-util/ccls/Manifest index f118926cbdfc..786f45045c3c 100644 --- a/dev-util/ccls/Manifest +++ b/dev-util/ccls/Manifest @@ -1,2 +1 @@ -DIST ccls-0.20201219.tar.gz 160445 BLAKE2B 8d3f536ec13673e7251f09de992f24d88066787442940e3e0913ee201111e97c0d145d8a57b4fcdfeaa886fd5bf5e5be621ef54e307cd08cca8e516103a9c573 SHA512 fba8cc1ec50e55939b2deb167d9d32e946ccab4b322766191a787719b47a39e887afad26b7364dfb40c4a4f2522964af76fc7f51a5d84c10d2b0125f07a19c5e DIST ccls-0.20210330.tar.gz 160487 BLAKE2B f87539a5e726a8742552d811d741c379d62c146bed835c7fa8d32ab5eb1f609513f80051faf07bbb8e346f176c02ab3e54b3446d5e28dae744468f2209a9d037 SHA512 dd78c040c2a51d6b47f8dd2d8bdc0661111f26b9233ffeb41216254b1b0ad0f634190784e6b8c2d7b36475c13020356342d83a9f80047d7da75ce21ca8885b16 diff --git a/dev-util/ccls/ccls-0.20201219.ebuild b/dev-util/ccls/ccls-0.20201219.ebuild deleted file mode 100644 index 377cc36c8068..000000000000 --- a/dev-util/ccls/ccls-0.20201219.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_REPO_URI="https://github.com/MaskRay/${PN}" - -if [[ ${PV} = 9999* ]]; then - GIT_ECLASS="git-r3" -fi - -inherit cmake ${GIT_ECLASS} - -DESCRIPTION="C/C++/ObjC language server" -HOMEPAGE="https://github.com/MaskRay/ccls" - -if [[ ${PV} == *9999 ]] ; then - SRC_URI="" -else - SRC_URI="https://github.com/MaskRay/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND=" - dev-libs/rapidjson - sys-devel/clang:= - sys-devel/llvm:= -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DCCLS_VERSION=${PV} - -DUSE_SYSTEM_RAPIDJSON=ON - -DCLANG_LINK_CLANG_DYLIB=1 - ) - cmake_src_configure -}