public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
Date: Sun, 23 Feb 2025 22:19:31 +0000 (UTC)	[thread overview]
Message-ID: <1740349011.bdf33a50e432479c40b6d79425a36d8a9fda1c0a.conikost@gentoo> (raw)

commit:     bdf33a50e432479c40b6d79425a36d8a9fda1c0a
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Feb 18 19:05:22 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 22:16:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf33a50

dev-libs/date: add missing braces, update DESCRIPTION

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-libs/date/date-3.0.0.ebuild           | 4 ++--
 dev-libs/date/date-3.0.1_p20240913.ebuild | 6 +++---
 dev-libs/date/date-3.0.3.ebuild           | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-libs/date/date-3.0.0.ebuild b/dev-libs/date/date-3.0.0.ebuild
index b6120a4ab573..770784c7cbe5 100644
--- a/dev-libs/date/date-3.0.0.ebuild
+++ b/dev-libs/date/date-3.0.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit cmake
 
-DESCRIPTION="A date and time library based on the C++11/14/17 <chrono> header"
+DESCRIPTION="Date and time library based on the C++11/14/17 <chrono> header"
 HOMEPAGE="https://github.com/HowardHinnant/date"
 
 SRC_URI="https://github.com/HowardHinnant/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

diff --git a/dev-libs/date/date-3.0.1_p20240913.ebuild b/dev-libs/date/date-3.0.1_p20240913.ebuild
index 6bc908715f31..8b52a98de5a5 100644
--- a/dev-libs/date/date-3.0.1_p20240913.ebuild
+++ b/dev-libs/date/date-3.0.1_p20240913.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ inherit cmake
 # maintainer recommends to "live at head" so we ship snapshots
 COMMIT="155c6b9e76e462e1d47ea528ca87f366adccdea3"
 
-DESCRIPTION="A date and time library based on the C++11/14/17 <chrono> header"
+DESCRIPTION="Date and time library based on the C++11/14/17 <chrono> header"
 HOMEPAGE="https://github.com/HowardHinnant/date"
 SRC_URI="https://github.com/HowardHinnant/date/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
@@ -22,7 +22,7 @@ RESTRICT="!test? ( test )"
 BDEPEND="test? ( llvm-core/clang )" # tests call clang++
 
 PATCHES=(
-	"$FILESDIR"/${PN}-3.0.1_p20240913_remove-failing-tests.patch
+	"${FILESDIR}"/${PN}-3.0.1_p20240913_remove-failing-tests.patch
 )
 
 src_prepare() {

diff --git a/dev-libs/date/date-3.0.3.ebuild b/dev-libs/date/date-3.0.3.ebuild
index 70364c33a9f8..1d5aa088f62a 100644
--- a/dev-libs/date/date-3.0.3.ebuild
+++ b/dev-libs/date/date-3.0.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 inherit cmake toolchain-funcs
 
-DESCRIPTION="A date and time library based on the C++11/14/17 <chrono> header"
+DESCRIPTION="Date and time library based on the C++11/14/17 <chrono> header"
 HOMEPAGE="https://github.com/HowardHinnant/date"
 SRC_URI="https://github.com/HowardHinnant/date/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 


             reply	other threads:[~2025-02-23 22:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-23 22:19 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-17 17:53 [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/ Sam James
2024-12-17 17:53 Sam James
2024-12-17 11:51 Sam James
2024-12-17 11:51 Sam James
2024-12-17 11:51 Sam James
2024-08-12 12:48 Arthur Zamarin
2023-10-10  6:14 Joonas Niilola
2020-09-13  5:58 Sam James

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=1740349011.bdf33a50e432479c40b6d79425a36d8a9fda1c0a.conikost@gentoo \
    --to=conikost@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