commit:     0d9916f56c377aab4143f2f2b157f62d97e2da0f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 21:18:17 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 21:18:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9916f5

net-libs/libtorrent-rasterbar: drop 1.2.15-r1, 1.2.16, 2.0.5

Closes: https://bugs.gentoo.org/775104
Closes: https://bugs.gentoo.org/791016
Closes: https://bugs.gentoo.org/832424
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-libs/libtorrent-rasterbar/Manifest             |  3 -
 .../libtorrent-rasterbar-2.0.5-boost-1.78.patch    | 46 -------------
 .../libtorrent-rasterbar-1.2.15-r1.ebuild          | 69 -------------------
 .../libtorrent-rasterbar-1.2.16.ebuild             | 69 -------------------
 .../libtorrent-rasterbar-2.0.5.ebuild              | 78 ----------------------
 5 files changed, 265 deletions(-)

diff --git a/net-libs/libtorrent-rasterbar/Manifest 
b/net-libs/libtorrent-rasterbar/Manifest
index 7eb5e03678e5..45b2ea13fd39 100644
--- a/net-libs/libtorrent-rasterbar/Manifest
+++ b/net-libs/libtorrent-rasterbar/Manifest
@@ -1,4 +1 @@
-DIST libtorrent-rasterbar-1.2.15.tar.gz 4163049 BLAKE2B 
282d6cf19897706f96d68c75df3c1f5f004df38c07ca2fcaa760f0004512dc8759ea47d4e0c96ff4d8ac2d23569a05507c5dd0667d83c702e14825a0d9ffcd0e
 SHA512 
c409c53ec9c299a05b51ab61d7df1209803cbd6070f0a014dd6fb42c30f6f5230ea90848330f901c61816bc70901e618409acacc95bb0e5acb7f81211d001fa2
-DIST libtorrent-rasterbar-1.2.16.tar.gz 4163867 BLAKE2B 
2cb4c79d83854bf3e5fc1b2ff9a361539b7690d0df3c2c15f2df1c7b9e782df51fbab57920a3bac56dff872c829a49303d66d33cdc10586ccc01dad3e83b149c
 SHA512 
2bad1bf1604f99b85567056f798bfb78cdd663612291536d1145141e61f843aced416f7608911793c948d77802ef5b3088197b914c100a4278c94033eb304d4b
-DIST libtorrent-rasterbar-2.0.5.tar.gz 4407260 BLAKE2B 
71c64879be103326fe438ba6b11b672fb0d631ed0de4eb23c2595f3596b522693594ded9f8733c7827dd668e285cb5099cad78bcd437ec184837eafbd39b356f
 SHA512 
be5b812135dada957e565085b5bdda06827c8427f78a4468ef263e1a1e33d3a0bbba7ac27235f0d17ae6087d54311281e3b1975eef81cda514acc8329862dc04
 DIST libtorrent-rasterbar-2.0.6.tar.gz 4431174 BLAKE2B 
4951a102b68a5a7ba9a98d771ca638e8438b2aeaa95f5d7bf616542c7a02d28e184ee1bf5b7a55cd91a068cd2d4e9756c479e4ddb5eabe89d8aa833d70aa7502
 SHA512 
4a5d710706040ef6193967dbb13998cb0ddebe7e95c3bf8aec0812876027c68c32b001fd3f07cd4ff1b819660a8d46ae8c7077e72caf92572288a51cdec7daea

diff --git 
a/net-libs/libtorrent-rasterbar/files/libtorrent-rasterbar-2.0.5-boost-1.78.patch
 
