public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2020-09-13  5:58 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2020-09-13  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     4fb0cd20f33ff7ac820a619cb26dd25334f9663a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 05:55:23 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 05:55:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb0cd20

dev-libs/date: add subslot

This allows dependencies built against date (linked, anyway)
to be rebuilt if ABI breakage occurs.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/date/date-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/date/date-3.0.0.ebuild b/dev-libs/date/date-3.0.0.ebuild
index 1b7acb557db..d77a0ca0a18 100644
--- a/dev-libs/date/date-3.0.0.ebuild
+++ b/dev-libs/date/date-3.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/HowardHinnant/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 KEYWORDS="~amd64"
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="0/3.0.0"
 IUSE="only-c-locale test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2023-10-10  6:14 Joonas Niilola
  0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2023-10-10  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     dd6447748a4b6a16577322c2a8ea72fc515921f9
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 06:13:29 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 06:14:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd644774

dev-libs/date: Stabilize 3.0.0 amd64, #915324

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/date/date-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/date/date-3.0.0.ebuild b/dev-libs/date/date-3.0.0.ebuild
index d77a0ca0a183..d0a19a986f6b 100644
--- a/dev-libs/date/date-3.0.0.ebuild
+++ b/dev-libs/date/date-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="A 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"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 LICENSE="MIT"
 SLOT="0/3.0.0"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-08-12 12:48 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-08-12 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     73cbc8cf2e8cd175163cb8185b7dff130dcce47c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 12:48:26 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 12:48:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cbc8cf

dev-libs/date: Keyword 3.0.0 arm64, #937385

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/date/date-3.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/date/date-3.0.0.ebuild b/dev-libs/date/date-3.0.0.ebuild
index d0a19a986f6b..b6120a4ab573 100644
--- a/dev-libs/date/date-3.0.0.ebuild
+++ b/dev-libs/date/date-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="A 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"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 
 LICENSE="MIT"
 SLOT="0/3.0.0"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-12-17 11:51 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-12-17 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     939289fa0569df446736931b326f7cd45a66602b
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Nov 26 10:15:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 11:50:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939289fa

dev-libs/date: add myself as maintainer

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/39044
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/date/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-libs/date/metadata.xml b/dev-libs/date/metadata.xml
index 9cd6469e422f..80e83adfadca 100644
--- a/dev-libs/date/metadata.xml
+++ b/dev-libs/date/metadata.xml
@@ -5,6 +5,10 @@
 		<email>gentoo@jonas-toth.eu</email>
 		<name>Jonas Toth</name>
 	</maintainer>
+	<maintainer type="person" proxied="yes">
+		<email>fkobi@pm.me</email>
+		<name>Filip Kobierski</name>
+	</maintainer>
 	<maintainer type="project" proxied="proxy">
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-12-17 11:51 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-12-17 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e4f5d2dc719428702bf309a472f22b41a5862b7e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 11:49:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 11:50:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f5d2dc

dev-libs/date: fix style issues

* We do ${FILESDIR}, not $FILESDIR, per QA policy guide
* Drop unnecessary src_prepare

Bug: https://bugs.gentoo.org/846485
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/date/date-3.0.3.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-libs/date/date-3.0.3.ebuild b/dev-libs/date/date-3.0.3.ebuild
index 9162eabfbfed..1c137ea60d35 100644
--- a/dev-libs/date/date-3.0.3.ebuild
+++ b/dev-libs/date/date-3.0.3.ebuild
@@ -17,11 +17,7 @@ RESTRICT="!test? ( test )"
 
 BDEPEND="test? ( sys-devel/clang )" # tests call clang++
 
