mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-libs/date: add missing braces, update DESCRIPTION
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
8a4ad5f77f
commit
bdf33a50e4
@@ -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"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user