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: Mon, 26 Aug 2019 15:39:04
Message-Id: 1566833934.8d08a00e7d1df3a006ae12d0512ff4948569d427.candrews@gentoo
1 commit: 8d08a00e7d1df3a006ae12d0512ff4948569d427
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 26 15:36:58 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 26 15:38:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d08a00e
7
8 dev-libs/libfmt: 6.0.0 version bump
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
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-6.0.0.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 4c249a97e3c..fd3dd290d9d 100644
20 --- a/dev-libs/libfmt/Manifest
21 +++ b/dev-libs/libfmt/Manifest
22 @@ -3,3 +3,4 @@ DIST libfmt-5.1.0.tar.gz 641502 BLAKE2B 8507e875a78de2e89b7fe2c1c049691bfef6e0a7
23 DIST libfmt-5.2.0.tar.gz 648061 BLAKE2B a2ffe84277097f3cd5bfa163fa12e352349ab8239ab00f071cc0236bdea0c7c15b3c04f40036006fbe6ed231ff19d53abcba7c5dec709e5ac418ad41cc489d4e SHA512 75d53e6d8087288607f75fb891bb8812c7b9fe65e5ab7a20cdffeb5e56bd1f48e0de24c8cf1c2dd603fe3ed76f9fa067804ec5d3560f177db8f0a747c36f9d1c
24 DIST libfmt-5.2.1.tar.gz 648668 BLAKE2B 516522d4e75e7ccdf95a43bfe1b5f95b8ce8ef0174d6b82d6b7be9985f084228a69e70ecba7f57788d536501699b584cb4eb51d7894b416ea857727b776b3823 SHA512 2b63a741df4df9c3cbf04098c6548bb3d0f9836fe912325542298df57c888f43e72159469fb87685b423694e43e4418545377d5ee6393f2709955be2c13780a8
25 DIST libfmt-5.3.0.tar.gz 662493 BLAKE2B 462c54c227132b2398977ff575f74e63e973825968b106e09cb0f3da859f1d851a6dd1799c05e3ae6adff2ac972f4af259c42fdf8429346b2830134571c31480 SHA512 9ef0f3d328681253c1e1776576d54d67dec49c19fd7fc422ae63c3610b01a3f05f6e83cdf5e913dfd09bac42e52fe35c38ebe1ea91f4207d226a32aaf69eb4a8
26 +DIST libfmt-6.0.0.tar.gz 708425 BLAKE2B c04fb7f701e98442848a36489b09eca3dd64f736f668f04173db3afe77da6d933f5f13a2fe38489a5880fa1e4d8549dd34acc9fa37fbb0d6cdee3b6598610726 SHA512 7deb5bd843ae6b9d4b58dca9c68c1cfe7b55a41040f358247f5309655188d1ae194ff414437c068f74367f078faa214b5883e8c9e634c7623dcda50850e24766
27
28 diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-6.0.0.ebuild
29 similarity index 88%
30 copy from dev-libs/libfmt/libfmt-9999.ebuild
31 copy to dev-libs/libfmt/libfmt-6.0.0.ebuild
32 index 932e58c0ce5..9bb4ee09304 100644
33 --- a/dev-libs/libfmt/libfmt-9999.ebuild
34 +++ b/dev-libs/libfmt/libfmt-6.0.0.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -8,7 +8,7 @@ inherit cmake-multilib eapi7-ver
42 DESCRIPTION="Small, safe and fast formatting library"
43 HOMEPAGE="https://github.com/fmtlib/fmt"
44
45 -LICENSE="BSD-2"
46 +LICENSE="MIT"
47 IUSE="test"
48 SLOT="0/$(ver_cut 1)"
49
50 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
51 inherit git-r3
52 else
53 SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
54 - KEYWORDS="~amd64 ~x86"
55 + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
56 S="${WORKDIR}/fmt-${PV}"
57 fi
58
59
60 diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-9999.ebuild
61 index 932e58c0ce5..9bb4ee09304 100644
62 --- a/dev-libs/libfmt/libfmt-9999.ebuild
63 +++ b/dev-libs/libfmt/libfmt-9999.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2018 Gentoo Foundation
66 +# Copyright 1999-2019 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=6
70 @@ -8,7 +8,7 @@ inherit cmake-multilib eapi7-ver
71 DESCRIPTION="Small, safe and fast formatting library"
72 HOMEPAGE="https://github.com/fmtlib/fmt"
73
74 -LICENSE="BSD-2"
75 +LICENSE="MIT"
76 IUSE="test"
77 SLOT="0/$(ver_cut 1)"
78
79 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
80 inherit git-r3
81 else
82 SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> ${P}.tar.gz"
83 - KEYWORDS="~amd64 ~x86"
84 + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
85 S="${WORKDIR}/fmt-${PV}"
86 fi