From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fbthrift/
Date: Wed, 27 Oct 2021 06:18:06 +0000 (UTC) [thread overview]
Message-ID: <1635266107.5418166d45257a1c35667bacf29a220154d65f39.flow@gentoo> (raw)
commit: 5418166d45257a1c35667bacf29a220154d65f39
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Oct 26 15:59:21 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 16:35:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5418166d
dev-cpp/fbthrift: drop 2021.08.02.00, 2021.10.04.00, 2021.10.18.00
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-cpp/fbthrift/Manifest | 3 --
dev-cpp/fbthrift/fbthrift-2021.08.02.00.ebuild | 38 --------------------------
dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild | 38 --------------------------
dev-cpp/fbthrift/fbthrift-2021.10.18.00.ebuild | 38 --------------------------
4 files changed, 117 deletions(-)
diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest
index 218313d72..1413ef17e 100644
--- a/dev-cpp/fbthrift/Manifest
+++ b/dev-cpp/fbthrift/Manifest
@@ -1,4 +1 @@
-DIST fbthrift-2021.08.02.00.tar.gz 5833339 BLAKE2B 647f582396a88ae616162e011bc77c15d4e08d0b511f12684d4b731a2108c370971d7ec52f8ac0c84ff9e94b228e69f4fca29b1ca0747e39bbcf5d58cd491b2a SHA512 a416f9a09a62293fc756d631355787fd0faed639d77986a654610c3fc49344e1f0184d2333c79bd49ac9a450be6d2542317beb512e72d99179206db0cc5e7467
-DIST fbthrift-2021.10.04.00.tar.gz 5974931 BLAKE2B f268dae6368c8619d877d41bf4eaa018110e002da6b5a57a573d3345da62d5dfc13310e84792ad59d3c9e11e70e67eced7b441bfad67fe23afe1a779e485030c SHA512 5b1c7f2e787d198bcf8664e38714e860fbeda75aa1c2cd35e6dde10493451d58241693c81fbf7680725747e9ccb958728dc1ed27d161c466ee18e00ca2d25b2f
-DIST fbthrift-2021.10.18.00.tar.gz 5991836 BLAKE2B 4556bba2399cb6046cf6bcf10ad8a9a251783e89b9badc5e1f3bfeb1ae03f17275f08b1b7f1d8f4af3c328dd542baeeff7c5d2fbc45859123627418460d60038 SHA512 8829ec2575d32fde4fb3dc05170dccb4154effb67cc1e83f86383a0d27d44876e3b806cd22211dd7a425dabfac9f400e83721885def13572633b9377cfd2f253
DIST fbthrift-2021.10.25.00.tar.gz 6045488 BLAKE2B 7c63c3687e3393f27cfaeca9a71e69596be7d611fbd1225a4d934819c749be4064987bc913b387ac0e8a8ee762f147a7c92856e3a38f276fe09659bf8a49fa1a SHA512 9991987f7e5daccec000e09998e2f00c1de5e6c7b53d16ac9797984b6192e682fe2fa8bca18e02bf15fd0d78910234ada33fe1c247645669ad8b1954b2471620
diff --git a/dev-cpp/fbthrift/fbthrift-2021.08.02.00.ebuild b/dev-cpp/fbthrift/fbthrift-2021.08.02.00.ebuild
deleted file mode 100644
index e63f770d8..000000000
--- a/dev-cpp/fbthrift/fbthrift-2021.08.02.00.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server"
-HOMEPAGE="https://github.com/facebook/fbthrift"
-SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- app-arch/zstd
- ~dev-cpp/fizz-${PV}:=
- ~dev-cpp/folly-${PV}:=
- dev-cpp/gflags
- dev-cpp/glog
- ~dev-cpp/wangle-${PV}:=
- dev-libs/libfmt
- dev-libs/openssl:0=
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- sys-devel/bison
- sys-devel/flex
-"
-
-src_configure() {
- local mycmakeargs=(
- -DLIB_INSTALL_DIR=$(get_libdir)
- )
- cmake_src_configure
-}
diff --git a/dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild b/dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild
deleted file mode 100644
index 3320d823e..000000000
--- a/dev-cpp/fbthrift/fbthrift-2021.10.04.00.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server"
-HOMEPAGE="https://github.com/facebook/fbthrift"
-SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- app-arch/zstd
- ~dev-cpp/fizz-${PV}:=
- ~dev-cpp/folly-${PV}:=
- dev-cpp/gflags
- dev-cpp/glog
- ~dev-cpp/wangle-${PV}:=
- dev-libs/libfmt
- dev-libs/openssl:0=
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- sys-devel/bison
- sys-devel/flex
-"
-
-src_configure() {
- local mycmakeargs=(
- -DLIB_INSTALL_DIR=$(get_libdir)
- )
- cmake_src_configure
-}
diff --git a/dev-cpp/fbthrift/fbthrift-2021.10.18.00.ebuild b/dev-cpp/fbthrift/fbthrift-2021.10.18.00.ebuild
deleted file mode 100644
index 3320d823e..000000000
--- a/dev-cpp/fbthrift/fbthrift-2021.10.18.00.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Facebook's branch of Apache Thrift, including a new C++ server"
-HOMEPAGE="https://github.com/facebook/fbthrift"
-SRC_URI="https://github.com/facebook/fbthrift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- app-arch/zstd
- ~dev-cpp/fizz-${PV}:=
- ~dev-cpp/folly-${PV}:=
- dev-cpp/gflags
- dev-cpp/glog
- ~dev-cpp/wangle-${PV}:=
- dev-libs/libfmt
- dev-libs/openssl:0=
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- sys-devel/bison
- sys-devel/flex
-"
-
-src_configure() {
- local mycmakeargs=(
- -DLIB_INSTALL_DIR=$(get_libdir)
- )
- cmake_src_configure
-}
next reply other threads:[~2021-10-27 6:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-27 6:18 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-15 16:06 [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/fbthrift/ Julien Roy
2022-04-17 18:13 Arthur Zamarin
2022-03-10 9:45 Ronny Gutbrod
2022-03-07 21:21 Ronny Gutbrod
2021-10-25 11:56 Andrew Ammerlaan
2021-10-25 11:56 Andrew Ammerlaan
2021-10-06 1:13 Theo Anderson
2021-07-05 15:48 Haelwenn Monnier
2021-06-17 5:55 Theo Anderson
2021-05-28 10:28 Andrew Ammerlaan
2021-05-05 8:33 Andrew Ammerlaan
2021-04-29 8:23 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1635266107.5418166d45257a1c35667bacf29a220154d65f39.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox