commit:     6c11e79f0649b6db796a7672e8bd158965d29199
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Fri May  2 16:43:24 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  4 06:07:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c11e79f

net-p2p/rtorrent: drop 0.9.8-r1, 0.9.8-r2

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/41912
Closes: https://github.com/gentoo/gentoo/pull/41912
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/rtorrent/rtorrent-0.9.8-r1.ebuild | 70 ---------------------------
 net-p2p/rtorrent/rtorrent-0.9.8-r2.ebuild | 79 -------------------------------
 2 files changed, 149 deletions(-)

diff --git a/net-p2p/rtorrent/rtorrent-0.9.8-r1.ebuild 
b/net-p2p/rtorrent/rtorrent-0.9.8-r1.ebuild
deleted file mode 100644
index b42d2bebb372..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.9.8-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools linux-info systemd
-
-DESCRIPTION="BitTorrent Client using libtorrent"
-HOMEPAGE="https://rakshasa.github.io/rtorrent/";
-SRC_URI="http://rtorrent.net/downloads/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="debug selinux test xmlrpc"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.}
-       >=net-misc/curl-7.19.1
-       sys-libs/ncurses:0=
-       xmlrpc? ( dev-libs/xmlrpc-c:= )"
-RDEPEND="${COMMON_DEPEND}
-       selinux? ( sec-policy/selinux-rtorrent )
-"
-DEPEND="${COMMON_DEPEND}
-       dev-util/cppunit
-       virtual/pkgconfig"
-
-DOCS=( doc/rtorrent.rc )
-
-pkg_setup() {
-       if ! linux_config_exists || ! linux_chkconfig_present IPV6; then
-               ewarn "rtorrent will not start without IPv6 support in your 
kernel"
-               ewarn "without further configuration. Please set bind=0.0.0.0 
or"
-               ewarn "similar in your rtorrent.rc"
-               ewarn "Upstream bug: 
https://github.com/rakshasa/rtorrent/issues/732";
-       fi
-}
-
-src_prepare() {
-       default
-
-       # https://github.com/rakshasa/rtorrent/issues/332
-       cp "${FILESDIR}"/rtorrent.1 "${S}"/doc/ || die
-
-       if [[ ${CHOST} != *-darwin* ]]; then
-               # syslibroot is only for macos, change to sysroot for others
-               sed -i 's/Wl,-syslibroot,/Wl,--sysroot,/' 
"${S}/scripts/common.m4" || die
-       fi
-
-       eautoreconf
-}
-
-src_configure() {
-       default
-
-       # configure needs bash or script bombs out on some null shift, bug 
#291229
-       CONFIG_SHELL=${BASH} econf \
-               $(use_enable debug) \
-               $(use_with xmlrpc xmlrpc-c)
-}
-
-src_install() {
-       default
-       doman doc/rtorrent.1
-
-       newinitd "${FILESDIR}/rtorrent-r1.init" rtorrent
-       newconfd "${FILESDIR}/rtorrentd.conf" rtorrent
-       systemd_newunit "${FILESDIR}/rtorrentd_at-r1.service" 
"[email protected]"
-}

diff --git a/net-p2p/rtorrent/rtorrent-0.9.8-r2.ebuild 
b/net-p2p/rtorrent/rtorrent-0.9.8-r2.ebuild
deleted file mode 100644
index 5803214970ae..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.9.8-r2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic linux-info systemd
-
-DESCRIPTION="BitTorrent Client using libtorrent"
-HOMEPAGE="https://rakshasa.github.io/rtorrent/";
-SRC_URI="http://rtorrent.net/downloads/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="debug selinux test xmlrpc"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="~net-libs/libtorrent-0.13.${PV##*.}
-       >=net-misc/curl-7.19.1
-       sys-libs/ncurses:0=
-       xmlrpc? ( dev-libs/xmlrpc-c:= )"
-RDEPEND="${COMMON_DEPEND}
-       selinux? ( sec-policy/selinux-rtorrent )
-"
-DEPEND="${COMMON_DEPEND}
-       dev-util/cppunit
-       virtual/pkgconfig"
-
-DOCS=( doc/rtorrent.rc )
-
-PATCHES=(
-       "${FILESDIR}/${P}-bgo891995.patch"
-)
-
-pkg_setup() {
-       if ! linux_config_exists || ! linux_chkconfig_present IPV6; then
-               ewarn "rtorrent will not start without IPv6 support in your 
kernel"
-               ewarn "without further configuration. Please set bind=0.0.0.0 
or"
-               ewarn "similar in your rtorrent.rc"
-               ewarn "Upstream bug: 
https://github.com/rakshasa/rtorrent/issues/732";
-       fi
-}
-
-src_prepare() {
-       default
-
-       # https://github.com/rakshasa/rtorrent/issues/332
-       cp "${FILESDIR}"/rtorrent.1 "${S}"/doc/ || die
-
-       if [[ ${CHOST} != *-darwin* ]]; then
-               # syslibroot is only for macos, change to sysroot for others
-               sed -i 's/Wl,-syslibroot,/Wl,--sysroot,/' 
"${S}/scripts/common.m4" || die
-       fi
-
-       eautoreconf
-}
-
-src_configure() {
-       # -Werror=odr
-       # https://bugs.gentoo.org/861848
-       # https://github.com/rakshasa/rtorrent/issues/1264
-       filter-lto
-
-       default
-
-       # configure needs bash or script bombs out on some null shift, bug 
#291229
-       CONFIG_SHELL=${BASH} econf \
-               $(use_enable debug) \
-               $(use_with xmlrpc xmlrpc-c)
-}
-
-src_install() {
-       default
-       doman doc/rtorrent.1
-
-       newinitd "${FILESDIR}/rtorrent-r1.init" rtorrent
-       newconfd "${FILESDIR}/rtorrentd.conf" rtorrent
-       systemd_newunit "${FILESDIR}/rtorrentd_at-r1.service" 
"[email protected]"
-}

Reply via email to