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: sys-libs/fts-standalone/
Date: Tue,  2 Jul 2024 00:03:45 +0000 (UTC)	[thread overview]
Message-ID: <1719878592.a403fe6c61d1aaeecd58d521f3def2f6d3513449.sam@gentoo> (raw)

commit:     a403fe6c61d1aaeecd58d521f3def2f6d3513449
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 00:01:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 00:03:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a403fe6c

sys-libs/fts-standalone: stop renaming .pc file

Stop renaming musl-fts.pc -> fts-standalone.pc. While it might be more
pure as a name (as it might be useful on other libcs), it's not within our
gift to rename this and it has ecosystem-wide effects.

Other distributions are using the upstream name.

Also, install a symlink for the old fts-standalone name to keep broken
checks working.

While here, fix MisplacedWeakBlocker too.

Closes: https://bugs.gentoo.org/895946
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../fts-standalone/fts-standalone-1.2.7-r1.ebuild  | 39 ++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7-r1.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7-r1.ebuild
new file mode 100644
index 000000000000..8289451b0a60
--- /dev/null
+++ b/sys-libs/fts-standalone/fts-standalone-1.2.7-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Standalone fts library for use with musl"
+HOMEPAGE="https://github.com/pullmoll/musl-fts"
+SRC_URI="https://github.com/pullmoll/musl-fts/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/musl-fts-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~x86"
+IUSE="static-libs"
+
+RDEPEND="!sys-libs/glibc"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+
+	find "${ED}" -name '*.la' -delete || die
+
+	# Compatibility symlink (bug #895946)
+	# TODO: Drop this a while after 2024-07-02 once packages have
+	# had time to adapt/fix broken patches.
+	dosym musl-fts.pc /usr/$(get_libdir)/pkgconfig/fts-standalone.pc
+}


             reply	other threads:[~2024-07-02  0:03 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-02  0:03 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-12 14:28 [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/ Arthur Zamarin
2025-09-12 14:28 Arthur Zamarin
2025-09-12 14:28 Arthur Zamarin
2025-09-12 14:28 Arthur Zamarin
2025-09-12 14:28 Arthur Zamarin
2025-09-12 14:28 Arthur Zamarin
2023-07-23 19:07 Sam James
2022-10-04  3:00 Sam James
2021-12-31 23:24 David Seifert
2021-12-31 23:23 David Seifert
2021-12-31 23:23 David Seifert
2020-01-30  7:42 Georgy Yakovlev
2019-12-22 15:34 Jory Pratt
2019-10-16 17:37 Jory Pratt
2018-03-07 15:39 Anthony G. Basile
2017-01-14  1:36 Anthony G. Basile
2016-06-04 14:09 Anthony G. Basile
2016-06-04 14:09 Anthony G. Basile
2016-06-04 13:11 Anthony G. Basile
2015-08-13 22:31 Anthony G. Basile

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=1719878592.a403fe6c61d1aaeecd58d521f3def2f6d3513449.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