From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/
Date: Wed, 2 Oct 2024 16:54:29 +0000 (UTC) [thread overview]
Message-ID: <1727888057.1a43c13a3c3bf73af12dfe266962f0a57ffcee2f.asturm@gentoo> (raw)
commit: 1a43c13a3c3bf73af12dfe266962f0a57ffcee2f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 2 16:03:02 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 16:54:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a43c13a
net-libs/libtorrent-rasterbar: drop 1.2.18-r1, 2.0.8, 2.0.9-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/libtorrent-rasterbar/Manifest | 3 -
.../libtorrent-rasterbar-1.2.18-r1.ebuild | 70 -------------
.../libtorrent-rasterbar-2.0.8.ebuild | 75 --------------
.../libtorrent-rasterbar-2.0.9-r1.ebuild | 112 ---------------------
4 files changed, 260 deletions(-)
diff --git a/net-libs/libtorrent-rasterbar/Manifest b/net-libs/libtorrent-rasterbar/Manifest
index d3e85d139068..33ac6885a96a 100644
--- a/net-libs/libtorrent-rasterbar/Manifest
+++ b/net-libs/libtorrent-rasterbar/Manifest
@@ -1,5 +1,2 @@
-DIST libtorrent-rasterbar-1.2.18.tar.gz 4178407 BLAKE2B ccf8d891e4c34d101a8d822149d14b46cebf57dd893c00e2481e55c0cb35f6931b02e4b6f8877140316bb3bf1840a54eb04943aa1fd190d29708ae64a5c93604 SHA512 4ac7ad6357a612bdc537d4dbce40935a43c32295773870e490d1acffab9841b2bb3052e476a91f702b7b5eb2ab3e6282792f53593cdcb06ddbd6f1d5a3097ee7
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
-DIST libtorrent-rasterbar-2.0.8.tar.gz 4562750 BLAKE2B 6ea5855bd2e2d2ef56191ffea7bfc08a88ef43ffee177c1de12dbb62dc9167789abc5fcf2608856d5b23d5dc461fdc8d3f30c01286ce2ba9a11cb4d24fed477c SHA512 697988feae149876745097bedfbfb4cceae00ffe1cd4ba2063dcb93a8eee9e99344f772b8364e3df1986a50105e386e56b75fe362707d58ba3272139d9beb98f
-DIST libtorrent-rasterbar-2.0.9.tar.gz 4720611 BLAKE2B 54de2dfba2bdc6c4341fddc54ce16d267b8aafde0218b262bfaa8d4c49dd28ef608a2500a572ee04c82a3e89b6322b0019405f8d9e03e8b31c6de9914f6d43a8 SHA512 c252dbe1e2a246769017b8a622bb3418527e2bc2615115ac2bff9662afb53759bc7b2cbf6657438c515ba6de0140fc1c388b340c48b3dd9f7e6202ec0df1aec7
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.18-r1.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.18-r1.ebuild
deleted file mode 100644
index fbfe9496c6ca..000000000000
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.18-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 2021-2023 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
-}
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.8.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.8.ebuild
deleted file mode 100644
index b20882528b68..000000000000
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.8.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2021-2023 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/2.0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="+dht debug gnutls 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? (
- gnutls? ( net-libs/gnutls:= )
- !gnutls? ( 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=(
- -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
- # -j1 for https://bugs.gentoo.org/854603#c1
- LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" cmake_src_test -j1
-}
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.9-r1.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.9-r1.ebuild
deleted file mode 100644
index eafe879d5acb..000000000000
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.9-r1.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# no 3.12 for now
-# https://github.com/arvidn/libtorrent/commit/785969574cfe925098f50b7e5d9ae2a9f2a9d0cf
-PYTHON_COMPAT=( python3_{10..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/$(ver_cut 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="+dht debug examples gnutls python ssl test"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-libs/boost:=
- ssl? (
- gnutls? ( net-libs/gnutls:= )
- !gnutls? ( dev-libs/openssl:= )
- )
-"
-RDEPEND="
- ${DEPEND}
- python? (
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-libs/boost[python,${PYTHON_USEDEP}]
- ')
- )
-"
-BDEPEND="
- dev-util/patchelf
- python? (
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/setuptools[${PYTHON_USEDEP}]
- ')
- )
- test? (
- ${PYTHON_DEPS}
- )
-"
-
-pkg_setup() {
- # python required for tests due to webserver.py
- if use python || use test; then
- python-single-r1_pkg_setup
- fi
-}
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_CXX_STANDARD=17
- -DBUILD_SHARED_LIBS=ON
- -Dbuild_examples=$(usex examples)
- -Ddht=$(usex dht)
- -Dencryption=$(usex ssl)
- -Dgnutls=$(usex gnutls)
- -Dlogging=$(usex debug)
- -Dpython-bindings=$(usex python)
- -Dbuild_tests=$(usex test)
- )
-
- # 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() {
- CMAKE_SKIP_TESTS=(
- # Needs running UPnP server
- "test_upnp"
- # Missing files in 2.0.9 release archive
- # https://github.com/arvidn/libtorrent/issues/7567
- "test_create_torrent"
- # Certificates outdated
- # https://github.com/arvidn/libtorrent/issues/7565
- "test_ssl"
- # Fragile to parallelization
- # https://bugs.gentoo.org/854603#c1
- "test_utp"
- # Fails in tmpfs
- # https://github.com/arvidn/libtorrent/issues/7566
- "test_copy_file"
- )
-
- LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" cmake_src_test
-}
-
-src_install() {
- cmake_src_install
- einstalldocs
-
- if use examples; then
- pushd "${BUILD_DIR}"/examples >/dev/null || die
- for binary in {client_test,connection_tester,custom_storage,dump_bdecode,dump_torrent,make_torrent,simple_client,stats_counters,upnp_test}; do
- patchelf --remove-rpath ${binary} || die
- dobin ${binary}
- done
- popd >/dev/null || die
- fi
-}
next reply other threads:[~2024-10-02 16:54 UTC|newest]
Thread overview: 154+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-02 16:54 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-15 20:19 [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/ Andreas Sturmlechner
2024-10-03 9:24 Sam James
2024-10-01 23:13 Eli Schwartz
2024-05-29 6:10 Joonas Niilola
2024-05-29 6:10 Joonas Niilola
2024-05-29 6:10 Joonas Niilola
2024-05-29 6:10 Joonas Niilola
2024-05-21 6:09 Joonas Niilola
2024-05-19 17:58 Arthur Zamarin
2024-05-03 11:03 Sam James
2024-01-30 9:59 Sam James
2023-10-10 6:14 Joonas Niilola
2023-10-10 6:14 Joonas Niilola
2023-08-09 18:14 Piotr Karbowski
2023-06-23 9:53 Piotr Karbowski
2023-06-21 19:46 Piotr Karbowski
2023-05-14 14:51 Piotr Karbowski
2023-05-01 17:14 Sam James
2023-05-01 17:14 Sam James
2023-03-31 11:40 Arthur Zamarin
2023-02-18 20:04 Piotr Karbowski
2023-01-21 19:26 Arthur Zamarin
2022-12-02 8:01 Arthur Zamarin
2022-12-02 8:01 Arthur Zamarin
2022-11-30 0:52 Sam James
2022-11-29 21:46 Jakov Smolić
2022-11-19 15:29 Piotr Karbowski
2022-11-19 15:29 Piotr Karbowski
2022-11-10 8:48 Piotr Karbowski
2022-10-24 11:47 Sam James
2022-10-24 11:47 Sam James
2022-10-24 11:47 Sam James
2022-10-24 11:47 Sam James
2022-10-24 11:47 Sam James
2022-09-16 2:52 Yixun Lan
2022-08-19 2:42 Sam James
2022-07-29 4:41 Sam James
2022-07-29 4:29 Sam James
2022-07-29 4:29 Sam James
2022-06-02 6:08 Agostino Sarubbo
2022-06-02 6:05 Agostino Sarubbo
2022-06-02 3:53 Sam James
2022-06-02 3:53 Sam James
2022-04-21 23:20 Sam James
2022-04-20 20:14 Sam James
2022-03-07 7:32 Sam James
2022-03-07 7:31 Sam James
2022-02-13 23:41 Jakov Smolić
2022-01-31 18:50 Sam James
2022-01-27 9:21 Agostino Sarubbo
2022-01-27 9:21 Agostino Sarubbo
2022-01-07 21:23 Arthur Zamarin
2021-12-11 1:16 Sam James
2021-12-08 6:28 Sam James
2021-12-08 6:14 Sam James
2021-12-08 6:14 Sam James
2021-11-01 8:26 Sam James
2021-11-01 1:01 Sam James
2021-10-31 10:21 Sam James
2021-10-31 4:45 Sam James
2021-10-31 4:43 Sam James
2021-10-29 8:58 Sam James
2021-10-23 7:44 Agostino Sarubbo
2021-10-21 4:40 Agostino Sarubbo
2021-09-27 6:57 Agostino Sarubbo
2021-09-27 6:55 Agostino Sarubbo
2021-08-27 1:10 Sam James
2021-08-27 1:10 Sam James
2021-08-27 0:36 Sam James
2021-08-27 0:26 Sam James
2021-08-27 0:26 Sam James
2021-07-27 21:32 Piotr Karbowski
2021-06-18 19:18 David Seifert
2021-05-29 10:34 Mikle Kolyada
2021-05-28 19:28 Mikle Kolyada
2021-05-02 10:56 Mikle Kolyada
2021-03-26 21:36 Sam James
2021-03-26 20:39 Agostino Sarubbo
2021-03-09 10:10 Mikle Kolyada
2021-01-28 19:44 Fabian Groffen
2021-01-21 21:22 Mikle Kolyada
2021-01-01 1:34 Michał Górny
2020-09-09 7:55 Mikle Kolyada
2020-08-31 12:26 Mikle Kolyada
2020-08-30 12:04 Mikle Kolyada
2020-08-30 12:04 Mikle Kolyada
2020-08-28 19:07 Mikle Kolyada
2020-08-27 19:49 Mikle Kolyada
2020-08-09 9:25 Mikle Kolyada
2020-06-07 10:44 Mikle Kolyada
2020-06-07 10:44 Mikle Kolyada
2020-06-07 10:31 Mikle Kolyada
2020-06-07 10:31 Mikle Kolyada
2020-06-07 10:31 Mikle Kolyada
2020-04-28 9:06 Mikle Kolyada
2020-04-27 1:26 Jason A. Donenfeld
2020-04-24 11:34 Mikle Kolyada
2020-04-17 14:43 Craig Andrews
2020-04-08 7:24 Benda XU
2020-03-11 6:58 Mikle Kolyada
2020-02-10 11:05 Mikle Kolyada
2020-01-08 15:30 Mikle Kolyada
2020-01-08 14:35 Mikle Kolyada
2019-12-31 12:41 Mikle Kolyada
2019-12-31 10:15 Mikle Kolyada
2019-12-31 10:15 Mikle Kolyada
2019-12-20 10:45 Mikle Kolyada
2019-12-20 10:41 Mikle Kolyada
2019-12-20 10:36 Mikle Kolyada
2019-12-06 17:47 Mikle Kolyada
2019-11-27 9:18 Mikle Kolyada
2019-10-26 20:47 Mikle Kolyada
2019-10-26 20:47 Mikle Kolyada
2019-10-10 16:56 Craig Andrews
2019-10-08 18:37 Craig Andrews
2019-10-01 19:12 Mikle Kolyada
2019-07-18 9:54 Agostino Sarubbo
2019-07-17 15:24 Agostino Sarubbo
2019-07-16 16:36 Andreas Sturmlechner
2019-05-19 9:45 Mikle Kolyada
2019-05-02 19:10 Mikle Kolyada
2019-03-07 17:26 Mikle Kolyada
2019-03-07 17:26 Mikle Kolyada
2019-01-22 18:01 Mikle Kolyada
2019-01-21 13:27 Mikle Kolyada
2018-12-01 14:19 Mikle Kolyada
2018-11-29 18:36 Mikle Kolyada
2018-11-29 18:36 Mikle Kolyada
2018-11-23 11:54 Mikle Kolyada
2018-11-23 11:54 Mikle Kolyada
2018-10-07 19:14 Mikle Kolyada
2018-10-06 21:05 Mikle Kolyada
2018-10-06 21:03 Mikle Kolyada
2018-09-01 22:51 Mikle Kolyada
2018-08-15 22:00 Mikle Kolyada
2018-05-14 21:41 Zac Medico
2017-11-13 22:37 Sergei Trofimovich
2017-11-12 11:35 Sergei Trofimovich
2017-11-07 13:12 Manuel Rüger
2017-11-05 21:29 Thomas Deutschmann
2017-10-28 22:07 Andreas Sturmlechner
2017-10-28 20:53 Sergei Trofimovich
2017-10-24 17:38 Markus Meier
2017-10-23 12:10 Manuel Rüger
2017-10-22 20:33 Thomas Deutschmann
2017-10-20 22:40 Andreas Sturmlechner
2017-10-20 22:40 Andreas Sturmlechner
2017-10-15 21:34 Andreas Sturmlechner
2017-10-15 21:34 Andreas Sturmlechner
2017-10-15 21:34 Andreas Sturmlechner
2017-07-07 21:17 Patrick McLean
2017-05-02 1:27 Patrick McLean
2017-04-04 2:15 Patrick McLean
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=1727888057.1a43c13a3c3bf73af12dfe266962f0a57ffcee2f.asturm@gentoo \
--to=asturm@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