Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/
Date: Fri, 07 Jan 2022 15:25:41
Message-Id: 1641569133.268866059128350ec17701c738dba9022a2d2989.candrews@gentoo
1 commit: 268866059128350ec17701c738dba9022a2d2989
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 7 15:25:00 2022 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 15:25:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26886605
7
8 dev-libs/libfmt: 8.1.1 version bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 dev-libs/libfmt/Manifest | 1 +
14 dev-libs/libfmt/{libfmt-9999.ebuild => libfmt-8.1.1.ebuild} | 6 +++---
15 dev-libs/libfmt/libfmt-9999.ebuild | 6 +++---
16 3 files changed, 7 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-libs/libfmt/Manifest b/dev-libs/libfmt/Manifest
19 index 022c7f0b41e6..1bcda92fef5a 100644
20 --- a/dev-libs/libfmt/Manifest
21 +++ b/dev-libs/libfmt/Manifest
22 @@ -2,3 +2,4 @@ DIST libfmt-7.1.2.tar.gz 769401 BLAKE2B 66a14197a818cbc63e2219eb9f8aeb47cc575a71
23 DIST libfmt-7.1.3.tar.gz 770029 BLAKE2B 745440a6f5876d47d4651d007d5968f77d8f5ac01ab5ec17ec5851130a5581e2aa7d359ae297ce7318023b0bf386f9c027e3e38c65f297ae874e607253a3493a SHA512 cfb2431de822202f17a6f34a302b1922b9cd696d8d4c27ad50ea08add781d2af9944db987603c2eb294ee7d73054a60cc11d3a0693f7f6db61949f3041cb9517
24 DIST libfmt-8.0.0.tar.gz 804902 BLAKE2B 9330acbfb6ab47a484b4dbd3138d11cdd79f4233dfe8fefed41d67118eb19b2c00db5896ee883e2f5ff297170c2eb8dfa001cc6d7c6eff42b6285acd0ea91b5c SHA512 61768bf8b64c430f11536800985509ce436bbbe05cbe1dfb6045cfaf2f859af98eae1019ef602af8fec6946ae25e4d8adb589f0f738666b20beb3afe65ee760c
25 DIST libfmt-8.0.1.tar.gz 805616 BLAKE2B b64a4686050a9edb4e5d3ec28a3727a847105ae0b12a89461841e14d6c9c442e391cdcfbca39b2d141d04cdb10d00516ecc8bf605867c792b7d2d6bc99c7b2bc SHA512 643e68d5b2e0e9c83231ab2b0036596a6297b1d9ed6bd7b1172bee4ff134c8af8f09174c06c94225132c1b635b0977ea4ce783748d7bd76a9a0b5ad597456c84
26 +DIST libfmt-8.1.1.tar.gz 826254 BLAKE2B 8f3eafd72c0eff62cfcf26a8a37e4d89c8f4a2cec6e427e3ea8d0de3010dd6e5e45ce4486335d3b433308a967915b38ca4d422d789ceda4196153329128056b9 SHA512 794a47d7cb352a2a9f2c050a60a46b002e4157e5ad23e15a5afc668e852b1e1847aeee3cda79e266c789ff79310d792060c94976ceef6352e322d60b94e23189
27
28 diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-8.1.1.ebuild
29 similarity index 86%
30 copy from dev-libs/libfmt/libfmt-9999.ebuild
31 copy to dev-libs/libfmt/libfmt-8.1.1.ebuild
32 index 376757b05ade..02ef483ce0e4 100644
33 --- a/dev-libs/libfmt/libfmt-9999.ebuild
34 +++ b/dev-libs/libfmt/libfmt-8.1.1.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 +# Copyright 1999-2022 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 @@ -11,14 +11,14 @@ HOMEPAGE="https://github.com/fmtlib/fmt"
42
43 LICENSE="MIT"
44 IUSE="test"
45 -SLOT="0/$(ver_cut 1)"
46 +SLOT="0/${PV}"
47
48 if [[ ${PV} == *9999 ]] ; then
49 EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"
50 inherit git-r3
51 else
52 SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
54 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
55 S="${WORKDIR}/fmt-${PV}"
56 fi
57
58
59 diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-9999.ebuild
60 index 376757b05ade..02ef483ce0e4 100644
61 --- a/dev-libs/libfmt/libfmt-9999.ebuild
62 +++ b/dev-libs/libfmt/libfmt-9999.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 +# Copyright 1999-2022 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=7
69 @@ -11,14 +11,14 @@ HOMEPAGE="https://github.com/fmtlib/fmt"
70
71 LICENSE="MIT"
72 IUSE="test"
73 -SLOT="0/$(ver_cut 1)"
74 +SLOT="0/${PV}"
75
76 if [[ ${PV} == *9999 ]] ; then
77 EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"
78 inherit git-r3
79 else
80 SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
81 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
82 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
83 S="${WORKDIR}/fmt-${PV}"
84 fi