* [gentoo-commits] proj/qt:master commit in: dev-qt/qtxml/
@ 2016-07-13 17:33 Davide Pesavento
0 siblings, 0 replies; 7+ messages in thread
From: Davide Pesavento @ 2016-07-13 17:33 UTC (permalink / raw
To: gentoo-commits
commit: 65685055a722a1e0c97732ea9cab81a2c23f7b76
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 17:26:37 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 17:26:37 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=65685055
dev-qt/qtxml: update DESCRIPTION
Package-Manager: portage-2.3.0
dev-qt/qtxml/qtxml-5.6.9999.ebuild | 2 +-
dev-qt/qtxml/qtxml-5.7.0.ebuild | 2 +-
dev-qt/qtxml/qtxml-5.7.9999.ebuild | 2 +-
dev-qt/qtxml/qtxml-5.9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-qt/qtxml/qtxml-5.6.9999.ebuild b/dev-qt/qtxml/qtxml-5.6.9999.ebuild
index 7a281cb..b92cc54 100644
--- a/dev-qt/qtxml/qtxml-5.6.9999.ebuild
+++ b/dev-qt/qtxml/qtxml-5.6.9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
QT5_MODULE="qtbase"
inherit qt5-build
-DESCRIPTION="SAX and DOM implementation library for the Qt5 framework"
+DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
diff --git a/dev-qt/qtxml/qtxml-5.7.0.ebuild b/dev-qt/qtxml/qtxml-5.7.0.ebuild
index 7a281cb..b92cc54 100644
--- a/dev-qt/qtxml/qtxml-5.7.0.ebuild
+++ b/dev-qt/qtxml/qtxml-5.7.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
QT5_MODULE="qtbase"
inherit qt5-build
-DESCRIPTION="SAX and DOM implementation library for the Qt5 framework"
+DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
diff --git a/dev-qt/qtxml/qtxml-5.7.9999.ebuild b/dev-qt/qtxml/qtxml-5.7.9999.ebuild
index 7a281cb..b92cc54 100644
--- a/dev-qt/qtxml/qtxml-5.7.9999.ebuild
+++ b/dev-qt/qtxml/qtxml-5.7.9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
QT5_MODULE="qtbase"
inherit qt5-build
-DESCRIPTION="SAX and DOM implementation library for the Qt5 framework"
+DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
diff --git a/dev-qt/qtxml/qtxml-5.9999.ebuild b/dev-qt/qtxml/qtxml-5.9999.ebuild
index 7a281cb..b92cc54 100644
--- a/dev-qt/qtxml/qtxml-5.9999.ebuild
+++ b/dev-qt/qtxml/qtxml-5.9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
QT5_MODULE="qtbase"
inherit qt5-build
-DESCRIPTION="SAX and DOM implementation library for the Qt5 framework"
+DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtxml/
@ 2018-02-02 11:54 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2018-02-02 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 053c9d72c3210d4951ee52f1d5543aafd512b04b
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 06:45:58 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 2 11:53:56 2018 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=053c9d72
dev-qt/qtxml: add QT5_GENTOO_PRIVATE_CONFIG
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-qt/qtxml/qtxml-5.10.0.ebuild | 6 +++++-
dev-qt/qtxml/qtxml-5.10.9999.ebuild | 6 +++++-
dev-qt/qtxml/qtxml-5.11.9999.ebuild | 4 ++++
dev-qt/qtxml/qtxml-5.9.4.ebuild | 4 ++++
dev-qt/qtxml/qtxml-5.9.9999.ebuild | 6 +++++-
dev-qt/qtxml/qtxml-5.9999.ebuild | 6 +++++-
6 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/dev-qt/qtxml/qtxml-5.10.0.ebuild b/dev-qt/qtxml/qtxml-5.10.0.ebuild
index d19aa52b..3ea4d2e7 100644
--- a/dev-qt/qtxml/qtxml-5.10.0.ebuild
+++ b/dev-qt/qtxml/qtxml-5.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,3 +23,7 @@ DEPEND="${RDEPEND}
QT5_TARGET_SUBDIRS=(
src/xml
)
+
+QT5_GENTOO_PRIVATE_CONFIG=(
+ :xml
+)
diff --git a/dev-qt/qtxml/qtxml-5.10.9999.ebuild b/dev-qt/qtxml/qtxml-5.10.9999.ebuild
index d19aa52b..3ea4d2e7 100644
--- a/dev-qt/qtxml/qtxml-5.10.9999.ebuild
+++ b/dev-qt/qtxml/qtxml-5.10.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,3 +23,7 @@ DEPEND="${RDEPEND}
QT5_TARGET_SUBDIRS=(
src/xml
)
+
+QT5_GENTOO_PRIVATE_CONFIG=(
+ :xml
+)
diff --git a/dev-qt/qtxml/qtxml-5.11.9999.ebuild b/dev-qt/qtxml/qtxml-5.11.9999.ebuild
index 410c43cf..3ea4d2e7 100644
--- a/dev-qt/qtxml/qtxml-5.11.9999.ebuild
+++ b/dev-qt/qtxml/qtxml-5.11.9999.ebuild
@@ -23,3 +23,7 @@ DEPEND="${RDEPEND}
QT5_TARGET_SUBDIRS=(
src/xml
)
+
+QT5_GENTOO_PRIVATE_CONFIG=(
+ :xml
+)
diff --git a/dev-qt/qtxml/qtxml-5.9.4.ebuild b/dev-qt/qtxml/qtxml-5.9.4.ebuild
index 410c43cf..3ea4d2e7 100644
--- a/dev-qt/qtxml/qtxml-5.9.4.ebuild
+++ b/dev-qt/qtxml/qtxml-5.9.4.ebuild
@@ -23,3 +23,7 @@ DEPEND="${RDEPEND}
QT5_TARGET_SUBDIRS=(
src/xml
)
+
+QT5_GENTOO_PRIVATE_CONFIG=(
+ :xml
+)
diff --git a/dev-qt/qtxml/qtxml-5.9.9999.ebuild b/dev-qt/qtxml/qtxml-5.9.9999.ebuild
index d19aa52b..3ea4d2e7 100644
--- a/dev-qt/qtxml/qtxml-5.9.9999.ebuild
+++ b/dev-qt/qtxml/qtxml-5.9.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,3 +23,7 @@ DEPEND="${RDEPEND}
QT5_TARGET_SUBDIRS=(
src/xml
)
+
+QT5_GENTOO_PRIVATE_CONFIG=(
+ :xml
+)
diff --git a/dev-qt/qtxml/qtxml-5.9999.ebuild b/dev-qt/qtxml/qtxml-5.9999.ebuild
index d19aa52b..3ea4d2e7 100644
--- a/dev-qt/qtxml/qtxml-5.9999.ebuild
+++ b/dev-qt/qtxml/qtxml-5.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,3 +23,7 @@ DEPEND="${RDEPEND}
QT5_TARGET_SUBDIRS=(
src/xml
)
+
+QT5_GENTOO_PRIVATE_CONFIG=(
+ :xml
+)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtxml/
@ 2021-08-20 12:36 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2021-08-20 12:36 UTC (permalink / raw
To: gentoo-commits
commit: 29260208ae06a797d2064ca7108e59d9e02e79d1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 18:38:05 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 20 12:34:11 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=29260208
dev-qt/qtxml: EAPI-8 bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtxml/qtxml-5.15.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtxml/qtxml-5.15.9999.ebuild b/dev-qt/qtxml/qtxml-5.15.9999.ebuild
index c3e18a4b..3dd9b80b 100644
--- a/dev-qt/qtxml/qtxml-5.15.9999.ebuild
+++ b/dev-qt/qtxml/qtxml-5.15.9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
QT5_MODULE="qtbase"
inherit qt5-build
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtxml/
@ 2022-03-04 9:51 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2022-03-04 9:51 UTC (permalink / raw
To: gentoo-commits
commit: 235bc60bfc2bedcf2501be894cf37a0a038218c3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 4 09:39:43 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 09:39:43 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=235bc60b
dev-qt/qtxml: Rebased to 5.15.3 branch
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtxml/{qtxml-5.15.2.9999.ebuild => qtxml-5.15.3.9999.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-qt/qtxml/qtxml-5.15.2.9999.ebuild b/dev-qt/qtxml/qtxml-5.15.3.9999.ebuild
similarity index 100%
rename from dev-qt/qtxml/qtxml-5.15.2.9999.ebuild
rename to dev-qt/qtxml/qtxml-5.15.3.9999.ebuild
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtxml/
@ 2022-05-14 21:15 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2022-05-14 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 941c4e51a3e34dc705528ba71b3b8c307e19b269
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 21:08:30 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 14 21:14:28 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=941c4e51
dev-qt/qtxml: Rebased to 5.15.4 branch
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtxml/{qtxml-5.15.3.9999.ebuild => qtxml-5.15.4.9999.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtxml/qtxml-5.15.3.9999.ebuild b/dev-qt/qtxml/qtxml-5.15.4.9999.ebuild
similarity index 92%
rename from dev-qt/qtxml/qtxml-5.15.3.9999.ebuild
rename to dev-qt/qtxml/qtxml-5.15.4.9999.ebuild
index b42fafa9..659ef74a 100644
--- a/dev-qt/qtxml/qtxml-5.15.3.9999.ebuild
+++ b/dev-qt/qtxml/qtxml-5.15.4.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtxml/
@ 2022-05-20 6:46 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2022-05-20 6:46 UTC (permalink / raw
To: gentoo-commits
commit: 98549fea7d7061f99bbde1c4560657aaafe51eaa
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 05:04:54 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 20 06:35:57 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=98549fea
dev-qt/qtxml: keyword 5.15.3 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtxml/qtxml-5.15.4.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtxml/qtxml-5.15.4.9999.ebuild b/dev-qt/qtxml/qtxml-5.15.4.9999.ebuild
index 659ef74a..e60a8b99 100644
--- a/dev-qt/qtxml/qtxml-5.15.4.9999.ebuild
+++ b/dev-qt/qtxml/qtxml-5.15.4.9999.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
IUSE=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtxml/
@ 2023-12-30 14:03 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2023-12-30 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 2acd86bd7ed89dec469d12a1d8a728099030888e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 14:02:53 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 14:02:53 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2acd86bd
dev-qt/qtxml: Rebased to 5.15.12 branch
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtxml/{qtxml-5.15.11.9999.ebuild => qtxml-5.15.12.9999.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-qt/qtxml/qtxml-5.15.11.9999.ebuild b/dev-qt/qtxml/qtxml-5.15.12.9999.ebuild
similarity index 100%
rename from dev-qt/qtxml/qtxml-5.15.11.9999.ebuild
rename to dev-qt/qtxml/qtxml-5.15.12.9999.ebuild
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-12-30 14:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-20 6:46 [gentoo-commits] proj/qt:master commit in: dev-qt/qtxml/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2023-12-30 14:03 Andreas Sturmlechner
2022-05-14 21:15 Andreas Sturmlechner
2022-03-04 9:51 Andreas Sturmlechner
2021-08-20 12:36 Andreas Sturmlechner
2018-02-02 11:54 Michael Palimaka
2016-07-13 17:33 Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox