Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-cpp/fizz/
Date: Mon, 27 Feb 2023 21:18:04
Message-Id: 1677532195.cb710ddf74bde693a3e7f4c97050ced907106715.cybertailor@gentoo
1 commit: cb710ddf74bde693a3e7f4c97050ced907106715
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon Feb 27 21:09:55 2023 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon Feb 27 21:09:55 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb710ddf
7
8 dev-cpp/fizz: treeclean
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-cpp/fizz/Manifest | 1 -
13 dev-cpp/fizz/fizz-2022.04.11.00-r1.ebuild | 48 -------------------------------
14 dev-cpp/fizz/metadata.xml | 17 -----------
15 profiles/package.mask | 4 ---
16 4 files changed, 70 deletions(-)
17
18 diff --git a/dev-cpp/fizz/Manifest b/dev-cpp/fizz/Manifest
19 deleted file mode 100644
20 index d9cf2728e..000000000
21 --- a/dev-cpp/fizz/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST fizz-2022.04.11.00.tar.gz 591060 BLAKE2B 5d773af07c70244f54b46927cf28677ef7eb7a9a822a47d497c0ddc9ee4abac34a13462cbcae5372dae5bb3370b7eafc3528c3b63c7b50c564d88c59d6a878f9 SHA512 94278ccda36c0781512a3f9245637573891c8b51d35e5b991d62aad86f2883a9a85406e004e88fd342f0a4020365a19e068ba975e0bf826bf7c360916862a1c8
25
26 diff --git a/dev-cpp/fizz/fizz-2022.04.11.00-r1.ebuild b/dev-cpp/fizz/fizz-2022.04.11.00-r1.ebuild
27 deleted file mode 100644
28 index 5ca4db736..000000000
29 --- a/dev-cpp/fizz/fizz-2022.04.11.00-r1.ebuild
30 +++ /dev/null
31 @@ -1,48 +0,0 @@
32 -# Copyright 2021-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -inherit cmake
38 -
39 -DESCRIPTION="C++14 implementation of the TLS-1.3 standard"
40 -HOMEPAGE="https://github.com/facebookincubator/fizz"
41 -SRC_URI="https://github.com/facebookincubator/fizz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0/${PV}"
45 -KEYWORDS="~amd64"
46 -IUSE="examples test"
47 -
48 -RDEPEND="
49 - ~dev-cpp/folly-${PV}:=
50 - dev-cpp/gflags
51 - dev-cpp/glog
52 - dev-libs/double-conversion
53 - dev-libs/libevent
54 - dev-libs/libfmt
55 - dev-libs/libsodium
56 - dev-libs/openssl:0=
57 -"
58 -DEPEND="
59 - ${RDEPEND}
60 - test? ( >=dev-cpp/gtest-1.8.0 )
61 -"
62 -
63 -RESTRICT="!test? ( test )"
64 -CMAKE_USE_DIR="${S}/fizz"
65 -
66 -src_prepare() {
67 - cmake_src_prepare
68 - sed -i '/Sodium/d' fizz/cmake/fizz-config.cmake.in || die
69 -}
70 -
71 -src_configure() {
72 - local mycmakeargs=(
73 - -DBUILD_EXAMPLES=$(usex examples)
74 - -DBUILD_TESTS=$(usex test)
75 - -DLIB_INSTALL_DIR=$(get_libdir)
76 - )
77 -
78 - cmake_src_configure
79 -}
80
81 diff --git a/dev-cpp/fizz/metadata.xml b/dev-cpp/fizz/metadata.xml
82 deleted file mode 100644
83 index 44dd63454..000000000
84 --- a/dev-cpp/fizz/metadata.xml
85 +++ /dev/null
86 @@ -1,17 +0,0 @@
87 -<?xml version="1.0" encoding="UTF-8"?>
88 -<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
89 -<pkgmetadata>
90 - <maintainer type="person">
91 - <email>lssndrbarbieri@×××××.com</email>
92 - <name>Alessandro Barbieri</name>
93 - </maintainer>
94 - <longdescription lang="en">
95 -The core protocol implementations are in ClientProtocol and ServerProtocol. FizzClientContext and FizzServerContext provide configuration options. FizzClient and FizzServer (which both inherit from FizzBase) provide applications with an interface to interact with the state machine. FizzClient/FizzServer receives events from the application layer, invokes the correct event handler, and invokes the application ActionVisitor to process the actions.
96 -
97 -AsyncFizzClient and AsyncFizzServer provide implementations of the folly AsyncTransportWrapper interface. They own an underlying transport (for example AsyncSocket) and perform the TLS handshake and encrypt/decrypt application data.
98 - </longdescription>
99 - <upstream>
100 - <bugs-to>https://github.com/facebookincubator/fizz/issues</bugs-to>
101 - <remote-id type="github">facebookincubator/fizz</remote-id>
102 - </upstream>
103 -</pkgmetadata>
104
105 diff --git a/profiles/package.mask b/profiles/package.mask
106 index fbe5932bc..84487b146 100644
107 --- a/profiles/package.mask
108 +++ b/profiles/package.mask
109 @@ -81,10 +81,6 @@ sys-power/gwe
110 # (Bug: https://bugs.gentoo.org/877463)
111 =sys-cluster/opencoarrays-2.10.1
112
113 -# Andrew Ammerlaan <andrewammerlaan@g.o> (2022-09-26)
114 -# Depends on removed ~dev-cpp/folly-2022.04.11.00:=
115 -dev-cpp/fizz
116 -
117 # Viorel Munteanu <ceamac.paragon@×××××.com> (2022-08-03)
118 # depends on dev-python/PyQt6, which is currently masked with all of qt6
119 >=net-misc/maestral-qt-1.6.0