commit:     cb710ddf74bde693a3e7f4c97050ced907106715
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 27 21:09:55 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Feb 27 21:09:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb710ddf

dev-cpp/fizz: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-cpp/fizz/Manifest                     |  1 -
 dev-cpp/fizz/fizz-2022.04.11.00-r1.ebuild | 48 -------------------------------
 dev-cpp/fizz/metadata.xml                 | 17 -----------
 profiles/package.mask                     |  4 ---
 4 files changed, 70 deletions(-)

diff --git a/dev-cpp/fizz/Manifest b/dev-cpp/fizz/Manifest
deleted file mode 100644
index d9cf2728e..000000000
--- a/dev-cpp/fizz/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fizz-2022.04.11.00.tar.gz 591060 BLAKE2B 
5d773af07c70244f54b46927cf28677ef7eb7a9a822a47d497c0ddc9ee4abac34a13462cbcae5372dae5bb3370b7eafc3528c3b63c7b50c564d88c59d6a878f9
 SHA512 
94278ccda36c0781512a3f9245637573891c8b51d35e5b991d62aad86f2883a9a85406e004e88fd342f0a4020365a19e068ba975e0bf826bf7c360916862a1c8

diff --git a/dev-cpp/fizz/fizz-2022.04.11.00-r1.ebuild 
b/dev-cpp/fizz/fizz-2022.04.11.00-r1.ebuild
deleted file mode 100644
index 5ca4db736..000000000
--- a/dev-cpp/fizz/fizz-2022.04.11.00-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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.8.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
-}

diff --git a/dev-cpp/fizz/metadata.xml b/dev-cpp/fizz/metadata.xml
deleted file mode 100644
index 44dd63454..000000000
--- a/dev-cpp/fizz/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>lssndrbarbi...@gmail.com</email>
-               <name>Alessandro Barbieri</name>
-       </maintainer>
-       <longdescription lang="en">
-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.
-
-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.
-       </longdescription>
-       <upstream>
-               
<bugs-to>https://github.com/facebookincubator/fizz/issues</bugs-to>
-               <remote-id type="github">facebookincubator/fizz</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index fbe5932bc..84487b146 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -81,10 +81,6 @@ sys-power/gwe
 # (Bug: https://bugs.gentoo.org/877463)
 =sys-cluster/opencoarrays-2.10.1
 
-# Andrew Ammerlaan <andrewammerl...@gentoo.org> (2022-09-26)
-# Depends on removed ~dev-cpp/folly-2022.04.11.00:=
-dev-cpp/fizz
-
 # Viorel Munteanu <ceamac.para...@gmail.com> (2022-08-03)
 # depends on dev-python/PyQt6, which is currently masked with all of qt6
 >=net-misc/maestral-qt-1.6.0

Reply via email to