commit:     be851805499d69655f11e3d44b31f488f6a781fa
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Oct 26 15:58:37 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Oct 26 16:35:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be851805

dev-cpp/fizz: drop 2021.08.02.00, 2021.10.04.00, 2021.10.18.00

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-cpp/fizz/Manifest                  |  3 ---
 dev-cpp/fizz/fizz-2021.08.02.00.ebuild | 46 ----------------------------------
 dev-cpp/fizz/fizz-2021.10.04.00.ebuild | 46 ----------------------------------
 dev-cpp/fizz/fizz-2021.10.18.00.ebuild | 46 ----------------------------------
 4 files changed, 141 deletions(-)

diff --git a/dev-cpp/fizz/Manifest b/dev-cpp/fizz/Manifest
index f5aec6727..48575617b 100644
--- a/dev-cpp/fizz/Manifest
+++ b/dev-cpp/fizz/Manifest
@@ -1,4 +1 @@
-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
-DIST fizz-2021.10.18.00.tar.gz 566606 BLAKE2B 
3ebbc88578f7490d221ca1b883cd449c976646c3c8b2aebbe167b862e5293fb524a347ac0385be265be978c13984f92c418428529904a69a0702d1ffe485159e
 SHA512 
4a8a4e71b49ea08136b3788007b48af9aa77e5cc1f25bb603dd6140a3fd7f100d98a84d99bb688cb918a6b48ab10f59187f24cc90e8fa4d6e9266a9414ff2e1a
 DIST fizz-2021.10.25.00.tar.gz 566738 BLAKE2B 
05a501b86a0db406e40cd6c9f12dd596f902bbcb77c34934a4121ec8e2a7fb1bbebf6bf6349435d9d290a81372688f8cbbdfae2fbb313349ae7d07d9ca90ad3f
 SHA512 
30a8a9577b71a97fec8648e92defbd4485e7ff184847fa1b671f3d7c8b247cf35a543275a3519b5794973442be064e2bdf359920faf016e7bd57aa501e3f605d

diff --git a/dev-cpp/fizz/fizz-2021.08.02.00.ebuild 
b/dev-cpp/fizz/fizz-2021.08.02.00.ebuild
deleted file mode 100644
index ce8b93c27..000000000
--- a/dev-cpp/fizz/fizz-2021.08.02.00.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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
-}

diff --git a/dev-cpp/fizz/fizz-2021.10.04.00.ebuild 
b/dev-cpp/fizz/fizz-2021.10.04.00.ebuild
deleted file mode 100644
index a1908fcff..000000000
--- a/dev-cpp/fizz/fizz-2021.10.04.00.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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
-}

diff --git a/dev-cpp/fizz/fizz-2021.10.18.00.ebuild 
b/dev-cpp/fizz/fizz-2021.10.18.00.ebuild
deleted file mode 100644
index a1908fcff..000000000
--- a/dev-cpp/fizz/fizz-2021.10.18.00.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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
-}

Reply via email to