commit: 6c0a08a5cb053c5e217804e86e6e8df282ec97c1 Author: Denis Reva <denis7774 <AT> gmail <DOT> com> AuthorDate: Fri Nov 26 11:34:12 2021 +0000 Commit: Denis Reva <denis7774 <AT> gmail <DOT> com> CommitDate: Fri Nov 26 11:34:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c0a08a5
dev-cpp/fbthrift: updated to 11.15 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Denis Reva <denis7774 <AT> gmail.com> dev-cpp/fbthrift/Manifest | 1 + dev-cpp/fbthrift/fbthrift-2021.11.15.00.ebuild | 38 ++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest index 1413ef17e..45c3601ba 100644 --- a/dev-cpp/fbthrift/Manifest +++ b/dev-cpp/fbthrift/Manifest @@ -1 +1,2 @@ DIST fbthrift-2021.10.25.00.tar.gz 6045488 BLAKE2B 7c63c3687e3393f27cfaeca9a71e69596be7d611fbd1225a4d934819c749be4064987bc913b387ac0e8a8ee762f147a7c92856e3a38f276fe09659bf8a49fa1a SHA512 9991987f7e5daccec000e09998e2f00c1de5e6c7b53d16ac9797984b6192e682fe2fa8bca18e02bf15fd0d78910234ada33fe1c247645669ad8b1954b2471620 +DIST fbthrift-2021.11.15.00.tar.gz 6136435 BLAKE2B 743d508e51d5434a8a09d44846c4c96867cd93b6a1811ab64782190dd0183c083e819c335c181db9ce0cf09cbb1dd687c7aa67d8ac822cf4b2c6953bb52fb1cb SHA512 c3f3a13d69dc3578e3af83e15b7cd6b01f6d38c4a79a02ec1a626c8bec52bce569f536262371985ee52d1428513c303c3fe1b2a4a9107146c94c7471ef998ab7 diff --git a/dev-cpp/fbthrift/fbthrift-2021.11.15.00.ebuild b/dev-cpp/fbthrift/fbthrift-2021.11.15.00.ebuild new file mode 100644 index 000000000..3320d823e --- /dev/null +++ b/dev-cpp/fbthrift/fbthrift-2021.11.15.00.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server" +HOMEPAGE="https://github.com/facebook/fbthrift" +SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-arch/zstd + ~dev-cpp/fizz-${PV}:= + ~dev-cpp/folly-${PV}:= + dev-cpp/gflags + dev-cpp/glog + ~dev-cpp/wangle-${PV}:= + dev-libs/libfmt + dev-libs/openssl:0= + sys-libs/zlib +" +DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/bison + sys-devel/flex +" + +src_configure() { + local mycmakeargs=( + -DLIB_INSTALL_DIR=$(get_libdir) + ) + cmake_src_configure +}
