dev-cpp/wangle: drop 2021.11.15.00

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-07 05:16:57 +01:00
parent 7175e9abcb
commit bf08cd3aa9
2 changed files with 0 additions and 40 deletions

View File

@@ -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

View File

@@ -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
}