commit:     85ca8d0618e75d6e1f08a42bcc1f804948d04521
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 09:12:27 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 20:19:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ca8d06

net-libs/libtorrent-rasterbar: drop 1.2.19

Closes: https://bugs.gentoo.org/943525
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/libtorrent-rasterbar/Manifest             |  1 -
 .../libtorrent-rasterbar-1.2.19.ebuild             | 70 ----------------------
 2 files changed, 71 deletions(-)

diff --git a/net-libs/libtorrent-rasterbar/Manifest 
b/net-libs/libtorrent-rasterbar/Manifest
index 33ac6885a96a..1c8212b19c37 100644
--- a/net-libs/libtorrent-rasterbar/Manifest
+++ b/net-libs/libtorrent-rasterbar/Manifest
@@ -1,2 +1 @@
-DIST libtorrent-rasterbar-1.2.19.tar.gz 4244826 BLAKE2B 
9983cc59d0a1ebfc92b9c1cdc992bd27cb2ae2cb39a71d9dac3ae20e66474b0ef1ad1b79bc8a1e4123a42215d148d8810c60dbf09a61ab786a89738392af492c
 SHA512 
b427c03efc9601f57bcd0473064191f77fb73a25abcb006e332c7b4b9140158a2f866418363fc13f594d6bd836d1c8b3902e2bef60fc5579f2d0d0c267a18ecd
 DIST libtorrent-rasterbar-2.0.10.tar.gz 4686014 BLAKE2B 
8d1021cef16d338e10113ff8c514e5e2e5bc2ae0ec38da9448de16415c021623882ec09b005c1c86d73f13bd5d642f0cd08dd2ff9ea403a2fd633f7b5b808109
 SHA512 
a6406ccdd1d0c8d42543419a3b9edca880ab85e0849bfba29e3b1bd98f9630244aa3e88110cdf95e476792c9ea87a141fcb16a8c3b3e0c44c0076ebf6f9adbee

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.19.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.19.ebuild
deleted file mode 100644
index b44971035870..000000000000
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.19.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-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 ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="+dht debug python ssl test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       dev-libs/boost:=
-       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=(
-               # test_upnp: 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
-       # -j1 for https://bugs.gentoo.org/854603#c1
-       LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" cmake_src_test -j1
-}

Reply via email to