-PATCHES=( "$FILESDIR"/${PN}-3.0.3_remove-failing-tests.patch )
-
-src_prepare() {
-	cmake_src_prepare
-}
+PATCHES=( "${FILESDIR}"/${PN}-3.0.3_remove-failing-tests.patch )
 
 src_configure() {
 	local mycmakeargs=(


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-12-17 11:51 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-12-17 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8c15fff28c7b67302f048bc14a2354753c8425cd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 11:50:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 11:50:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c15fff2

dev-libs/date: update for pkgmoved clang

Bug: https://bugs.gentoo.org/846485
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/date/date-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/date/date-3.0.3.ebuild b/dev-libs/date/date-3.0.3.ebuild
index 1c137ea60d35..eb8b1ec1535e 100644
--- a/dev-libs/date/date-3.0.3.ebuild
+++ b/dev-libs/date/date-3.0.3.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm64"
 IUSE="only-c-locale test"
 RESTRICT="!test? ( test )"
 
-BDEPEND="test? ( sys-devel/clang )" # tests call clang++
+BDEPEND="test? ( llvm-core/clang )" # tests call clang++
 
 PATCHES=( "${FILESDIR}"/${PN}-3.0.3_remove-failing-tests.patch )
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-12-17 17:53 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-12-17 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     be39248e48dbe1e168ac79144178b7250e99c6ec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 17:52:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 17:53:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be39248e

dev-libs/date: fix src_test

* Drop dead (unset) SRC_DIR reference
* Set CXX, given this is a C++ library, and it was calling clang++
  without this

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/date/date-3.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/date/date-3.0.3.ebuild b/dev-libs/date/date-3.0.3.ebuild
index 9c8a941541d6..70364c33a9f8 100644
--- a/dev-libs/date/date-3.0.3.ebuild
+++ b/dev-libs/date/date-3.0.3.ebuild
@@ -28,6 +28,6 @@ src_configure() {
 }
 
 src_test() {
-	cd "${SRC_DIR}"test/ || die
-	CC="$(tc-getCC)" ./testit || die
+	cd test/ || die
+	CC="$(tc-getCC)" CXX="$(tc-getCXX)" ./testit || die
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-12-17 17:53 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-12-17 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     80871bb5d239645e743c5ae2735a3106873073a6
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Dec 17 14:06:16 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 17:53:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80871bb5

dev-libs/date: use preferred compiler for tests

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/39755
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/date/date-3.0.3.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-libs/date/date-3.0.3.ebuild b/dev-libs/date/date-3.0.3.ebuild
index eb8b1ec1535e..9c8a941541d6 100644
--- a/dev-libs/date/date-3.0.3.ebuild
+++ b/dev-libs/date/date-3.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake toolchain-funcs
 
 DESCRIPTION="A date and time library based on the C++11/14/17 <chrono> header"
 HOMEPAGE="https://github.com/HowardHinnant/date"
@@ -15,8 +15,6 @@ KEYWORDS="~amd64 ~arm64"
 IUSE="only-c-locale test"
 RESTRICT="!test? ( test )"
 
-BDEPEND="test? ( llvm-core/clang )" # tests call clang++
-
 PATCHES=( "${FILESDIR}"/${PN}-3.0.3_remove-failing-tests.patch )
 
 src_configure() {
@@ -31,5 +29,5 @@ src_configure() {
 
 src_test() {
 	cd "${SRC_DIR}"test/ || die
-	./testit || die
+	CC="$(tc-getCC)" ./testit || die
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2025-02-23 22:19 Conrad Kostecki
  0 siblings, 0 replies; 11+ messages in thread
From: Conrad Kostecki @ 2025-02-23 22:19 UTC (permalink / raw
  To: gentoo-commits

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"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2025-04-14  6:26 Joonas Niilola
  0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2025-04-14  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2b9f132f22283d6178e0cedc6e492888e2143d7a
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 06:17:55 2025 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 06:17:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9f132f

dev-libs/date: Stabilize 3.0.3 amd64, #950893

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/date/date-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/date/date-3.0.3.ebuild b/dev-libs/date/date-3.0.3.ebuild
index 1d5aa088f62a..be41482e09c4 100644
--- a/dev-libs/date/date-3.0.3.ebuild
+++ b/dev-libs/date/date-3.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/HowardHinnant/date/archive/refs/tags/v${PV}.tar.gz -
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="only-c-locale test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2025-04-14 10:34 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2025-04-14 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     40481b72359b63038fa444d69b8ae1a7cd2fe2c7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 10:33:54 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 10:33:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40481b72

dev-libs/date: drop 3.0.0, 3.0.1_p20240913, EAPI=7--

Closes: https://bugs.gentoo.org/950893
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/date/Manifest                    |  2 --
 dev-libs/date/date-3.0.0.ebuild           | 55 -------------------------------
 dev-libs/date/date-3.0.1_p20240913.ebuild | 45 -------------------------
 3 files changed, 102 deletions(-)

diff --git a/dev-libs/date/Manifest b/dev-libs/date/Manifest
index 6c8ee9c59fee..8744a2d89f68 100644
--- a/dev-libs/date/Manifest
+++ b/dev-libs/date/Manifest
@@ -1,3 +1 @@
-DIST date-3.0.0.tar.gz 822623 BLAKE2B 438a7a5c153c7c2d695fefc95bbd474ef507af2cd8182d1e7d54d482b0128c3f9c57582ed5b40ef46d8f6f5539228d20322c684b1e1b418e5ade3b4871bf4ec1 SHA512 03ba0faef68e053aba888591b9350af1a043ef543825c80b1ca3f0dc0448697f56286e561f1a2a59e684680d7fc1e51fd24955c4cc222fe28db64f56037dc1aa
-DIST date-3.0.1_p20240913.gh.tar.gz 828871 BLAKE2B bd036c0f12e54bc2d4de538fa32edbee9420c6579a267cd069575698692c2080e77ac0f803ab12607c5fce591603861e0f9de63ed7db2d1cd17e78f486978d96 SHA512 92d570658777d1cff09e78f15ae47a3d832bbc571f7cd6df309948b004641ec8b705f4fe4bace0cd19f8d7922cac52d7a7e0ee71cd2b5ff6a03550deee806267
 DIST date-3.0.3.gh.tar.gz 829597 BLAKE2B edbc4f7e4ca6debd6ec494b816affb6934a28a7fda1bb89e39f5dfc3a30c3c2e019cd803f1570bd26d32b07200c33cb231a0eacad22e2fc290f9eb565b0206dc SHA512 e11d7f230ecc431d94c4b58fe7394dd57a9ec0baa9de52496578479b51bbf885566d6666882916d84d388060fa36065b3fa8dd3a8bc14f720b38d1c943f06700

diff --git a/dev-libs/date/date-3.0.0.ebuild b/dev-libs/date/date-3.0.0.ebuild
deleted file mode 100644
index 770784c7cbe5..000000000000
--- a/dev-libs/date/date-3.0.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-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"
-KEYWORDS="amd64 ~arm64"
-
-LICENSE="MIT"
-SLOT="0/3.0.0"
-IUSE="only-c-locale test"
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-c-locale-export.patch
-	"${FILESDIR}"/${P}-version.patch
-)
-
-src_prepare() {
-	# The test cases are implicitly generated with CMake code, that parses
-	# the file names for ".cpp" and ".fail.cpp". Renaming the source files
-	# disables the test.
-
-	# This test case fails due to a stdlibc++ bug.
-	# Upstream bug: https://github.com/HowardHinnant/date/issues/388
-	mv "test/date_test/parse.pass.cpp" "test/date_test/parse.disabled" || ewarn "Can not deactivate test case, test failure expected"
-
-	# This test case fails only when the CMAKE_BUILD_TYPE=Gentoo.
-	# The behaviour seems very strange, but does not appear with a
-	# "valid" build type.
-	# Upstream bug: https://github.com/HowardHinnant/date/issues/604
-	mv "test/clock_cast_test/local_t.pass.cpp" "test/clock_cast_test/local_t.disabled" || ewarn "Can not deactivate test case, test failure expected"
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TZ_LIB=ON
-		-DUSE_SYSTEM_TZ_DB=ON
-		-DENABLE_DATE_TESTING=$(usex test)
-		-DCOMPILE_WITH_C_LOCALE=$(usex only-c-locale)
-	)
-	cmake_src_configure
-}
-
-src_test() {
-	cd "${BUILD_DIR}" || die
-	ninja testit
-}

diff --git a/dev-libs/date/date-3.0.1_p20240913.ebuild b/dev-libs/date/date-3.0.1_p20240913.ebuild
deleted file mode 100644
index 8b52a98de5a5..000000000000
--- a/dev-libs/date/date-3.0.1_p20240913.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-# maintainer recommends to "live at head" so we ship snapshots
-COMMIT="155c6b9e76e462e1d47ea528ca87f366adccdea3"
-
-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}"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64"
-IUSE="only-c-locale test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( llvm-core/clang )" # tests call clang++
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-3.0.1_p20240913_remove-failing-tests.patch
-)
-
-src_prepare() {
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TZ_LIB=ON
-		-DUSE_SYSTEM_TZ_DB=ON
-		-DENABLE_DATE_TESTING=$(usex test)
-		-DCOMPILE_WITH_C_LOCALE=$(usex only-c-locale)
-	)
-	cmake_src_configure
-}
-
-src_test() {
-	cd "${SRC_DIR}"test/ || die
-	./testit || die
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-04-14 10:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 17:53 [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-04-14 10:34 Arthur Zamarin
2025-04-14  6:26 Joonas Niilola
2025-02-23 22:19 Conrad Kostecki
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox