public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2015-08-13 22:31 Anthony G. Basile
  0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2015-08-13 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     c68621ad7f1293ddb456fd90d49982173373904b
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 22:34:30 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 22:34:30 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68621ad

sys-libs/fts-standalone: 0.2 stable on amd64

Package-Manager: portage-2.2.20.1

 sys-libs/fts-standalone/fts-standalone-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-0.2.ebuild b/sys-libs/fts-standalone/fts-standalone-0.2.ebuild
index 34af48d..e077e6d 100644
--- a/sys-libs/fts-standalone/fts-standalone-0.2.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-0.2.ebuild
@@ -6,13 +6,13 @@ EAPI="5"
 
 MY_P=${P/-standalone/}
 
-DESCRIPTION="Standalone fts library for use with mus"
+DESCRIPTION="Standalone fts library for use with musl"
 HOMEPAGE="http://dev.gentoo.org/~blueness/fts-standalone"
 SRC_URI="http://dev.gentoo.org/~blueness/fts-standalone/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2016-06-04 13:11 Anthony G. Basile
  0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2016-06-04 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f43f0120d504d9f32587fd3f60e6813b8e4b4f04
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 13:13:19 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 13:13:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43f0120

sys-libs/fts-standalone: don't install man page, bug #584416

Package-Manager: portage-2.2.28

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

diff --git a/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild b/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
new file mode 100644
index 0000000..75df7f9
--- /dev/null
+++ b/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+MY_P=${P/-standalone/}
+
+DESCRIPTION="Standalone fts library for use with musl"
+HOMEPAGE="https://dev.gentoo.org/~blueness/fts-standalone"
+SRC_URI="https://dev.gentoo.org/~blueness/fts-standalone/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+IUSE=""
+
+DEPEND="
+	!sys-libs/glibc
+	!sys-libs/uclibc"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+	default
+	rm -rf "${D}"/usr/share/man
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2016-06-04 14:09 Anthony G. Basile
  0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2016-06-04 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7342426c32e9136434087a67f2a4d1f81ffbd44a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 14:10:59 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 14:10:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7342426c

sys-libs/fts-standalone: stable on amd64 and x86

Package-Manager: portage-2.2.28

 sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild b/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
index 75df7f9..cb497ec 100644
--- a/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~blueness/fts-standalone/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2016-06-04 14:09 Anthony G. Basile
  0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2016-06-04 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5e2c8f13bebcd141075a75e4b41fe646bce5a944
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 14:11:37 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 14:11:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2c8f13

sys-libs/fts-standalone: remove older version with file conflict

Package-Manager: portage-2.2.28

 sys-libs/fts-standalone/fts-standalone-0.2.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-0.2.ebuild b/sys-libs/fts-standalone/fts-standalone-0.2.ebuild
