public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/
Date: Fri, 19 Apr 2024 21:25:27 +0000 (UTC)	[thread overview]
Message-ID: <1713561924.1f597d2400d70ce26bc824f1bb5269065ed7074c.candrews@gentoo> (raw)

commit:     1f597d2400d70ce26bc824f1bb5269065ed7074c
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Fri Apr 19 17:32:12 2024 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 21:25:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f597d24

dev-libs/libfmt: add multilib support

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36325
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-libs/libfmt/{libfmt-9999.ebuild => libfmt-10.0.0-r1.ebuild} | 5 ++---
 dev-libs/libfmt/{libfmt-9999.ebuild => libfmt-10.1.0-r1.ebuild} | 5 ++---
 dev-libs/libfmt/{libfmt-9999.ebuild => libfmt-10.1.1-r1.ebuild} | 5 ++---
 dev-libs/libfmt/{libfmt-9999.ebuild => libfmt-10.2.0-r1.ebuild} | 5 ++---
 dev-libs/libfmt/{libfmt-9999.ebuild => libfmt-10.2.1-r2.ebuild} | 4 ++--
 dev-libs/libfmt/{libfmt-9999.ebuild => libfmt-9.1.0-r2.ebuild}  | 7 +++----
 dev-libs/libfmt/libfmt-9999.ebuild                              | 4 ++--
 7 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-10.0.0-r1.ebuild
similarity index 91%
copy from dev-libs/libfmt/libfmt-9999.ebuild
copy to dev-libs/libfmt/libfmt-10.0.0-r1.ebuild
index 2dbd37cc402c..21279049b837 100644
--- a/dev-libs/libfmt/libfmt-9999.ebuild
+++ b/dev-libs/libfmt/libfmt-10.0.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit cmake-multilib
 
 DESCRIPTION="Small, safe and fast formatting library"
 HOMEPAGE="https://github.com/fmtlib/fmt"
