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 93C6B15808C for ; Mon, 7 Mar 2022 21:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F96BE0869; Mon, 7 Mar 2022 21:21:14 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6FA6FE0864 for ; Mon, 7 Mar 2022 21:21:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1AE3F342C3C for ; Mon, 7 Mar 2022 21:21:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A0B9317 for ; Mon, 7 Mar 2022 21:21:10 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1646626617.bf08cd3aa969575da3371552f21eb99a2a31ea37.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wangle/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wangle/Manifest dev-cpp/wangle/wangle-2021.11.15.00.ebuild X-VCS-Directories: dev-cpp/wangle/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: bf08cd3aa969575da3371552f21eb99a2a31ea37 X-VCS-Branch: master Date: Mon, 7 Mar 2022 21:21:10 +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: 436894a4-127c-44cf-bcc2-66aed2814ce1 X-Archives-Hash: d5cc36b9d4f689ec7d6b75942ac3129e commit: bf08cd3aa969575da3371552f21eb99a2a31ea37 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Mar 7 04:16:57 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Mon Mar 7 04:16:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf08cd3a dev-cpp/wangle: drop 2021.11.15.00 Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/wangle/Manifest | 1 - dev-cpp/wangle/wangle-2021.11.15.00.ebuild | 39 ------------------------------ 2 files changed, 40 deletions(-) diff --git a/dev-cpp/wangle/Manifest b/dev-cpp/wangle/Manifest index c18eea266..da5a752a5 100644 --- a/dev-cpp/wangle/Manifest +++ b/dev-cpp/wangle/Manifest @@ -1,2 +1 @@ -DIST wangle-2021.11.15.00.tar.gz 340993 BLAKE2B abb58b9db500503f02f20c694c18de76e1124987965f3c97352624ab3ddb29f4988b31d4e6d9fc8be6c9869e3f9840b6006d9f7ff06efd1520bd8d80f1a3b6d8 SHA512 26573f04711e7ffbf41debbe6d2eee6546f0169353d6f58721b341288b08bcb0208154a46bdfaa79f8d5574bca308453098f6f25f875362bb692b62dbc700571 DIST wangle-2022.02.28.00.tar.gz 354455 BLAKE2B a48b7e926d2bc0c196fda2c4db52322e4e8c82a09471e196ff759076cca2e17e9efd2ce0b95608a69e1288de2154e8be153741f6edd5bac3d5d791cc788811f1 SHA512 be69ea8318ebd0f75f8d6ffe82c833f868837cff965e99aacc11abb90f572e2d9b837782ac1e23e86355e52f5ca2b2be13be54ac4651db9ef22afa95bb0b3cc3 diff --git a/dev-cpp/wangle/wangle-2021.11.15.00.ebuild b/dev-cpp/wangle/wangle-2021.11.15.00.ebuild deleted file mode 100644 index 1fe53a582..000000000 --- a/dev-cpp/wangle/wangle-2021.11.15.00.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2021 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 -}