* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2020-09-13 5:58 Sam James
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2023-10-10 6:14 Joonas Niilola
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-08-12 12:48 Arthur Zamarin
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-12-17 11:51 Sam James
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-12-17 11:51 Sam James
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-12-17 11:51 Sam James
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-12-17 17:53 Sam James
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/
@ 2024-12-17 17:53 Sam James
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
end of thread, other threads:[~2024-12-17 17:53 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-12 12:48 [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-12-17 17:53 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
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