Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/
Date: Sat, 01 Jul 2017 21:41:29
Message-Id: 1498945262.d4af85f8901bce23079debddc798be05895a30ea.mgorny@gentoo
1 commit: d4af85f8901bce23079debddc798be05895a30ea
2 Author: Craig Andrews <candrews <AT> integralblue <DOT> com>
3 AuthorDate: Wed Jun 28 21:08:52 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 21:41:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4af85f8
7
8 dev-libs/libfmt: 4.0.0 version bump
9
10 Closes: https://github.com/gentoo/gentoo/pull/5006
11 Package-Manager: Portage-2.3.6, Repoman-2.3.2
12
13 dev-libs/libfmt/Manifest | 1 +
14 dev-libs/libfmt/{libfmt-9999.ebuild => libfmt-4.0.0.ebuild} | 4 ++--
15 dev-libs/libfmt/libfmt-9999.ebuild | 4 ++--
16 3 files changed, 5 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-libs/libfmt/Manifest b/dev-libs/libfmt/Manifest
19 index f72a5013ebf..9f2da5f6683 100644
20 --- a/dev-libs/libfmt/Manifest
21 +++ b/dev-libs/libfmt/Manifest
22 @@ -1,2 +1,3 @@
23 DIST libfmt-3.0.1.tar.gz 606603 SHA256 dce62ab75a161dd4353a98364feb166d35e7eea382169d59d9ce842c49c55bad SHA512 daf5dfb2fe63eb611983fa248bd2182c6202cf1c4f0fc236f357040fce8e87ad531cdf59090306bb313ea333d546e516f467b385e05094e696d0ca091310aad6 WHIRLPOOL 775f9dc9228fbd429e4dbad90d536b69542fb583e44dba9eda950267bae82938b2703726481ff02fbab0cb9efe78b46501f4b82e20cfef550313b7653f6cb963
24 DIST libfmt-3.0.2.tar.gz 608369 SHA256 fa4a062897b2f3712badfdb8583e6d938252e1156cb5705c3af87705dfef3957 SHA512 50f5a25d1a10fd5b265f3811fa11886b9efdae2952f2aefc9f22c87c1a748128369f4d530b320e5e9c67c745cdab4607d1cb08940f4cf968300dee22e1150117 WHIRLPOOL 8aca672c5a7da8b1d427c7729fd8fe8523e32a1df62b8fd1652da3c71779cee7a59ebefce16abb0c4f28c66d1b9777e085903aa6773f237286ac118172625a6e
25 +DIST libfmt-4.0.0.tar.gz 617818 SHA256 35300a0d356529447a79ed5ccf419239d8b34f916e5d4625f046fd37afa3650a SHA512 8b9f7ce4720c3caef6de4a75b8d4b0fd7db4f1638edca98d5ea95f4a5157aef8faefbac68438236691bd373111ca089b4d3864f7352f3fba1fe44392e9644f8b WHIRLPOOL d9d6a949a32de6d0d0871e5f2a7bb022b078af0781933eaa782e688e5e5e56bdce8b3ce6563b5d29556ce2b6397b50a2ad9278eec07241728cc6a46927f6fc66
26
27 diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-4.0.0.ebuild
28 similarity index 91%
29 copy from dev-libs/libfmt/libfmt-9999.ebuild
30 copy to dev-libs/libfmt/libfmt-4.0.0.ebuild
31 index bbb6860e2b7..5b65419d5cc 100644
32 --- a/dev-libs/libfmt/libfmt-9999.ebuild
33 +++ b/dev-libs/libfmt/libfmt-4.0.0.ebuild
34 @@ -3,14 +3,14 @@
35
36 EAPI=6
37
38 -inherit cmake-multilib
39 +inherit cmake-multilib versionator
40
41 DESCRIPTION="Small, safe and fast formatting library"
42 HOMEPAGE="https://github.com/fmtlib/fmt"
43
44 LICENSE="BSD-2"
45 IUSE="test"
46 -SLOT="0"
47 +SLOT="0/$(get_major_version)"
48
49 if [[ ${PV} == *9999 ]] ; then
50 EGIT_REPO_URI="git://github.com/fmtlib/fmt.git"
51
52 diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-9999.ebuild
53 index bbb6860e2b7..5b65419d5cc 100644
54 --- a/dev-libs/libfmt/libfmt-9999.ebuild
55 +++ b/dev-libs/libfmt/libfmt-9999.ebuild
56 @@ -3,14 +3,14 @@
57
58 EAPI=6
59
60 -inherit cmake-multilib
61 +inherit cmake-multilib versionator
62
63 DESCRIPTION="Small, safe and fast formatting library"
64 HOMEPAGE="https://github.com/fmtlib/fmt"
65
66 LICENSE="BSD-2"
67 IUSE="test"
68 -SLOT="0"
69 +SLOT="0/$(get_major_version)"
70
71 if [[ ${PV} == *9999 ]] ; then
72 EGIT_REPO_URI="git://github.com/fmtlib/fmt.git"