* [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-cpp/fbthrift/
@ 2023-02-27 21:17 Anna Vyalkova
0 siblings, 0 replies; 2+ messages in thread
From: Anna Vyalkova @ 2023-02-27 21:17 UTC (permalink / raw
To: gentoo-commits
commit: 27f1e574d3822fd98df9c29d3ed29b4f70304e67
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 27 21:09:16 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Feb 27 21:09:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27f1e574
dev-cpp/fbthrift: treeclean
Closes: https://bugs.gentoo.org/834745
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-cpp/fbthrift/Manifest | 1 -
dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild | 47 -----------------------
dev-cpp/fbthrift/metadata.xml | 19 ---------
profiles/package.mask | 1 -
4 files changed, 68 deletions(-)
diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest
deleted file mode 100644
index bb9e7f8ea..000000000
--- a/dev-cpp/fbthrift/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fbthrift-2022.04.11.00.tar.gz 7475837 BLAKE2B 27e035296d7c73562824a192f2bdc8789aa9ff674f9693e991b71b4543b417ad41aaf186681bdddbe494557fe0a3a4471751111e667e98348c763321e9343412 SHA512 e45088151e9de051e30b5ac34b07c35b965092ea0ad8075029fce57de5df44c908d0c30663ce35b455ad96f277d8935e08e3ecba331708b1835333cf90e87ce1
diff --git a/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild b/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild
deleted file mode 100644
index 0986f16bd..000000000
--- a/dev-cpp/fbthrift/fbthrift-2022.04.11.00-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit cmake python-single-r1
-
-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/${PV}"
-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/boost-1.79.0
- dev-libs/libfmt
- dev-libs/openssl:0=
- sys-libs/zlib
- ${PYTHON_DEPS}
-"
-DEPEND="
- ${RDEPEND}
- $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]')
-"
-BDEPEND="
- sys-devel/bison
- sys-devel/flex
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
- local mycmakeargs=(
- -DLIB_INSTALL_DIR=$(get_libdir)
- )
- cmake_src_configure
-}
diff --git a/dev-cpp/fbthrift/metadata.xml b/dev-cpp/fbthrift/metadata.xml
deleted file mode 100644
index e234dbf77..000000000
--- a/dev-cpp/fbthrift/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">
-Thrift is a serialization and RPC framework for service communication. Thrift enables these features in all major languages, and there is strong support for C++, Python, Hack, and Java. Most services at Facebook are written using Thrift for RPC, and some storage systems use Thrift for serializing records on disk.
-
-Facebook Thrift is not a distribution of Apache Thrift. This is an evolved internal branch of Thrift that Facebook re-released to open source community in February 2014. Facebook Thrift was originally released closely tracking Apache Thrift but is now evolving in new directions. In particular, the compiler was rewritten from scratch and the new implementation features a fully asynchronous Thrift server. Read more about these improvements in the ThriftServer documentation.
-
-You can also learn more about this project in the original Facebook Code blog post.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/facebook/fbthrift/issues</bugs-to>
- <remote-id type="github">facebook/fbthrift</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 213fae069..ce621dac8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -83,7 +83,6 @@ sys-power/gwe
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-09-26)
# Depends on removed ~dev-cpp/folly-2022.04.11.00:=
-dev-cpp/fbthrift
dev-cpp/fizz
dev-cpp/wangle
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-cpp/fbthrift/
@ 2024-09-19 10:24 Takuya Wakazono
0 siblings, 0 replies; 2+ messages in thread
From: Takuya Wakazono @ 2024-09-19 10:24 UTC (permalink / raw
To: gentoo-commits
commit: d6303e74fb2f3e339a3560f85594ed7376d9e0b7
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 19 10:24:07 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Sep 19 10:24:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6303e74
dev-cpp/fbthrift: treeclean
Closes: https://bugs.gentoo.org/932330 (pkgremoved)
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-cpp/fbthrift/Manifest | 2 --
dev-cpp/fbthrift/fbthrift-2023.02.06.00.ebuild | 47 --------------------------
dev-cpp/fbthrift/fbthrift-2023.06.19.00.ebuild | 47 --------------------------
dev-cpp/fbthrift/metadata.xml | 20 -----------
profiles/package.mask | 1 -
5 files changed, 117 deletions(-)
diff --git a/dev-cpp/fbthrift/Manifest b/dev-cpp/fbthrift/Manifest
deleted file mode 100644
index 4904aaa8f..000000000
--- a/dev-cpp/fbthrift/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fbthrift-2023.02.06.00.tar.gz 13447174 BLAKE2B d8a931dc4ded159ca1b1b1aa9db7d97c7f6fc3842fe59873c72125acf93c572bb4f31d5514b237166fb7108e746f7473bc50e62becab93411b01d8988cb53534 SHA512 a726cc3276c623471129ba7822926e311f455a1c90cc2be9a5506310563609c9843dcb0b6852c288e766a6268bb01e0db8d0a67b6c3f01fc9fd84ff58a479ba6
-DIST fbthrift-2023.06.19.00.tar.gz 13918017 BLAKE2B 65bd0344915947084f0b0a4217aac882a034006165a9098322d600f1d962ddaf11c21d075b9abbae23d8cbf7dfc477417a63e1c976187a4c5a5f1b49cbfe44a3 SHA512 d39c228a1b7f25fd76eb0cede220439237e27060f9dd6252590de3976f9f05f3e8b18a0ee63a90b879f11732022dec508afb6529868e3e476623ddfebfdd1c47
diff --git a/dev-cpp/fbthrift/fbthrift-2023.02.06.00.ebuild b/dev-cpp/fbthrift/fbthrift-2023.02.06.00.ebuild
deleted file mode 100644
index 83153ca39..000000000
--- a/dev-cpp/fbthrift/fbthrift-2023.02.06.00.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit cmake python-single-r1
-
-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/${PV}"
-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/boost
- dev-libs/libfmt
- dev-libs/openssl:0=
- sys-libs/zlib
- ${PYTHON_DEPS}
-"
-DEPEND="
- ${RDEPEND}
- $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]')
-"
-BDEPEND="
- sys-devel/bison
- sys-devel/flex
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
- local mycmakeargs=(
- -DLIB_INSTALL_DIR=$(get_libdir)
- )
- cmake_src_configure
-}
diff --git a/dev-cpp/fbthrift/fbthrift-2023.06.19.00.ebuild b/dev-cpp/fbthrift/fbthrift-2023.06.19.00.ebuild
deleted file mode 100644
index 83153ca39..000000000
--- a/dev-cpp/fbthrift/fbthrift-2023.06.19.00.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit cmake python-single-r1
-
-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/${PV}"
-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/boost
- dev-libs/libfmt
- dev-libs/openssl:0=
- sys-libs/zlib
- ${PYTHON_DEPS}
-"
-DEPEND="
- ${RDEPEND}
- $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]')
-"
-BDEPEND="
- sys-devel/bison
- sys-devel/flex
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
- local mycmakeargs=(
- -DLIB_INSTALL_DIR=$(get_libdir)
- )
- cmake_src_configure
-}
diff --git a/dev-cpp/fbthrift/metadata.xml b/dev-cpp/fbthrift/metadata.xml
deleted file mode 100644
index 3e5dd29bd..000000000
--- a/dev-cpp/fbthrift/metadata.xml
+++ /dev/null
@@ -1,20 +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">
-Thrift is a serialization and RPC framework for service communication. Thrift enables these features in all major languages, and there is strong support for C++, Python, Hack, and Java. Most services at Facebook are written using Thrift for RPC, and some storage systems use Thrift for serializing records on disk.
-
-Facebook Thrift is not a distribution of Apache Thrift. This is an evolved internal branch of Thrift that Facebook re-released to open source community in February 2014. Facebook Thrift was originally released closely tracking Apache Thrift but is now evolving in new directions. In particular, the compiler was rewritten from scratch and the new implementation features a fully asynchronous Thrift server. Read more about these improvements in the ThriftServer documentation.
-
-You can also learn more about this project in the original Facebook Code blog post.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/facebook/fbthrift/issues</bugs-to>
- <remote-id type="github">facebook/fbthrift</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index b191c5e2c..9457662a1 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/fbthrift
dev-cpp/fizz
dev-cpp/wangle
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-19 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19 10:24 [gentoo-commits] repo/proj/guru:dev commit in: profiles/, dev-cpp/fbthrift/ Takuya Wakazono
-- strict thread matches above, loose matches on Subject: below --
2023-02-27 21:17 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox