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: app-crypt/cfssl/
Date: Wed, 11 Dec 2024 06:12:48 +0000 (UTC)	[thread overview]
Message-ID: <1733897496.a8d7107541ad5b19d5f2a19561dd48ff7201fcf1.sam@gentoo> (raw)

commit:     a8d7107541ad5b19d5f2a19561dd48ff7201fcf1
Author:     Z. Liu <zhixu.liu <AT> gmail <DOT> com>
AuthorDate: Fri Aug 23 09:53:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 06:11:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d71075

app-crypt/cfssl: rename mkbundle to mkbundle.cfssl

mkbundle in cfssl is collided with dev-lang/mono, so we rename mkbundle to mkbundle.cfssl.

Closes: https://bugs.gentoo.org/614364
Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38259
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/cfssl/{cfssl-1.4.1.ebuild => cfssl-1.4.1-r1.ebuild} | 8 ++++++--
 app-crypt/cfssl/{cfssl-1.6.4.ebuild => cfssl-1.6.4-r1.ebuild} | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/app-crypt/cfssl/cfssl-1.4.1.ebuild b/app-crypt/cfssl/cfssl-1.4.1-r1.ebuild
similarity index 77%
rename from app-crypt/cfssl/cfssl-1.4.1.ebuild
rename to app-crypt/cfssl/cfssl-1.4.1-r1.ebuild
index 7541ce49e832..d9a5facf5a3f 100644
--- a/app-crypt/cfssl/cfssl-1.4.1.ebuild
+++ b/app-crypt/cfssl/cfssl-1.4.1-r1.ebuild
@@ -14,8 +14,6 @@ SLOT="0"
 KEYWORDS="amd64"
 IUSE="hardened"
 
-RDEPEND="!!dev-lang/mono" #File collision (bug 614364)
-
 PATCHES=(
 	"${FILESDIR}/${P}-build-fix.patch"
 )
@@ -30,4 +28,10 @@ src_compile() {
 src_install() {
 	dobin bin/*
 	dodoc CHANGELOG README.md
+	mv -iv "${ED}"/usr/bin/mkbundle{,.cfssl} || die
+}
+
+pkg_postinst() {
+	ewarn "Please note that mkbundle is renamed to mkbundle.cfssl, to avoid"
+	ewarn "collision with mkbundle in dev-lang/mono"
 }

diff --git a/app-crypt/cfssl/cfssl-1.6.4.ebuild b/app-crypt/cfssl/cfssl-1.6.4-r1.ebuild
similarity index 78%
rename from app-crypt/cfssl/cfssl-1.6.4.ebuild
rename to app-crypt/cfssl/cfssl-1.6.4-r1.ebuild
index 3d244721ab37..83786737696b 100644
--- a/app-crypt/cfssl/cfssl-1.6.4.ebuild
+++ b/app-crypt/cfssl/cfssl-1.6.4-r1.ebuild
@@ -14,8 +14,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 IUSE="hardened"
 
-RDEPEND="!!dev-lang/mono" #File collision (bug 614364)
-
 PATCHES=(
 	"${FILESDIR}/${PN}-1.4.1-build-fix.patch"
 )
@@ -30,4 +28,10 @@ src_compile() {
 src_install() {
 	dobin bin/*
 	dodoc CHANGELOG README.md
+	mv -iv "${ED}"/usr/bin/mkbundle{,.cfssl} || die
+}
+
+pkg_postinst() {
+	ewarn "Please note that mkbundle is renamed to mkbundle.cfssl, to avoid"
+	ewarn "collision with mkbundle in dev-lang/mono"
 }


             reply	other threads:[~2024-12-11  6:12 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-11  6:12 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-22 17:43 [gentoo-commits] repo/gentoo:master commit in: app-crypt/cfssl/ Arthur Zamarin
2025-01-21 21:26 Sam James
2024-12-11  7:17 Sam James
2024-12-11  7:17 Sam James
2024-03-02 23:51 Andreas K. Hüttel
2024-03-02 23:29 Andreas K. Hüttel
2022-10-17 19:23 Sam James
2021-07-27 23:11 William Hubbs
2020-05-09 19:53 William Hubbs
2020-05-05 22:59 William Hubbs
2019-11-24 18:22 William Hubbs
2019-07-23 15:21 Manuel Rüger
2019-04-10 23:02 William Hubbs
2019-04-10  8:41 Manuel Rüger
2019-04-09 13:22 Manuel Rüger
2019-02-07 10:48 Manuel Rüger
2018-06-06 12:28 Manuel Rüger
2018-03-29 12:04 Manuel Rüger
2018-03-29 12:04 Manuel Rüger
2018-02-26 10:22 Manuel Rüger
2018-02-26 10:22 Manuel Rüger
2018-02-14 21:48 Manuel Rüger
2018-02-14 21:48 Manuel Rüger
2017-12-23 15:02 Manuel Rüger
2017-12-23 15:02 Manuel Rüger
2017-10-04  7:47 Michał Górny
2017-09-25 12:39 Manuel Rüger
2017-06-12 14:16 Manuel Rüger
2017-06-08 12:21 Manuel Rüger
2017-06-08 12:21 Manuel Rüger
2017-03-31  0:24 Manuel Rüger

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=1733897496.a8d7107541ad5b19d5f2a19561dd48ff7201fcf1.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