public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: profiles/, dev-cpp/fizz/
@ 2024-09-19 12:13 David Roman
  0 siblings, 0 replies; only message in thread
From: David Roman @ 2024-09-19 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8ada24508149b54daa554ebbd1d66d4ff6bf2a7e
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 19 10:24:07 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 19 10:24:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ada2450

dev-cpp/fizz: treeclean

Closes: https://bugs.gentoo.org/900000 (pkgremoved)
Closes: https://bugs.gentoo.org/930786 (pkgremoved)
Closes: https://bugs.gentoo.org/932331 (pkgremoved)
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-cpp/fizz/Manifest                  |  2 --
 dev-cpp/fizz/fizz-2023.02.06.00.ebuild | 48 ----------------------------------
 dev-cpp/fizz/fizz-2023.06.19.00.ebuild | 48 ----------------------------------
 dev-cpp/fizz/metadata.xml              | 18 -------------
 profiles/package.mask                  |  1 -
 5 files changed, 117 deletions(-)

diff --git a/dev-cpp/fizz/Manifest b/dev-cpp/fizz/Manifest
deleted file mode 100644
index 30c2dc511..000000000
--- a/dev-cpp/fizz/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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.02.06.00.ebuild b/dev-cpp/fizz/fizz-2023.02.06.00.ebuild
deleted file mode 100644
index 597703566..000000000
--- a/dev-cpp/fizz/fizz-2023.02.06.00.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.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
-}

diff --git a/dev-cpp/fizz/fizz-2023.06.19.00.ebuild b/dev-cpp/fizz/fizz-2023.06.19.00.ebuild
deleted file mode 100644
index 597703566..000000000
--- a/dev-cpp/fizz/fizz-2023.06.19.00.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.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
-}

diff --git a/dev-cpp/fizz/metadata.xml b/dev-cpp/fizz/metadata.xml
deleted file mode 100644
index 43ccf613f..000000000
--- a/dev-cpp/fizz/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
-	<maintainer type="person">
-		<email>denis7774@gmail.com</email>
-		<name>Denis Reva</name>
-		<description>rarogcmex</description>
-	</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 9457662a1..1ec0d6716 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -73,7 +73,6 @@ dev-libs/octetos-db-postgresql
 # Takuya Wakazono <pastalian46@gmail.com> (2024-08-19)
 # Maintainer has no intention of keeping those anymore. No revdeps left.
 # Removal on 2024-09-19. Bugs #848459, #900000, #930786, #932330, #932331, #932334.
-dev-cpp/fizz
 dev-cpp/wangle
 
 # Anna Vyalkova <cyber+gentoo@sysrq.in> (2024-06-24)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-19 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19 12:13 [gentoo-commits] repo/proj/guru:master commit in: profiles/, dev-cpp/fizz/ David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox