Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fizz/
Date: Wed, 27 Oct 2021 06:18:11
Message-Id: 1635266107.be851805499d69655f11e3d44b31f488f6a781fa.flow@gentoo
1 commit: be851805499d69655f11e3d44b31f488f6a781fa
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 26 15:58:37 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 26 16:35:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be851805
7
8 dev-cpp/fizz: drop 2021.08.02.00, 2021.10.04.00, 2021.10.18.00
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-cpp/fizz/Manifest | 3 ---
13 dev-cpp/fizz/fizz-2021.08.02.00.ebuild | 46 ----------------------------------
14 dev-cpp/fizz/fizz-2021.10.04.00.ebuild | 46 ----------------------------------
15 dev-cpp/fizz/fizz-2021.10.18.00.ebuild | 46 ----------------------------------
16 4 files changed, 141 deletions(-)
17
18 diff --git a/dev-cpp/fizz/Manifest b/dev-cpp/fizz/Manifest
19 index f5aec6727..48575617b 100644
20 --- a/dev-cpp/fizz/Manifest
21 +++ b/dev-cpp/fizz/Manifest
22 @@ -1,4 +1 @@
23 -DIST fizz-2021.08.02.00.tar.gz 540357 BLAKE2B 6edb14ea4b981a7b9fe076570e583c8b875929e63135d4848b1c1a2aa109e1258fd541376bc9346dc229f2dba0e2c346cebb5b486c8a33bcc54f6746ff3de5f0 SHA512 59c734127d9a1dfb7975929f20ae27a11ee3f2a35fb73ef1ba311b347457339a524194459023e2fb038cc7bf688e13beb6391227bec1ecdb12397344e45f051f
24 -DIST fizz-2021.10.04.00.tar.gz 543594 BLAKE2B d024f3a7d7ea4fd03f6525e225e6f33dbe931a7c8ff5b01fb572b22f09286d606897c091f63ebecd1b1558667b21bae635b1b555b1ca82b610d152160eb0f11e SHA512 be99b9abd8b832af22411ab894ee82285a637c79176955cd0cf242aed77de1883f98eaaeeef7391a75b42f7c3a4e8c2b26a11a242554688adde84a02f87261c9
25 -DIST fizz-2021.10.18.00.tar.gz 566606 BLAKE2B 3ebbc88578f7490d221ca1b883cd449c976646c3c8b2aebbe167b862e5293fb524a347ac0385be265be978c13984f92c418428529904a69a0702d1ffe485159e SHA512 4a8a4e71b49ea08136b3788007b48af9aa77e5cc1f25bb603dd6140a3fd7f100d98a84d99bb688cb918a6b48ab10f59187f24cc90e8fa4d6e9266a9414ff2e1a
26 DIST fizz-2021.10.25.00.tar.gz 566738 BLAKE2B 05a501b86a0db406e40cd6c9f12dd596f902bbcb77c34934a4121ec8e2a7fb1bbebf6bf6349435d9d290a81372688f8cbbdfae2fbb313349ae7d07d9ca90ad3f SHA512 30a8a9577b71a97fec8648e92defbd4485e7ff184847fa1b671f3d7c8b247cf35a543275a3519b5794973442be064e2bdf359920faf016e7bd57aa501e3f605d
27
28 diff --git a/dev-cpp/fizz/fizz-2021.08.02.00.ebuild b/dev-cpp/fizz/fizz-2021.08.02.00.ebuild
29 deleted file mode 100644
30 index ce8b93c27..000000000
31 --- a/dev-cpp/fizz/fizz-2021.08.02.00.ebuild
32 +++ /dev/null
33 @@ -1,46 +0,0 @@
34 -# Copyright 2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit cmake
40 -
41 -DESCRIPTION="C++14 implementation of the TLS-1.3 standard"
42 -HOMEPAGE="https://github.com/facebookincubator/fizz"
43 -
44 -SRC_URI="https://github.com/facebookincubator/fizz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -
50 -CMAKE_USE_DIR="${S}/fizz"
51 -
52 -RDEPEND="
53 - ~dev-cpp/folly-${PV}:=
54 - dev-cpp/gflags
55 - dev-cpp/glog
56 - dev-libs/double-conversion
57 - dev-libs/libevent
58 - dev-libs/libfmt
59 - dev-libs/libsodium
60 - dev-libs/openssl:0=
61 -"
62 -#TODO: discover if gtest is linked
63 -DEPEND="
64 - ${RDEPEND}
65 - dev-cpp/gtest
66 -"
67 -
68 -src_prepare() {
69 - cmake_src_prepare
70 - sed -i '/Sodium/d' fizz/cmake/fizz-config.cmake.in || die
71 -}
72 -
73 -src_configure() {
74 - local mycmakeargs=(
75 - -DLIB_INSTALL_DIR=$(get_libdir)
76 - )
77 -
78 - cmake_src_configure
79 -}
80
81 diff --git a/dev-cpp/fizz/fizz-2021.10.04.00.ebuild b/dev-cpp/fizz/fizz-2021.10.04.00.ebuild
82 deleted file mode 100644
83 index a1908fcff..000000000
84 --- a/dev-cpp/fizz/fizz-2021.10.04.00.ebuild
85 +++ /dev/null
86 @@ -1,46 +0,0 @@
87 -# Copyright 2021 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=8
91 -
92 -inherit cmake
93 -
94 -DESCRIPTION="C++14 implementation of the TLS-1.3 standard"
95 -HOMEPAGE="https://github.com/facebookincubator/fizz"
96 -
97 -SRC_URI="https://github.com/facebookincubator/fizz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
98 -
99 -LICENSE="BSD"
100 -SLOT="0"
101 -KEYWORDS="~amd64"
102 -
103 -CMAKE_USE_DIR="${S}/fizz"
104 -
105 -RDEPEND="
106 - ~dev-cpp/folly-${PV}:=
107 - dev-cpp/gflags
108 - dev-cpp/glog
109 - dev-libs/double-conversion
110 - dev-libs/libevent
111 - dev-libs/libfmt
112 - dev-libs/libsodium
113 - dev-libs/openssl:0=
114 -"
115 -#TODO: discover if gtest is linked
116 -DEPEND="
117 - ${RDEPEND}
118 - dev-cpp/gtest
119 -"
120 -
121 -src_prepare() {
122 - cmake_src_prepare
123 - sed -i '/Sodium/d' fizz/cmake/fizz-config.cmake.in || die
124 -}
125 -
126 -src_configure() {
127 - local mycmakeargs=(
128 - -DLIB_INSTALL_DIR=$(get_libdir)
129 - )
130 -
131 - cmake_src_configure
132 -}
133
134 diff --git a/dev-cpp/fizz/fizz-2021.10.18.00.ebuild b/dev-cpp/fizz/fizz-2021.10.18.00.ebuild
135 deleted file mode 100644
136 index a1908fcff..000000000
137 --- a/dev-cpp/fizz/fizz-2021.10.18.00.ebuild
138 +++ /dev/null
139 @@ -1,46 +0,0 @@
140 -# Copyright 2021 Gentoo Authors
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=8
144 -
145 -inherit cmake
146 -
147 -DESCRIPTION="C++14 implementation of the TLS-1.3 standard"
148 -HOMEPAGE="https://github.com/facebookincubator/fizz"
149 -
150 -SRC_URI="https://github.com/facebookincubator/fizz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
151 -
152 -LICENSE="BSD"
153 -SLOT="0"
154 -KEYWORDS="~amd64"
155 -
156 -CMAKE_USE_DIR="${S}/fizz"
157 -
158 -RDEPEND="
159 - ~dev-cpp/folly-${PV}:=
160 - dev-cpp/gflags
161 - dev-cpp/glog
162 - dev-libs/double-conversion
163 - dev-libs/libevent
164 - dev-libs/libfmt
165 - dev-libs/libsodium
166 - dev-libs/openssl:0=
167 -"
168 -#TODO: discover if gtest is linked
169 -DEPEND="
170 - ${RDEPEND}
171 - dev-cpp/gtest
172 -"
173 -
174 -src_prepare() {
175 - cmake_src_prepare
176 - sed -i '/Sodium/d' fizz/cmake/fizz-config.cmake.in || die
177 -}
178 -
179 -src_configure() {
180 - local mycmakeargs=(
181 - -DLIB_INSTALL_DIR=$(get_libdir)
182 - )
183 -
184 - cmake_src_configure
185 -}