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, 21 Sep 2018 21:44:27
Message-Id: 1537566219.c641e26693b773ce21c518210c1d4a1cee1bd242.candrews@gentoo
1 commit: c641e26693b773ce21c518210c1d4a1cee1bd242
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 21 21:42:28 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 21 21:43:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c641e266
7
8 dev-libs/libfmt: 5.2.1 versiom bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/libfmt/Manifest | 1 +
13 dev-libs/libfmt/{libfmt-9999.ebuild => libfmt-5.2.1.ebuild} | 6 +++---
14 dev-libs/libfmt/libfmt-9999.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-libs/libfmt/Manifest b/dev-libs/libfmt/Manifest
18 index c7f28d958e3..962ec8c3dbe 100644
19 --- a/dev-libs/libfmt/Manifest
20 +++ b/dev-libs/libfmt/Manifest
21 @@ -1,3 +1,4 @@
22 DIST libfmt-4.1.0.tar.gz 620863 BLAKE2B ff3a7db5a1eed3a6fc936be16caf2dd153d9452df16c07d6e0dc718bcfb9f51f52146498cb3f49591f1ad96d36a9561de2a78426d3bb8a0907b772e8be5a6f7f SHA512 8daaa4a61bfe63345a12df0a9bca0b1cd6a162d0f4e97d2d2978ae19a1a1357ec4d4cce948ce726cdbe9403e51ad995950a2a99de28f9b9085c02ce845540b22
23 DIST libfmt-5.1.0.tar.gz 641502 BLAKE2B 8507e875a78de2e89b7fe2c1c049691bfef6e0a7375ef7958e2191bcc4c60972b54b6ebc213d1465826af8322d8f90b217c1c7e176b29351c733184ff95cca40 SHA512 b759a718353254fa8cd981e483bf01a45af0fc76901216404ace5e47f5d3edf43d42422184e5413c221e49832322fdf60d1860e8ec87349c674511064b31e5d6
24 DIST libfmt-5.2.0.tar.gz 648061 BLAKE2B a2ffe84277097f3cd5bfa163fa12e352349ab8239ab00f071cc0236bdea0c7c15b3c04f40036006fbe6ed231ff19d53abcba7c5dec709e5ac418ad41cc489d4e SHA512 75d53e6d8087288607f75fb891bb8812c7b9fe65e5ab7a20cdffeb5e56bd1f48e0de24c8cf1c2dd603fe3ed76f9fa067804ec5d3560f177db8f0a747c36f9d1c
25 +DIST libfmt-5.2.1.tar.gz 648668 BLAKE2B 516522d4e75e7ccdf95a43bfe1b5f95b8ce8ef0174d6b82d6b7be9985f084228a69e70ecba7f57788d536501699b584cb4eb51d7894b416ea857727b776b3823 SHA512 2b63a741df4df9c3cbf04098c6548bb3d0f9836fe912325542298df57c888f43e72159469fb87685b423694e43e4418545377d5ee6393f2709955be2c13780a8
26
27 diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-5.2.1.ebuild
28 similarity index 86%
29 copy from dev-libs/libfmt/libfmt-9999.ebuild
30 copy to dev-libs/libfmt/libfmt-5.2.1.ebuild
31 index 51fea82ad48..932e58c0ce5 100644
32 --- a/dev-libs/libfmt/libfmt-9999.ebuild
33 +++ b/dev-libs/libfmt/libfmt-5.2.1.ebuild
34 @@ -1,16 +1,16 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40
41 -inherit cmake-multilib versionator
42 +inherit cmake-multilib eapi7-ver
43
44 DESCRIPTION="Small, safe and fast formatting library"
45 HOMEPAGE="https://github.com/fmtlib/fmt"
46
47 LICENSE="BSD-2"
48 IUSE="test"
49 -SLOT="0/$(get_major_version)"
50 +SLOT="0/$(ver_cut 1)"
51
52 if [[ ${PV} == *9999 ]] ; then
53 EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"
54
55 diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-9999.ebuild
56 index 51fea82ad48..932e58c0ce5 100644
57 --- a/dev-libs/libfmt/libfmt-9999.ebuild
58 +++ b/dev-libs/libfmt/libfmt-9999.ebuild
59 @@ -1,16 +1,16 @@
60 -# Copyright 1999-2017 Gentoo Foundation
61 +# Copyright 1999-2018 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=6
65
66 -inherit cmake-multilib versionator
67 +inherit cmake-multilib eapi7-ver
68
69 DESCRIPTION="Small, safe and fast formatting library"
70 HOMEPAGE="https://github.com/fmtlib/fmt"
71
72 LICENSE="BSD-2"
73 IUSE="test"
74 -SLOT="0/$(get_major_version)"
75 +SLOT="0/$(ver_cut 1)"
76
77 if [[ ${PV} == *9999 ]] ; then
78 EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"