b/net-libs/libtorrent-rasterbar/files/libtorrent-rasterbar-2.0.5-boost-1.78.patch
deleted file mode 100644
index 93e14963e366..000000000000
--- 
a/net-libs/libtorrent-rasterbar/files/libtorrent-rasterbar-2.0.5-boost-1.78.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From feb911a19c8a66bf13915973649d3a4f5d729f12 Mon Sep 17 00:00:00 2001
-From: arvidn <ar...@libtorrent.org>
-Date: Sun, 12 Dec 2021 21:52:15 +0100
-Subject: [PATCH] update allocator sizes for boost-1.78
-
----
- include/libtorrent/aux_/allocating_handler.hpp | 16 ++++++++--------
- 1 file changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/include/libtorrent/aux_/allocating_handler.hpp 
b/include/libtorrent/aux_/allocating_handler.hpp
-index 726032e085c..7096dfd2e67 100644
---- a/include/libtorrent/aux_/allocating_handler.hpp
-+++ b/include/libtorrent/aux_/allocating_handler.hpp
-@@ -77,11 +77,11 @@ namespace libtorrent { namespace aux {
-       constexpr std::size_t openssl_write_cost = 0;
- #endif
- 
--      constexpr std::size_t read_handler_max_size = tracking + 
debug_read_iter + openssl_read_cost + 102 + 8 * sizeof(void*);
--      constexpr std::size_t write_handler_max_size = tracking + 
debug_write_iter + openssl_write_cost + 102 + 8 * sizeof(void*);
--      constexpr std::size_t udp_handler_max_size = tracking + debug_tick + 
144 + 8 * sizeof(void*);
--      constexpr std::size_t utp_handler_max_size = tracking + debug_tick + 
168 + 8 * sizeof(void*);
--      constexpr std::size_t tick_handler_max_size = tracking + debug_tick + 
160;
-+      constexpr std::size_t read_handler_max_size = tracking + 
debug_read_iter + openssl_read_cost + 102 + 9 * sizeof(void*);
-+      constexpr std::size_t write_handler_max_size = tracking + 
debug_write_iter + openssl_write_cost + 102 + 9 * sizeof(void*);
-+      constexpr std::size_t udp_handler_max_size = tracking + debug_tick + 
144 + 9 * sizeof(void*);
-+      constexpr std::size_t utp_handler_max_size = tracking + debug_tick + 
168 + 9 * sizeof(void*);
-+      constexpr std::size_t tick_handler_max_size = tracking + debug_tick + 
168;
-       constexpr std::size_t abort_handler_max_size = tracking + debug_tick + 
104;
-       constexpr std::size_t submit_handler_max_size = tracking + debug_tick + 
104;
-       constexpr std::size_t deferred_handler_max_size = tracking + debug_tick 
+ 112;
-@@ -124,12 +124,12 @@ namespace libtorrent { namespace aux {
- #endif
-       constexpr std::size_t write_handler_max_size = tracking + 
debug_write_iter + openssl_write_cost + fuzzer_write_cost + 168;
-       constexpr std::size_t read_handler_max_size = tracking + 
debug_read_iter + openssl_read_cost + fuzzer_read_cost + 168;
--      constexpr std::size_t udp_handler_max_size = tracking + 160;
--      constexpr std::size_t utp_handler_max_size = tracking + 184;
-+      constexpr std::size_t udp_handler_max_size = tracking + 168;
-+      constexpr std::size_t utp_handler_max_size = tracking + 192;
-       constexpr std::size_t abort_handler_max_size = tracking + 72;
-       constexpr std::size_t submit_handler_max_size = tracking + 72;
-       constexpr std::size_t deferred_handler_max_size = tracking + 80;
--      constexpr std::size_t tick_handler_max_size = tracking + 128;
-+      constexpr std::size_t tick_handler_max_size = tracking + 136;
- #endif
- 
-       enum HandlerName

diff --git 
a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.15-r1.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.15-r1.ebuild
deleted file mode 100644
index 94e0b8f3d964..000000000000
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.15-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and 
scalability"
-HOMEPAGE="https://libtorrent.org/ https://github.com/arvidn/libtorrent";
-SRC_URI="https://github.com/arvidn/libtorrent/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/10"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
-IUSE="+dht debug python ssl test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       dev-libs/boost:=[threads(+)]
-       python? (
-               ${PYTHON_DEPS}
-               $(python_gen_cond_dep '
-                       dev-libs/boost[python,${PYTHON_USEDEP}]
-               ')
-       )
-       ssl? ( dev-libs/openssl:= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="python? (
-               $(python_gen_cond_dep '
-                       dev-python/setuptools[${PYTHON_USEDEP}]
-               ')
-       )"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_SHARED_LIBS=ON
-               -Dbuild_examples=OFF
-               -Ddht=$(usex dht ON OFF)
-               -Dencryption=$(usex ssl ON OFF)
-               -Dlogging=$(usex debug ON OFF)
-               -Dpython-bindings=$(usex python ON OFF)
-               -Dbuild_tests=$(usex test ON OFF)
-       )
-
-       # We need to drop the . from the Python version to satisfy Boost's
-       # FindBoost.cmake module, bug #793038.
-       use python && mycmakeargs+=( -Dboost-python-module-name="${EPYTHON/./}" 
)
-
-       cmake_src_configure
-}
-
-src_test() {
-       local myctestargs=(
-               # Needs running UPnP server
-               -E "test_upnp"
-       )
-
-       # Checked out Fedora's test workarounds for inspiration
-       # 
https://src.fedoraproject.org/rpms/rb_libtorrent/blob/rawhide/f/rb_libtorrent.spec#_120
-       LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" cmake_src_test
-}

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.16.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.16.ebuild
deleted file mode 100644
index ee7e88d32406..000000000000
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.16.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and 
scalability"
-HOMEPAGE="https://libtorrent.org/ https://github.com/arvidn/libtorrent";
-SRC_URI="https://github.com/arvidn/libtorrent/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/10"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+dht debug python ssl test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       dev-libs/boost:=[threads(+)]
-       python? (
-               ${PYTHON_DEPS}
-               $(python_gen_cond_dep '
-                       dev-libs/boost[python,${PYTHON_USEDEP}]
-               ')
-       )
-       ssl? ( dev-libs/openssl:= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="python? (
-               $(python_gen_cond_dep '
-                       dev-python/setuptools[${PYTHON_USEDEP}]
-               ')
-       )"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_SHARED_LIBS=ON
-               -Dbuild_examples=OFF
-               -Ddht=$(usex dht ON OFF)
-               -Dencryption=$(usex ssl ON OFF)
-               -Dlogging=$(usex debug ON OFF)
-               -Dpython-bindings=$(usex python ON OFF)
-               -Dbuild_tests=$(usex test ON OFF)
-       )
-
-       # We need to drop the . from the Python version to satisfy Boost's
-       # FindBoost.cmake module, bug #793038.
-       use python && mycmakeargs+=( -Dboost-python-module-name="${EPYTHON/./}" 
)
-
-       cmake_src_configure
-}
-
-src_test() {
-       local myctestargs=(
-               # Needs running UPnP server
-               -E "test_upnp"
-       )
-
-       # Checked out Fedora's test workarounds for inspiration
-       # 
https://src.fedoraproject.org/rpms/rb_libtorrent/blob/rawhide/f/rb_libtorrent.spec#_120
-       LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" cmake_src_test
-}

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.5.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.5.ebuild
deleted file mode 100644
index 03981e30ef77..000000000000
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.5.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-
-inherit cmake python-single-r1
-
-DESCRIPTION="C++ BitTorrent implementation focusing on efficiency and 
scalability"
-HOMEPAGE="https://libtorrent.org/ https://github.com/arvidn/libtorrent";
-SRC_URI="https://github.com/arvidn/libtorrent/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/2.0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+dht debug gnutls python ssl test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       dev-libs/boost:=[threads(+)]
-       python? (
-               ${PYTHON_DEPS}
-               $(python_gen_cond_dep '
-                       dev-libs/boost[python,${PYTHON_USEDEP}]
-               ')
-       )
-       ssl? (
-               gnutls? ( net-libs/gnutls:= )
-               !gnutls? ( dev-libs/openssl:= )
-       )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="python? (
-               $(python_gen_cond_dep '
-                       dev-python/setuptools[${PYTHON_USEDEP}]
-               ')
-       )"
-
-PATCHES=(
-       "${FILESDIR}/${P}-boost-1.78.patch"
-)
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DCMAKE_CXX_STANDARD=17
-               -DBUILD_SHARED_LIBS=ON
-               -Dbuild_examples=OFF
-               -Ddht=$(usex dht ON OFF)
-               -Dencryption=$(usex ssl ON OFF)
-               -Dgnutls=$(usex gnutls ON OFF)
-               -Dlogging=$(usex debug ON OFF)
-               -Dpython-bindings=$(usex python ON OFF)
-               -Dbuild_tests=$(usex test ON OFF)
-       )
-
-       # We need to drop the . from the Python version to satisfy Boost's
-       # FindBoost.cmake module, bug #793038.
-       use python && mycmakeargs+=( -Dboost-python-module-name="${EPYTHON/./}" 
)
-
-       cmake_src_configure
-}
-
-src_test() {
-       local myctestargs=(
-               # Needs running UPnP server
-               -E "test_upnp"
-       )
-
-       # Checked out Fedora's test workarounds for inspiration
-       # 
https://src.fedoraproject.org/rpms/rb_libtorrent/blob/rawhide/f/rb_libtorrent.spec#_120
-       LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" cmake_src_test
-}

Reply via email to