@@ -22,8 +22,7 @@ SLOT="0/${PV}"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-src_configure() {
-	append-lfs-flags
+multilib_src_configure() {
 	local mycmakeargs=(
 		-DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"
 		-DFMT_LIB_DIR="$(get_libdir)"

diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-10.1.0-r1.ebuild
similarity index 91%
copy from dev-libs/libfmt/libfmt-9999.ebuild
copy to dev-libs/libfmt/libfmt-10.1.0-r1.ebuild
index 2dbd37cc402c..21279049b837 100644
--- a/dev-libs/libfmt/libfmt-9999.ebuild
+++ b/dev-libs/libfmt/libfmt-10.1.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit cmake-multilib
 
 DESCRIPTION="Small, safe and fast formatting library"
 HOMEPAGE="https://github.com/fmtlib/fmt"
@@ -22,8 +22,7 @@ SLOT="0/${PV}"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-src_configure() {
-	append-lfs-flags
+multilib_src_configure() {
 	local mycmakeargs=(
 		-DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"
 		-DFMT_LIB_DIR="$(get_libdir)"

diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-10.1.1-r1.ebuild
similarity index 91%
copy from dev-libs/libfmt/libfmt-9999.ebuild
copy to dev-libs/libfmt/libfmt-10.1.1-r1.ebuild
index 2dbd37cc402c..21279049b837 100644
--- a/dev-libs/libfmt/libfmt-9999.ebuild
+++ b/dev-libs/libfmt/libfmt-10.1.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit cmake-multilib
 
 DESCRIPTION="Small, safe and fast formatting library"
 HOMEPAGE="https://github.com/fmtlib/fmt"
@@ -22,8 +22,7 @@ SLOT="0/${PV}"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-src_configure() {
-	append-lfs-flags
+multilib_src_configure() {
 	local mycmakeargs=(
 		-DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"
 		-DFMT_LIB_DIR="$(get_libdir)"

diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-10.2.0-r1.ebuild
similarity index 91%
copy from dev-libs/libfmt/libfmt-9999.ebuild
copy to dev-libs/libfmt/libfmt-10.2.0-r1.ebuild
index 2dbd37cc402c..21279049b837 100644
--- a/dev-libs/libfmt/libfmt-9999.ebuild
+++ b/dev-libs/libfmt/libfmt-10.2.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit cmake-multilib
 
 DESCRIPTION="Small, safe and fast formatting library"
 HOMEPAGE="https://github.com/fmtlib/fmt"
@@ -22,8 +22,7 @@ SLOT="0/${PV}"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-src_configure() {
-	append-lfs-flags
+multilib_src_configure() {
 	local mycmakeargs=(
 		-DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"
 		-DFMT_LIB_DIR="$(get_libdir)"

diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-10.2.1-r2.ebuild
similarity index 91%
copy from dev-libs/libfmt/libfmt-9999.ebuild
copy to dev-libs/libfmt/libfmt-10.2.1-r2.ebuild
index 2dbd37cc402c..da45c0e71554 100644
--- a/dev-libs/libfmt/libfmt-9999.ebuild
+++ b/dev-libs/libfmt/libfmt-10.2.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="Small, safe and fast formatting library"
 HOMEPAGE="https://github.com/fmtlib/fmt"
@@ -22,7 +22,7 @@ SLOT="0/${PV}"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-src_configure() {
+multilib_src_configure() {
 	append-lfs-flags
 	local mycmakeargs=(
 		-DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"

diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-9.1.0-r2.ebuild
similarity index 81%
copy from dev-libs/libfmt/libfmt-9999.ebuild
copy to dev-libs/libfmt/libfmt-9.1.0-r2.ebuild
index 2dbd37cc402c..b37fe02a5ea4 100644
--- a/dev-libs/libfmt/libfmt-9999.ebuild
+++ b/dev-libs/libfmt/libfmt-9.1.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit cmake-multilib
 
 DESCRIPTION="Small, safe and fast formatting library"
 HOMEPAGE="https://github.com/fmtlib/fmt"
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 	S="${WORKDIR}/fmt-${PV}"
 fi
 
@@ -22,8 +22,7 @@ SLOT="0/${PV}"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-src_configure() {
-	append-lfs-flags
+multilib_src_configure() {
 	local mycmakeargs=(
 		-DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"
 		-DFMT_LIB_DIR="$(get_libdir)"

diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-9999.ebuild
index 2dbd37cc402c..da45c0e71554 100644
--- a/dev-libs/libfmt/libfmt-9999.ebuild
+++ b/dev-libs/libfmt/libfmt-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake flag-o-matic
+inherit cmake-multilib flag-o-matic
 
 DESCRIPTION="Small, safe and fast formatting library"
 HOMEPAGE="https://github.com/fmtlib/fmt"
@@ -22,7 +22,7 @@ SLOT="0/${PV}"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-src_configure() {
+multilib_src_configure() {
 	append-lfs-flags
 	local mycmakeargs=(
 		-DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"


             reply	other threads:[~2024-04-19 21:25 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-19 21:25 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24  7:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/ Arthur Zamarin
2024-09-23  8:33 Arthur Zamarin
2024-09-23  8:33 Arthur Zamarin
2024-09-22  0:42 Sam James
2024-09-20  7:25 Arthur Zamarin
2024-09-17 16:27 Arthur Zamarin
2024-09-09 20:44 Arthur Zamarin
2024-08-28  7:59 Arthur Zamarin
2024-07-22 16:58 Craig Andrews
2024-07-11 14:19 Craig Andrews
2024-07-01 14:42 Craig Andrews
2024-05-16  3:11 Sam James
2024-02-06 20:38 Craig Andrews
2024-02-06 20:38 Craig Andrews
2024-01-04 14:51 Craig Andrews
2024-01-03  2:20 Ionen Wolkens
2024-01-02 14:51 Craig Andrews
2024-01-02  7:38 Sam James
2023-11-29  7:03 Sam James
2023-11-27 11:23 Sam James
2023-11-10  5:47 Viorel Munteanu
2023-08-28 14:04 Craig Andrews
2023-08-15 22:28 Craig Andrews
2023-06-12  6:01 Arthur Zamarin
2023-05-10 14:05 Craig Andrews
2023-05-01  9:22 Sam James
2023-02-16  5:52 WANG Xuerui
2023-02-16  5:52 WANG Xuerui
2023-01-23 18:02 Arthur Zamarin
2023-01-23 18:02 Arthur Zamarin
2023-01-23 18:02 Arthur Zamarin
2023-01-23 18:02 Arthur Zamarin
2023-01-03  6:23 Sam James
2022-12-25 20:16 Arthur Zamarin
2022-10-28 18:50 Sam James
2022-10-28 18:31 Sam James
2022-08-28 15:25 Craig Andrews
2022-07-11  3:36 Sam James
2022-07-10 22:46 Sam James
2022-07-10 22:46 Sam James
2022-07-10 22:43 Sam James
2022-07-10 22:28 Sam James
2022-07-10 22:28 Sam James
2022-07-06 12:25 Craig Andrews
2022-05-11  1:21 Sam James
2022-05-11  1:21 Sam James
2022-05-11  1:10 Sam James
2022-05-11  1:04 Sam James
2022-05-11  1:04 Sam James
2022-01-07 15:25 Craig Andrews
2021-09-02 13:27 Marek Szuba
2021-07-08  3:53 Sam James
2021-07-05 22:35 Sam James
2021-07-04 19:55 Georgy Yakovlev
2021-07-03  1:59 Craig Andrews
2021-06-29 21:25 Sam James
2021-06-29 21:25 Sam James
2021-06-29 21:24 Sam James
2021-06-29 21:24 Sam James
2021-06-22 14:44 Craig Andrews
2021-06-22 14:44 Craig Andrews
2021-06-21 19:14 Craig Andrews
2021-06-13  6:28 Agostino Sarubbo
2021-06-13  6:04 Sam James
2021-06-12 15:43 Sam James
2021-06-12 15:43 Sam James
2021-06-12 13:46 Sam James
2021-06-12 13:46 Sam James
2020-11-25 15:15 Craig Andrews
2020-11-04 16:33 Craig Andrews
2020-11-04 16:33 Craig Andrews
2020-11-03  1:39 Craig Andrews
2020-11-03  1:39 Craig Andrews
2020-10-31 11:11 David Seifert
2020-10-26 17:04 Craig Andrews
2020-10-26 17:04 Craig Andrews
2020-08-31 15:39 Sam James
2020-08-18 11:22 Agostino Sarubbo
2020-08-17  7:01 Agostino Sarubbo
2020-08-12 11:06 Sam James
2020-08-11 22:21 Sam James
2020-08-07 15:41 Craig Andrews
2020-08-07 15:41 Craig Andrews
2020-07-29 17:34 Craig Andrews
2020-07-07 18:41 Craig Andrews
2020-07-06 15:15 Craig Andrews
2020-06-27 20:41 Mart Raudsepp
2020-06-26 20:21 Thomas Deutschmann
2020-05-20 13:33 Mikle Kolyada
2020-05-10  2:34 Craig Andrews
2020-04-08 21:01 Craig Andrews
2020-04-06 13:56 Craig Andrews
2020-03-19 18:26 Craig Andrews
2020-03-15 12:18 Mikle Kolyada
2020-02-26 18:25 Andreas Sturmlechner
2020-01-03 14:30 Agostino Sarubbo
2020-01-03 13:44 Agostino Sarubbo
2020-01-03 13:42 Agostino Sarubbo
2020-01-03 10:06 Agostino Sarubbo
2020-01-02 16:46 Craig Andrews
2020-01-01 19:15 Craig Andrews
2019-12-12  3:43 Craig Andrews
2019-12-05 19:25 Craig Andrews
2019-12-03 23:45 Craig Andrews
2019-12-03 21:38 Craig Andrews
2019-11-27  1:08 Craig Andrews
2019-09-26  6:52 Sergei Trofimovich
2019-08-26 15:39 Craig Andrews
2019-07-18 11:31 Agostino Sarubbo
2019-07-18  9:54 Agostino Sarubbo
2019-07-17 15:24 Agostino Sarubbo
2019-02-17 17:40 Sergei Trofimovich
2018-12-29  2:02 Craig Andrews
2018-11-18  8:49 Mikle Kolyada
2018-11-17 21:34 Thomas Deutschmann
2018-09-21 21:44 Craig Andrews
2018-09-13 15:17 Craig Andrews
2018-08-01 17:23 Craig Andrews
2018-08-01 16:38 Craig Andrews
2018-07-05 15:15 Craig Andrews
2018-05-22 15:16 Craig Andrews
2017-12-21 21:03 Craig Andrews
2017-07-01 21:41 Michał Górny
2017-06-15  7:26 Michał Górny
2017-03-07 21:57 David Seifert

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=1713561924.1f597d2400d70ce26bc824f1bb5269065ed7074c.candrews@gentoo \
    --to=candrews@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