From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fizz/
Date: Wed, 15 May 2024 16:06:48 +0000 (UTC) [thread overview]
Message-ID: <1715787870.406f613982ff2a127e0fa730f4885fa9fab74411.julien@gentoo> (raw)
Message-ID: <20240515160648.eDHO61Sja2toSBKNSCsm04KbLuDzy20YQZs_zQ0w9Pc@z> (raw)
commit: 406f613982ff2a127e0fa730f4885fa9fab74411
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed May 15 15:44:30 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 15:44:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=406f6139
dev-cpp/fizz: add 2023.06.19.00
Closes: https://bugs.gentoo.org/927797
Bug: https://bugs.gentoo.org/900000
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-cpp/fizz/Manifest | 1 +
dev-cpp/fizz/fizz-2023.06.19.00.ebuild | 48 ++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-cpp/fizz/Manifest b/dev-cpp/fizz/Manifest
index 9dedb363e4..30c2dc5114 100644
--- a/dev-cpp/fizz/Manifest
+++ b/dev-cpp/fizz/Manifest
@@ -1 +1,2 @@
DIST fizz-2023.02.06.00.tar.gz 649362 BLAKE2B a77f90a9d8eca9fb934aacbc903f5af702d8e22b33b0884c742dd40b51f1993f2015758e62ee815eed0f3570a608768914d4f2077d9da0a69c50e78270a64085 SHA512 88cd3d3198442ea0cd2d5098c53fef55d9a7a6b998ddeb6e2e32f7dd26827682dabe1def9bef6f321da5dbb8c48675cb3045a20733fcc7191cc7b81248d8176e
+DIST fizz-2023.06.19.00.tar.gz 671983 BLAKE2B 196b117c59c1d1442d22a77192f81f8c934bafe632b56cca45cf428c6bd73ac791b88d7642d27f4fc0074c27a327842442c157f4c7966c7226420b4f83b57f46 SHA512 55397a5916a313ebedf0ccfbe60f44ee3de59fbf47513c88ec325e005d971b309a182de44a53e612984f698c12d182212328f835a4a227bcc7abe80be99de96c
diff --git a/dev-cpp/fizz/fizz-2023.06.19.00.ebuild b/dev-cpp/fizz/fizz-2023.06.19.00.ebuild
new file mode 100644
index 0000000000..597703566a
--- /dev/null
+++ b/dev-cpp/fizz/fizz-2023.06.19.00.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2021-2022 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/${PV}"
+KEYWORDS="~amd64"
+IUSE="examples test"
+
+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=
+"
+DEPEND="
+ ${RDEPEND}
+ test? ( >=dev-cpp/gtest-1.11.0 )
+"
+
+RESTRICT="!test? ( test )"
+CMAKE_USE_DIR="${S}/fizz"
+
+src_prepare() {
+ cmake_src_prepare
+ sed -i '/Sodium/d' fizz/cmake/fizz-config.cmake.in || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_EXAMPLES=$(usex examples)
+ -DBUILD_TESTS=$(usex test)
+ -DLIB_INSTALL_DIR=$(get_libdir)
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2024-05-15 16:06 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-15 15:45 Julien Roy [this message]
2024-05-15 16:06 ` [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fizz/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2023-02-28 12:58 [gentoo-commits] repo/proj/guru:dev " 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-10-05 20:50 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=1715787870.406f613982ff2a127e0fa730f4885fa9fab74411.julien@gentoo \
--to=julien@jroy.ca \
--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