public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/rtorrent/, net-p2p/rtorrent/files/
Date: Mon, 10 Mar 2025 02:54:27 +0000 (UTC)	[thread overview]
Message-ID: <1741574975.f4eeb39010bb26b81112b122be2ee4eeb2afa0ec.sam@gentoo> (raw)

commit:     f4eeb39010bb26b81112b122be2ee4eeb2afa0ec
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Sun Nov 10 07:50:27 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 02:49:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4eeb390

net-p2p/rtorrent-0.10.0: fix calls direct ar

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

 .../files/rtorrent-0.10.0-fix-calls-ar.patch       | 27 ++++++++++++++++++++++
 net-p2p/rtorrent/rtorrent-0.10.0.ebuild            |  3 +++
 2 files changed, 30 insertions(+)

diff --git a/net-p2p/rtorrent/files/rtorrent-0.10.0-fix-calls-ar.patch b/net-p2p/rtorrent/files/rtorrent-0.10.0-fix-calls-ar.patch
new file mode 100644
index 000000000000..21387d989130
--- /dev/null
+++ b/net-p2p/rtorrent/files/rtorrent-0.10.0-fix-calls-ar.patch
@@ -0,0 +1,27 @@
+Merged in upstream :
+https://github.com/rakshasa/rtorrent/commit/73c1233dc09d83e26f9ea41b8e7276daa6926d17
+
+From d0e7f26ff6b5a769d53b613180337056936e22fd Mon Sep 17 00:00:00 2001
+From: PPN-SD nicolas.parlant@parhuet.fr
+Date: Sun, 10 Nov 2024 08:31:45 +0100
+Subject: [PATCH] Fix calls ar directly
+
+---
+ configure.ac | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/configure.ac b/configure.ac
+index a4dd61d..8d8c463 100755
+--- a/configure.ac
++++ b/configure.ac
+@@ -5,6 +5,7 @@ AC_INIT([rtorrent], [0.10.0], [sundell.software@gmail.com])
+ AC_CONFIG_HEADERS([config.h])
+ AC_CONFIG_MACRO_DIRS([scripts])
+ AM_INIT_AUTOMAKE([foreign subdir-objects])
++AM_PROG_AR
+ 
+ AC_DEFINE([API_VERSION], [10], [api version])
+ 
+-- 
+2.45.2
+

diff --git a/net-p2p/rtorrent/rtorrent-0.10.0.ebuild b/net-p2p/rtorrent/rtorrent-0.10.0.ebuild
index c8de47895785..3edd3998e0fe 100644
--- a/net-p2p/rtorrent/rtorrent-0.10.0.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.10.0.ebuild
@@ -33,6 +33,9 @@ DEPEND="${COMMON_DEPEND}
 DOCS=( doc/rtorrent.rc )
 
 PATCHES=(
+	# Merged in upstream. To be removed for the next release.
+	"${FILESDIR}"/${PN}-0.10.0-fix-calls-ar.patch
+
 	"${FILESDIR}"/${PN}-0.10.0-scgi-software-crash.patch
 )
 


             reply	other threads:[~2025-03-10  2:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-10  2:54 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-26 20:09 [gentoo-commits] repo/gentoo:master commit in: net-p2p/rtorrent/, net-p2p/rtorrent/files/ Jason Zaman
2018-07-03  6:04 Jason Zaman
2018-06-19  5:38 Jason Zaman
2017-08-19 10:07 Jason Zaman

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=1741574975.f4eeb39010bb26b81112b122be2ee4eeb2afa0ec.sam@gentoo \
    --to=sam@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