public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexttemplate/
@ 2024-09-20 22:09 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-09-20 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d9d1e485da211521ca43f74198d10a6ddc999b50
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 22:08:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 22:09:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d1e485

kde-frameworks/ktexttemplate: workaround GCC bug for arm64

Bug: https://gcc.gnu.org/PR116783
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...{ktexttemplate-6.5.0.ebuild => ktexttemplate-6.5.0-r1.ebuild} | 9 ++++++++-
 ...{ktexttemplate-6.6.0.ebuild => ktexttemplate-6.6.0-r1.ebuild} | 9 ++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.5.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.5.0-r1.ebuild
similarity index 71%
rename from kde-frameworks/ktexttemplate/ktexttemplate-6.5.0.ebuild
rename to kde-frameworks/ktexttemplate/ktexttemplate-6.5.0-r1.ebuild
index a468032b52b3..92a7f50783d0 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.5.0.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.5.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="true"
 PVCUT=$(ver_cut 1-2)
 QTMIN=6.6.2
-inherit ecm frameworks.kde.org
+inherit ecm flag-o-matic frameworks.kde.org
 
 DESCRIPTION="Library to allow separating the structure of documents from data they contain"
 
@@ -20,3 +20,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="test? ( dev-qt/qttools:6[linguist] )"
+
+src_configure() {
+	# https://gcc.gnu.org/PR116783
+	use arm64 && append-flags $(test-flags-CXX -mno-late-ldp-fusion)
+
+	ecm_src_configure
+}

diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild
similarity index 71%
rename from kde-frameworks/ktexttemplate/ktexttemplate-6.6.0.ebuild
rename to kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild
index b263f3a5bf2c..dfea9e5b3516 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="true"
 PVCUT=$(ver_cut 1-2)
 QTMIN=6.6.2
-inherit ecm frameworks.kde.org
+inherit ecm flag-o-matic frameworks.kde.org
 
 DESCRIPTION="Library to allow separating the structure of documents from data they contain"
 
@@ -20,3 +20,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="test? ( dev-qt/qttools:6[linguist] )"
+
+src_configure() {
+	# https://gcc.gnu.org/PR116783
+	use arm64 && append-flags $(test-flags-CXX -mno-late-ldp-fusion)
+
+	ecm_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexttemplate/
@ 2024-10-04 20:27 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-10-04 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     e408ee312c2cacf25ce1202982d6826b4b25f8ae
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 20:24:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 20:24:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e408ee31

kde-frameworks/ktexttemplate: Stabilize 6.6.0-r1 amd64, #940668

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

 kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild
index dfea9e5b3516..393405ac91e4 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit ecm flag-o-matic frameworks.kde.org
 DESCRIPTION="Library to allow separating the structure of documents from data they contain"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexttemplate/
@ 2024-10-09  7:03 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-10-09  7:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b17f5c23e4a3430879390adeea7c20c1ff6110a6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 07:00:38 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 07:00:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17f5c23

kde-frameworks/ktexttemplate: Stabilize 6.6.0-r1 arm64, #940668

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

 kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild
index 393405ac91e4..92a7f50783d0 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.6.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit ecm flag-o-matic frameworks.kde.org
 DESCRIPTION="Library to allow separating the structure of documents from data they contain"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexttemplate/
@ 2024-11-29 14:30 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-11-29 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b1905a9dd47943f4d52b284f394a82588f837bd9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 14:29:52 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 14:29:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1905a9d

kde-frameworks/ktexttemplate: Stabilize 6.7.0 arm64, #941978

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

 kde-frameworks/ktexttemplate/ktexttemplate-6.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.7.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.7.0.ebuild
index 393405ac91e4..92a7f50783d0 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.7.0.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.7.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm flag-o-matic frameworks.kde.org
 DESCRIPTION="Library to allow separating the structure of documents from data they contain"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexttemplate/
@ 2025-02-07 20:51 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2025-02-07 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ddacd7a686ad618c514ae4a395caaabf68230b17
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 20:48:49 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 20:48:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddacd7a6

kde-frameworks/ktexttemplate: Stabilize 6.10.0 arm64, #949237

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

 kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild
index 5044e9573e5a..ddf7f399461a 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm flag-o-matic frameworks.kde.org
 DESCRIPTION="Library to allow separating the structure of documents from data they contain"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexttemplate/
@ 2025-02-07 21:16 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2025-02-07 21:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6b7aed011ebe3608808749638245767dad09e0f3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 20:51:46 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 21:16:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7aed01

kde-frameworks/ktexttemplate: Stabilize 6.10.0 amd64, #949237

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

 kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild
index ddf7f399461a..011a8f8f3a58 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm flag-o-matic frameworks.kde.org
 DESCRIPTION="Library to allow separating the structure of documents from data they contain"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexttemplate/
@ 2025-02-24  0:00 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2025-02-24  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     f7a08ae86150a1a36ce22d20c413fa352d6ceb58
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 23:59:46 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 23:59:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a08ae8

kde-frameworks/ktexttemplate: drop obsolete GCC workaround

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

 kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild | 9 +--------
 kde-frameworks/ktexttemplate/ktexttemplate-6.11.0.ebuild | 9 +--------
 2 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild
index 011a8f8f3a58..894e02762ad7 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.10.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 ECM_TEST="true"
 QTMIN=6.7.2
-inherit ecm flag-o-matic frameworks.kde.org
+inherit ecm frameworks.kde.org
 
 DESCRIPTION="Library to allow separating the structure of documents from data they contain"
 
@@ -19,10 +19,3 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="test? ( dev-qt/qttools:6[linguist] )"
-
-src_configure() {
-	# https://gcc.gnu.org/PR116783
-	use arm64 && append-flags $(test-flags-CXX -mno-late-ldp-fusion)
-
-	ecm_src_configure
-}

diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-6.11.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-6.11.0.ebuild
index 5044e9573e5a..8db5f706a38b 100644
--- a/kde-frameworks/ktexttemplate/ktexttemplate-6.11.0.ebuild
+++ b/kde-frameworks/ktexttemplate/ktexttemplate-6.11.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 ECM_TEST="true"
 QTMIN=6.7.2
-inherit ecm flag-o-matic frameworks.kde.org
+inherit ecm frameworks.kde.org
 
 DESCRIPTION="Library to allow separating the structure of documents from data they contain"
 
@@ -19,10 +19,3 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="test? ( dev-qt/qttools:6[linguist] )"
-
-src_configure() {
-	# https://gcc.gnu.org/PR116783
-	use arm64 && append-flags $(test-flags-CXX -mno-late-ldp-fusion)
-
-	ecm_src_configure
-}


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

end of thread, other threads:[~2025-02-24  0:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 20:27 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexttemplate/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24  0:00 Sam James
2025-02-07 21:16 Arthur Zamarin
2025-02-07 20:51 Arthur Zamarin
2024-11-29 14:30 Arthur Zamarin
2024-10-09  7:03 Arthur Zamarin
2024-09-20 22:09 Sam James

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