public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/breezy/
Date: Mon, 10 Jul 2023 20:21:08 +0000 (UTC)	[thread overview]
Message-ID: <1689020346.9e7e88c20f804d3b515792fb523ea397586efcfe.arthurzam@gentoo> (raw)

commit:     9e7e88c20f804d3b515792fb523ea397586efcfe
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 20:17:56 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 20:19:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7e88c2

dev-vcs/breezy: fix missing RDEPs, fix strip call

Closes: https://bugs.gentoo.org/910051
Closes: https://bugs.gentoo.org/909846
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../breezy/{breezy-3.3.0.ebuild => breezy-3.3.0-r1.ebuild}    | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/breezy/breezy-3.3.0.ebuild b/dev-vcs/breezy/breezy-3.3.0-r1.ebuild
similarity index 93%
rename from dev-vcs/breezy/breezy-3.3.0.ebuild
rename to dev-vcs/breezy/breezy-3.3.0-r1.ebuild
index 305f328287e7..42bcca42b2ce 100644
--- a/dev-vcs/breezy/breezy-3.3.0.ebuild
+++ b/dev-vcs/breezy/breezy-3.3.0-r1.ebuild
@@ -65,11 +65,12 @@ RESTRICT="test"
 RDEPEND="
 	$(python_gen_cond_dep '
 		dev-python/configobj[${PYTHON_USEDEP}]
-		dev-python/dulwich[${PYTHON_USEDEP}]
-		dev-python/fastimport[${PYTHON_USEDEP}]
-		dev-python/patiencediff[${PYTHON_USEDEP}]
 		dev-python/fastbencode[${PYTHON_USEDEP}]
+		dev-python/patiencediff[${PYTHON_USEDEP}]
+		dev-python/merge3[${PYTHON_USEDEP}]
+		dev-python/dulwich[${PYTHON_USEDEP}]
 		dev-python/urllib3[${PYTHON_USEDEP}]
+		dev-python/pyyaml[${PYTHON_USEDEP}]
 	')
 	!dev-vcs/bzr
 "
@@ -84,7 +85,9 @@ BDEPEND="
 QA_FLAGS_IGNORED=".*"
 
 src_prepare() {
-	sed -e 's@man/man1@share/&@' -i setup.py || die
+	sed -e 's@man/man1@share/&@' \
+		-e 's@, strip=Strip\.All@@' \
+		-i setup.py || die
 
 	distutils-r1_src_prepare
 }


             reply	other threads:[~2023-07-10 20:21 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-10 20:21 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-07 11:23 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/breezy/ Arthur Zamarin
2025-02-07 11:23 Arthur Zamarin
2025-02-07  9:47 Arthur Zamarin
2024-07-16 16:29 Ulrich Müller
2024-04-04  4:57 Arthur Zamarin
2024-04-04  4:57 Arthur Zamarin
2024-02-08 17:53 Arthur Zamarin
2023-12-05  7:53 Arthur Zamarin
2023-09-09  6:10 Arthur Zamarin
2023-09-09  6:10 Arthur Zamarin
2023-09-09  6:10 Arthur Zamarin
2023-08-17  2:55 Sam James
2023-07-21 11:25 Arthur Zamarin
2023-07-15  3:10 Sam James
2023-07-07 18:36 Arthur Zamarin
2023-04-29  9:38 Arthur Zamarin
2021-09-25 16:52 Arthur Zamarin
2021-09-25  7:01 Arthur Zamarin

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=1689020346.9e7e88c20f804d3b515792fb523ea397586efcfe.arthurzam@gentoo \
    --to=arthurzam@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