From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/fizz/
Date: Tue, 5 Oct 2021 20:50:54 +0000 (UTC) [thread overview]
Message-ID: <1633467052.fdebc7fd66a5963b51dd76b76d1b1bef3f06df33.Alessandro-Barbieri@gentoo> (raw)
commit: fdebc7fd66a5963b51dd76b76d1b1bef3f06df33
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Oct 5 20:47:27 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Oct 5 20:50:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fdebc7fd
dev-cpp/fizz: add 2021.10.04.00
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-cpp/fizz/Manifest | 1 +
dev-cpp/fizz/fizz-2021.10.04.00.ebuild | 46 ++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-cpp/fizz/Manifest b/dev-cpp/fizz/Manifest
index 8400375e1..caf1d015b 100644
--- a/dev-cpp/fizz/Manifest
+++ b/dev-cpp/fizz/Manifest
@@ -1 +1,2 @@
DIST fizz-2021.08.02.00.tar.gz 540357 BLAKE2B 6edb14ea4b981a7b9fe076570e583c8b875929e63135d4848b1c1a2aa109e1258fd541376bc9346dc229f2dba0e2c346cebb5b486c8a33bcc54f6746ff3de5f0 SHA512 59c734127d9a1dfb7975929f20ae27a11ee3f2a35fb73ef1ba311b347457339a524194459023e2fb038cc7bf688e13beb6391227bec1ecdb12397344e45f051f
+DIST fizz-2021.10.04.00.tar.gz 543594 BLAKE2B d024f3a7d7ea4fd03f6525e225e6f33dbe931a7c8ff5b01fb572b22f09286d606897c091f63ebecd1b1558667b21bae635b1b555b1ca82b610d152160eb0f11e SHA512 be99b9abd8b832af22411ab894ee82285a637c79176955cd0cf242aed77de1883f98eaaeeef7391a75b42f7c3a4e8c2b26a11a242554688adde84a02f87261c9
diff --git a/dev-cpp/fizz/fizz-2021.10.04.00.ebuild b/dev-cpp/fizz/fizz-2021.10.04.00.ebuild
new file mode 100644
index 000000000..a1908fcff
--- /dev/null
+++ b/dev-cpp/fizz/fizz-2021.10.04.00.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++14 implementation of the TLS-1.3 standard"
+HOMEPAGE="https://github.com/facebookincubator/fizz"
+
+SRC_URI="https://github.com/facebookincubator/fizz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+CMAKE_USE_DIR="${S}/fizz"
+
+RDEPEND="
+ ~dev-cpp/folly-${PV}:=
+ dev-cpp/gflags
+ dev-cpp/glog
+ dev-libs/double-conversion
+ dev-libs/libevent
+ dev-libs/libfmt
+ dev-libs/libsodium
+ dev-libs/openssl:0=
+"
+#TODO: discover if gtest is linked
+DEPEND="
+ ${RDEPEND}
+ dev-cpp/gtest
+"
+
+src_prepare() {
+ cmake_src_prepare
+ sed -i '/Sodium/d' fizz/cmake/fizz-config.cmake.in || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DLIB_INSTALL_DIR=$(get_libdir)
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2021-10-05 20:50 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-05 20:50 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-15 15:45 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/fizz/ Julien Roy
2023-02-28 12:58 Denis Reva
2022-04-20 21:57 Alessandro Barbieri
2022-04-16 18:46 Alessandro Barbieri
2022-04-01 14:41 Yuan Liao
2022-03-22 17:48 Alessandro Barbieri
2022-03-07 4:17 Alessandro Barbieri
2022-03-06 2:22 Alessandro Barbieri
2021-11-26 11:34 Denis Reva
2021-10-26 16:35 Alessandro Barbieri
2021-10-26 16:35 Alessandro Barbieri
2021-10-25 11:20 Alessandro Barbieri
2021-10-23 14:18 Alessandro Barbieri
2021-07-05 8:44 Alessandro Barbieri
2021-06-17 16:26 Alessandro Barbieri
2021-06-15 23:32 Alessandro Barbieri
2021-06-14 2:27 Alessandro Barbieri
2021-05-27 10:23 Alessandro Barbieri
2021-05-05 7:32 Alessandro Barbieri
2021-04-28 21:15 Alessandro Barbieri
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1633467052.fdebc7fd66a5963b51dd76b76d1b1bef3f06df33.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox