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 26F9E15808B for ; Fri, 1 Apr 2022 14:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCDCFE08BD; Fri, 1 Apr 2022 14:41:35 +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 605A4E08A8 for ; Fri, 1 Apr 2022 14:41:35 +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 1E19D34150B for ; Fri, 1 Apr 2022 14:41:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7792834F for ; Fri, 1 Apr 2022 14:41:32 +0000 (UTC) From: "Yuan Liao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuan Liao" Message-ID: <1648822655.35369e13d06e38e5e5157dc7ba5c6bb1a6c9b70c.liaoyuan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/wangle/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wangle/Manifest dev-cpp/wangle/wangle-2022.02.28.00.ebuild X-VCS-Directories: dev-cpp/wangle/ X-VCS-Committer: liaoyuan X-VCS-Committer-Name: Yuan Liao X-VCS-Revision: 35369e13d06e38e5e5157dc7ba5c6bb1a6c9b70c X-VCS-Branch: dev Date: Fri, 1 Apr 2022 14:41:32 +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: 7c1e75ea-75d0-4bb6-bd4c-b16d615f5f6f X-Archives-Hash: aa7c855402cb32c1d198c3fdc851f4ff commit: 35369e13d06e38e5e5157dc7ba5c6bb1a6c9b70c Author: Yuan Liao gmail com> AuthorDate: Fri Apr 1 14:17:33 2022 +0000 Commit: Yuan Liao gmail com> CommitDate: Fri Apr 1 14:17:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35369e13 dev-cpp/wangle: Drop 2022.02.28.00 Dropping 2022.02.28.00 after dependency ~dev-cpp/folly-2022.02.28.00 has been dropped from ::gentoo. Signed-off-by: Yuan Liao gmail.com> dev-cpp/wangle/Manifest | 1 - dev-cpp/wangle/wangle-2022.02.28.00.ebuild | 39 ------------------------------ 2 files changed, 40 deletions(-) diff --git a/dev-cpp/wangle/Manifest b/dev-cpp/wangle/Manifest index b82cf8a86..0b0c9d87b 100644 --- a/dev-cpp/wangle/Manifest +++ b/dev-cpp/wangle/Manifest @@ -1,2 +1 @@ -DIST wangle-2022.02.28.00.tar.gz 354455 BLAKE2B a48b7e926d2bc0c196fda2c4db52322e4e8c82a09471e196ff759076cca2e17e9efd2ce0b95608a69e1288de2154e8be153741f6edd5bac3d5d791cc788811f1 SHA512 be69ea8318ebd0f75f8d6ffe82c833f868837cff965e99aacc11abb90f572e2d9b837782ac1e23e86355e52f5ca2b2be13be54ac4651db9ef22afa95bb0b3cc3 DIST wangle-2022.03.21.00.tar.gz 355164 BLAKE2B 876863bb5d0e5c7fd5f3408f9f2233b1995ef838b165bbb9f8772667e1ca5fa98f4ae5eb686e2ef94198bdb373daa2ce96720253f550a808369b8cca0ec6d10b SHA512 069fe7758ccb2f33665f53109047f2e0158e248fda8c760eddd978afd6980acbc6421db60721bf320deca557369377c8757f13c67f8685e3a98394324e75e72e diff --git a/dev-cpp/wangle/wangle-2022.02.28.00.ebuild b/dev-cpp/wangle/wangle-2022.02.28.00.ebuild deleted file mode 100644 index 7dc8387bf..000000000 --- a/dev-cpp/wangle/wangle-2022.02.28.00.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Framework providing common client/server abstractions" -HOMEPAGE="https://github.com/facebook/wangle" -SRC_URI="https://github.com/facebook/wangle/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - ~dev-cpp/fizz-${PV}:= - ~dev-cpp/folly-${PV}:= - dev-cpp/gflags - dev-cpp/glog - dev-libs/double-conversion - dev-libs/libevent - dev-libs/libfmt - dev-libs/openssl:0= -" -DEPEND=" - ${RDEPEND} - dev-cpp/gtest -" - -CMAKE_USE_DIR="${S}/wangle" - -src_configure() { - local mycmakeargs=( - -DLIB_INSTALL_DIR=$(get_libdir) - ) - - cmake_src_configure -}