From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19476158094 for ; Thu, 15 Sep 2022 15:10:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33475E0817; Thu, 15 Sep 2022 15:10:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17373E0817 for ; Thu, 15 Sep 2022 15:10:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 211C4340FC5 for ; Thu, 15 Sep 2022 15:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E1485DA for ; Thu, 15 Sep 2022 15:10:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663254627.bd582c84bbaa7d5074c1948315422ec782ee2536.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/rtorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/rtorrent/metadata.xml net-p2p/rtorrent/rtorrent-0.9.8.ebuild X-VCS-Directories: net-p2p/rtorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bd582c84bbaa7d5074c1948315422ec782ee2536 X-VCS-Branch: master Date: Thu, 15 Sep 2022 15:10:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2fd2c650-ca25-4912-adee-96dca4827f98 X-Archives-Hash: 4a2def038c3185d8d345c9f5c9c4d526 commit: bd582c84bbaa7d5074c1948315422ec782ee2536 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 15 14:34:29 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 15 15:10:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd582c84 net-p2p/rtorrent: drop 0.9.8 Closes: https://bugs.gentoo.org/867211 Signed-off-by: Andreas Sturmlechner gentoo.org> net-p2p/rtorrent/metadata.xml | 5 --- net-p2p/rtorrent/rtorrent-0.9.8.ebuild | 68 ---------------------------------- 2 files changed, 73 deletions(-) diff --git a/net-p2p/rtorrent/metadata.xml b/net-p2p/rtorrent/metadata.xml index db2e3fe9b7f1..b72a3c39282e 100644 --- a/net-p2p/rtorrent/metadata.xml +++ b/net-p2p/rtorrent/metadata.xml @@ -5,11 +5,6 @@ perfinion@gentoo.org Jason Zaman - - - Uses app-misc/screen to daemonize this application - - rakshasa/rtorrent diff --git a/net-p2p/rtorrent/rtorrent-0.9.8.ebuild b/net-p2p/rtorrent/rtorrent-0.9.8.ebuild deleted file mode 100644 index d66b1df59797..000000000000 --- a/net-p2p/rtorrent/rtorrent-0.9.8.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" -IUSE="daemon 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} - daemon? ( app-misc/screen ) - 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 - - 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 - - if use daemon; then - newinitd "${FILESDIR}/rtorrentd.init" rtorrentd - newconfd "${FILESDIR}/rtorrentd.conf" rtorrentd - systemd_newunit "${FILESDIR}/rtorrentd_at.service" "rtorrentd@.service" - fi -}