deleted file mode 100644
index a46fe42..0000000
--- a/sys-libs/fts-standalone/fts-standalone-0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-MY_P=${P/-standalone/}
-
-DESCRIPTION="Standalone fts library for use with musl"
-HOMEPAGE="https://dev.gentoo.org/~blueness/fts-standalone"
-SRC_URI="https://dev.gentoo.org/~blueness/fts-standalone/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-	!sys-libs/glibc
-	!sys-libs/uclibc"
-
-S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2017-01-14  1:36 Anthony G. Basile
  0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2017-01-14  1:36 UTC (permalink / raw
  To: gentoo-commits

commit:     2a8b932a7c58338e111b42f6049c1d1ce75abef8
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Thu Jan 12 20:52:17 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 01:35:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8b932a

sys-libs/fts-standalone: Switch to musl-fts

 sys-libs/fts-standalone/Manifest                   |  1 +
 .../fts-standalone/fts-standalone-1.2.7.ebuild     | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/sys-libs/fts-standalone/Manifest b/sys-libs/fts-standalone/Manifest
index 4f58f86..25515d6 100644
--- a/sys-libs/fts-standalone/Manifest
+++ b/sys-libs/fts-standalone/Manifest
@@ -1 +1,2 @@
 DIST fts-0.2.tar.gz 339498 SHA256 4ee5db6449dc0fa4a83438616fd4bbed0f65b2123e56ac253cba5b25dbd9e056 SHA512 4f31182f4ebce7f663db893def0e2380b87ef1a262a021837fc6fc9965803a829217142df140c67b1cd83b292eb8862fa0a470cf795a312494674e6e94f02f79 WHIRLPOOL 23a55fc572189d827fc35849205296ac39d83d74ccab9431fb47b1eab7e2da8e196aca50b8161e9b9ea4a2f0e7471676a4f229f8c510c4b6af023beb5a5657b4
+DIST fts-standalone-1.2.7.tar.gz 19336 SHA256 49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6 SHA512 949f73b9406b06bd8712c721b4ec89afcb37d4eaef5666cccf3712242d3a57fc0acf3ca994934e0f57c1e92f40521a9370132a21eb6d1957415a83c76bf20feb WHIRLPOOL c2ae59855a8093ca789d3d26e1300c89d8ca11cc4e60714e4a0364181feb82b9380beba8e034311ea0df13a62a64a6cbfbc485fc79b1c84c021895eb60c43d19

diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
new file mode 100644
index 00000000..3922920
--- /dev/null
+++ b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+IUSE="static-libs"
+
+DEPEND="
+	!sys-libs/glibc
+	!sys-libs/uclibc"
+
+S="${WORKDIR}/musl-fts-${PV}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+	mv "${ED%/}"/usr/$(get_libdir)/pkgconfig/{musl-fts,fts-standalone}.pc || die
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2018-03-07 15:39 Anthony G. Basile
  0 siblings, 0 replies; 15+ messages in thread
From: Anthony G. Basile @ 2018-03-07 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     82f4983525153e13dd3245f7bd1e2f2591243987
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  7 15:39:13 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Mar  7 15:39:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f49835

sys-libs/fts-standalone: 1.2.7 stable on all musl arches

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
index f651d8caee0..d724eebce1d 100644
--- a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/pullmoll/musl-fts/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 arm ~mips ppc x86"
 IUSE="static-libs"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2019-10-16 17:37 Jory Pratt
  0 siblings, 0 replies; 15+ messages in thread
From: Jory Pratt @ 2019-10-16 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     28643f38151de481a14aa43db6f09c0127509142
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 14:22:23 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 17:37:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28643f38

sys-libs/fts-standalone: add ~arm64 keyword

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
index d724eebce1d..6dd663b3924 100644
--- a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/pullmoll/musl-fts/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc x86"
+KEYWORDS="amd64 arm ~arm64 ~mips ppc x86"
 IUSE="static-libs"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2019-12-22 15:34 Jory Pratt
  0 siblings, 0 replies; 15+ messages in thread
From: Jory Pratt @ 2019-12-22 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     38e8681f9aa7c33970161bf65772aca44cb05303
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 15:34:02 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 15:34:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e8681f

sys-libs/fts-standalone: Mark 1.2.7 stable for arm64

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
index 6dd663b3924..8ac75e5880a 100644
--- a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/pullmoll/musl-fts/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips ppc x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc x86"
 IUSE="static-libs"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2020-01-30  7:42 Georgy Yakovlev
  0 siblings, 0 replies; 15+ messages in thread
From: Georgy Yakovlev @ 2020-01-30  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     82bb1c2be461c8d1a7699cecbc54bf2eb4906e92
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 06:46:15 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 07:31:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82bb1c2b

sys-libs/fts-standalone: add ~ppc64 to 0.2-r1 and ppc64 to 1.2.7

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild | 4 ++--
 sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild b/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
index 8226697e49c..ed2a00b5d13 100644
--- a/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~blueness/fts-standalone/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND="

diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
index 8ac75e5880a..d816d53c404 100644
--- a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/pullmoll/musl-fts/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
 IUSE="static-libs"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2021-12-31 23:23 David Seifert
  0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2021-12-31 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     51eefef17ae01cba46150f498a85f5d67e4632be
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 23:23:00 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 23:23:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51eefef1

sys-libs/fts-standalone: drop 0.2-r1

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-libs/fts-standalone/Manifest                   |  1 -
 .../fts-standalone/fts-standalone-0.2-r1.ebuild    | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/sys-libs/fts-standalone/Manifest b/sys-libs/fts-standalone/Manifest
index 1b408f75e175..2962a836ee54 100644
--- a/sys-libs/fts-standalone/Manifest
+++ b/sys-libs/fts-standalone/Manifest
@@ -1,2 +1 @@
-DIST fts-0.2.tar.gz 339498 BLAKE2B 3800196fd67d03c5e732dec1cf6aeee85d417720c3e89f650f2c7238f60d57e4e51a69eb11dc67fdb8ca19093726d0f3f8b48e60c20ceb08b9173767ab895586 SHA512 4f31182f4ebce7f663db893def0e2380b87ef1a262a021837fc6fc9965803a829217142df140c67b1cd83b292eb8862fa0a470cf795a312494674e6e94f02f79
 DIST fts-standalone-1.2.7.tar.gz 19336 BLAKE2B 045cfc32dffd18b58093dfe578a029ca15083eec98812ea2849acf37fd2c8e7272840b15b4966201421624d96ba69208a36b58d5420cef2563c107cfae98ea93 SHA512 949f73b9406b06bd8712c721b4ec89afcb37d4eaef5666cccf3712242d3a57fc0acf3ca994934e0f57c1e92f40521a9370132a21eb6d1957415a83c76bf20feb

diff --git a/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild b/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
deleted file mode 100644
index ed2a00b5d132..000000000000
--- a/sys-libs/fts-standalone/fts-standalone-0.2-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MY_P=${P/-standalone/}
-
-DESCRIPTION="Standalone fts library for use with musl"
-HOMEPAGE="https://dev.gentoo.org/~blueness/fts-standalone"
-SRC_URI="https://dev.gentoo.org/~blueness/fts-standalone/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-	!sys-libs/glibc
-	!sys-libs/uclibc"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-	default
-	rm -rf "${D}"/usr/share/man
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2021-12-31 23:23 David Seifert
  0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2021-12-31 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     dcee89b1055939e823df6706efa666e91a0fbf79
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 23:23:01 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 23:23:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcee89b1

sys-libs/fts-standalone: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
index d816d53c4048..b5e23331c74e 100644
--- a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+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"
@@ -18,8 +19,6 @@ DEPEND="
 	!sys-libs/glibc
 	!sys-libs/uclibc"
 
-S="${WORKDIR}/musl-fts-${PV}"
-
 src_prepare() {
 	default
 	eautoreconf
@@ -32,6 +31,6 @@ src_configure() {
 
 src_install() {
 	default
-	find "${D}" -name '*.la' -delete || die
+	find "${ED}" -name '*.la' -delete || die
 	mv "${ED%/}"/usr/$(get_libdir)/pkgconfig/{musl-fts,fts-standalone}.pc || die
 }


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2021-12-31 23:24 David Seifert
  0 siblings, 0 replies; 15+ messages in thread
From: David Seifert @ 2021-12-31 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     07d2ca17459f300ca47ead1e7a31c41b3e848ebe
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 23:24:20 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 23:24:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d2ca17

sys-libs/fts-standalone: minor fixes

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
index b5e23331c74e..93438b4f17e0 100644
--- a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
@@ -16,8 +16,7 @@ KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
 IUSE="static-libs"
 
 DEPEND="
-	!sys-libs/glibc
-	!sys-libs/uclibc"
+	!sys-libs/glibc"
 
 src_prepare() {
 	default
@@ -32,5 +31,5 @@ src_configure() {
 src_install() {
 	default
 	find "${ED}" -name '*.la' -delete || die
-	mv "${ED%/}"/usr/$(get_libdir)/pkgconfig/{musl-fts,fts-standalone}.pc || die
+	mv "${ED}"/usr/$(get_libdir)/pkgconfig/{musl-fts,fts-standalone}.pc || die
 }


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2022-10-04  3:00 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-10-04  3:00 UTC (permalink / raw
  To: gentoo-commits

commit:     37bd928495e79dc48036cb2e1f63c59c2876337e
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Oct  4 02:58:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 03:00:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bd9284

sys-libs/fts-standalone: Keyword 1.2.7 riscv, #874777

Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
index 93438b4f17e0..3744297c09a3 100644
--- a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/musl-fts-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv x86"
 IUSE="static-libs"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2023-07-23 19:07 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-07-23 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     892f36731192d8a540e62de6d2a0242ce8c473dd
Author:     Ian Jordan <immoloism <AT> gmail <DOT> com>
AuthorDate: Sun Jul 23 18:56:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 19:04:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892f3673

sys-libs/fts-standalone: keyword 1.2.7 for ~m68k

Closes: https://bugs.gentoo.org/910735
Signed-off-by: Ian Jordan <immoloism <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32015
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
index 3744297c09a3..4dd2e655db4a 100644
--- a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
+++ b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}/musl-fts-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~m68k ~mips ppc ppc64 ~riscv x86"
 IUSE="static-libs"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/
@ 2024-07-02  0:03 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-07-02  0:03 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-07-02  0:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-04 13:11 [gentoo-commits] repo/gentoo:master commit in: sys-libs/fts-standalone/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2024-07-02  0:03 Sam James
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
2015-08-13 22:31 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox