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, 21 Sep 2018 21:44:20 +0000 (UTC)	[thread overview]
Message-ID: <1537566219.c641e26693b773ce21c518210c1d4a1cee1bd242.candrews@gentoo> (raw)

commit:     c641e26693b773ce21c518210c1d4a1cee1bd242
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 21:42:28 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 21:43:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c641e266

dev-libs/libfmt: 5.2.1 versiom bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-libs/libfmt/Manifest                                    | 1 +
 dev-libs/libfmt/{libfmt-9999.ebuild => libfmt-5.2.1.ebuild} | 6 +++---
 dev-libs/libfmt/libfmt-9999.ebuild                          | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libfmt/Manifest b/dev-libs/libfmt/Manifest
index c7f28d958e3..962ec8c3dbe 100644
--- a/dev-libs/libfmt/Manifest
+++ b/dev-libs/libfmt/Manifest
@@ -1,3 +1,4 @@
 DIST libfmt-4.1.0.tar.gz 620863 BLAKE2B ff3a7db5a1eed3a6fc936be16caf2dd153d9452df16c07d6e0dc718bcfb9f51f52146498cb3f49591f1ad96d36a9561de2a78426d3bb8a0907b772e8be5a6f7f SHA512 8daaa4a61bfe63345a12df0a9bca0b1cd6a162d0f4e97d2d2978ae19a1a1357ec4d4cce948ce726cdbe9403e51ad995950a2a99de28f9b9085c02ce845540b22
 DIST libfmt-5.1.0.tar.gz 641502 BLAKE2B 8507e875a78de2e89b7fe2c1c049691bfef6e0a7375ef7958e2191bcc4c60972b54b6ebc213d1465826af8322d8f90b217c1c7e176b29351c733184ff95cca40 SHA512 b759a718353254fa8cd981e483bf01a45af0fc76901216404ace5e47f5d3edf43d42422184e5413c221e49832322fdf60d1860e8ec87349c674511064b31e5d6
 DIST libfmt-5.2.0.tar.gz 648061 BLAKE2B a2ffe84277097f3cd5bfa163fa12e352349ab8239ab00f071cc0236bdea0c7c15b3c04f40036006fbe6ed231ff19d53abcba7c5dec709e5ac418ad41cc489d4e SHA512 75d53e6d8087288607f75fb891bb8812c7b9fe65e5ab7a20cdffeb5e56bd1f48e0de24c8cf1c2dd603fe3ed76f9fa067804ec5d3560f177db8f0a747c36f9d1c
+DIST libfmt-5.2.1.tar.gz 648668 BLAKE2B 516522d4e75e7ccdf95a43bfe1b5f95b8ce8ef0174d6b82d6b7be9985f084228a69e70ecba7f57788d536501699b584cb4eb51d7894b416ea857727b776b3823 SHA512 2b63a741df4df9c3cbf04098c6548bb3d0f9836fe912325542298df57c888f43e72159469fb87685b423694e43e4418545377d5ee6393f2709955be2c13780a8

diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-5.2.1.ebuild
similarity index 86%
copy from dev-libs/libfmt/libfmt-9999.ebuild
copy to dev-libs/libfmt/libfmt-5.2.1.ebuild
index 51fea82ad48..932e58c0ce5 100644
--- a/dev-libs/libfmt/libfmt-9999.ebuild
+++ b/dev-libs/libfmt/libfmt-5.2.1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-multilib versionator
+inherit cmake-multilib eapi7-ver
 
 DESCRIPTION="Small, safe and fast formatting library"
 HOMEPAGE="https://github.com/fmtlib/fmt"
 
 LICENSE="BSD-2"
 IUSE="test"
-SLOT="0/$(get_major_version)"
+SLOT="0/$(ver_cut 1)"
 
 if [[ ${PV} == *9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"

diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-9999.ebuild
index 51fea82ad48..932e58c0ce5 100644
--- a/dev-libs/libfmt/libfmt-9999.ebuild
+++ b/dev-libs/libfmt/libfmt-9999.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-multilib versionator
+inherit cmake-multilib eapi7-ver
 
 DESCRIPTION="Small, safe and fast formatting library"
 HOMEPAGE="https://github.com/fmtlib/fmt"
 
 LICENSE="BSD-2"
 IUSE="test"
-SLOT="0/$(get_major_version)"
+SLOT="0/$(ver_cut 1)"
 
 if [[ ${PV} == *9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"


             reply	other threads:[~2018-09-21 21:44 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-21 21:44 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-04-19 21:25 Craig Andrews
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-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=1537566219.c641e26693b773ce21c518210c1d4a1cee1bd242.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