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"
