* [gentoo-commits] proj/qt:master commit in: dev-qt/qt5compat/
@ 2022-04-25 9:59 Jimi Huotari
0 siblings, 0 replies; 5+ messages in thread
From: Jimi Huotari @ 2022-04-25 9:59 UTC (permalink / raw
To: gentoo-commits
commit: 8629652b47f5ea7e28bd842644c3d59c3c3b9deb
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 09:56:24 2022 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 09:58:03 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8629652b
dev-qt/qt5compat: new package
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
dev-qt/qt5compat/Manifest | 1 +
dev-qt/qt5compat/metadata.xml | 17 +++++++++++++++++
dev-qt/qt5compat/qt5compat-6.3.0.ebuild | 18 ++++++++++++++++++
dev-qt/qt5compat/qt5compat-6.3.9999.ebuild | 18 ++++++++++++++++++
dev-qt/qt5compat/qt5compat-6.9999.ebuild | 18 ++++++++++++++++++
5 files changed, 72 insertions(+)
diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest
new file mode 100644
index 00000000..61cf4994
--- /dev/null
+++ b/dev-qt/qt5compat/Manifest
@@ -0,0 +1 @@
+DIST qt5compat-everywhere-src-6.3.0.tar.xz 8198576 BLAKE2B 999c9a631f07ca7cc17d60b56163bcab862816ffb5941efe094a8914f83e3f74854771cf9a1afe6b19b92d41bfc3fcd9945bdb888ec34443eccb0f7858062602 SHA512 c6476bc2e0f5aed728c00ffd19c72c1bfe8f63893f86599584a89c60c213e262b170727771c5e1c3226856939282e727af220a12620933a2886b0816a0bb78e6
diff --git a/dev-qt/qt5compat/metadata.xml b/dev-qt/qt5compat/metadata.xml
new file mode 100644
index 00000000..32568f62
--- /dev/null
+++ b/dev-qt/qt5compat/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>qt@gentoo.org</email>
+ <name>Gentoo Qt Project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://bugreports.qt.io/</bugs-to>
+ <doc>https://doc.qt.io/</doc>
+ </upstream>
+ <slots>
+ <subslots>
+ Must only be used by packages that are known to use private parts of the Qt API.
+ </subslots>
+ </slots>
+</pkgmetadata>
diff --git a/dev-qt/qt5compat/qt5compat-6.3.0.ebuild b/dev-qt/qt5compat/qt5compat-6.3.0.ebuild
new file mode 100644
index 00000000..7b839e61
--- /dev/null
+++ b/dev-qt/qt5compat/qt5compat-6.3.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Qt module containing the unsupported Qt 5 APIs"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64"
+fi
+
+DEPEND="
+ =dev-qt/qtbase-${PV}*[gui,network,xml]
+ =dev-qt/qtdeclarative-${PV}*
+"
+RDEPEND="${DEPEND}"
diff --git a/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild b/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild
new file mode 100644
index 00000000..7b839e61
--- /dev/null
+++ b/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Qt module containing the unsupported Qt 5 APIs"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64"
+fi
+
+DEPEND="
+ =dev-qt/qtbase-${PV}*[gui,network,xml]
+ =dev-qt/qtdeclarative-${PV}*
+"
+RDEPEND="${DEPEND}"
diff --git a/dev-qt/qt5compat/qt5compat-6.9999.ebuild b/dev-qt/qt5compat/qt5compat-6.9999.ebuild
new file mode 100644
index 00000000..7b839e61
--- /dev/null
+++ b/dev-qt/qt5compat/qt5compat-6.9999.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Qt module containing the unsupported Qt 5 APIs"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64"
+fi
+
+DEPEND="
+ =dev-qt/qtbase-${PV}*[gui,network,xml]
+ =dev-qt/qtdeclarative-${PV}*
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qt5compat/
@ 2022-05-25 22:03 Jimi Huotari
0 siblings, 0 replies; 5+ messages in thread
From: Jimi Huotari @ 2022-05-25 22:03 UTC (permalink / raw
To: gentoo-commits
commit: bd39a594502db456d12f891e68d1f6bc3a9d60ee
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 21:41:21 2022 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed May 25 22:02:25 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=bd39a594
dev-qt/qt5compat: remove qtbase[xml] references from 6.3.* for now
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
dev-qt/qt5compat/qt5compat-6.3.0.ebuild | 2 +-
dev-qt/qt5compat/qt5compat-6.3.9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qt5compat/qt5compat-6.3.0.ebuild b/dev-qt/qt5compat/qt5compat-6.3.0.ebuild
index 7b839e61..2bf0684e 100644
--- a/dev-qt/qt5compat/qt5compat-6.3.0.ebuild
+++ b/dev-qt/qt5compat/qt5compat-6.3.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then
fi
DEPEND="
- =dev-qt/qtbase-${PV}*[gui,network,xml]
+ =dev-qt/qtbase-${PV}*[gui,network]
=dev-qt/qtdeclarative-${PV}*
"
RDEPEND="${DEPEND}"
diff --git a/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild b/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild
index 7b839e61..2bf0684e 100644
--- a/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild
+++ b/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then
fi
DEPEND="
- =dev-qt/qtbase-${PV}*[gui,network,xml]
+ =dev-qt/qtbase-${PV}*[gui,network]
=dev-qt/qtdeclarative-${PV}*
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qt5compat/
@ 2022-09-24 17:03 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2022-09-24 17:03 UTC (permalink / raw
To: gentoo-commits
commit: cdef9b73a410174b7fe0c4e0f28ee4b812834dd2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 14:41:50 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 14:41:50 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=cdef9b73
dev-qt/qt5compat: drop 6.3.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qt5compat/Manifest | 1 -
dev-qt/qt5compat/qt5compat-6.3.2.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest
deleted file mode 100644
index 1b89d952..00000000
--- a/dev-qt/qt5compat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qt5compat-everywhere-src-6.3.2.tar.xz 8194996 BLAKE2B cd874a41dc667f8d8e970c962c8475d41139081c8587249204779800bb7e50cf6f33e024cc43a9ab67ff5ae37536ca01e1365c2bca449ae53586b8d410d9b8cc SHA512 12407b27871a3972e3400d9832e454ea221fd18f6c5ce19be8084d085c148d70097b5de8fcedf2a53777b38ce9511f215e56dc145a618e472ceb2caf584c689e
diff --git a/dev-qt/qt5compat/qt5compat-6.3.2.ebuild b/dev-qt/qt5compat/qt5compat-6.3.2.ebuild
deleted file mode 100644
index 2bf0684e..00000000
--- a/dev-qt/qt5compat/qt5compat-6.3.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt module containing the unsupported Qt 5 APIs"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
-fi
-
-DEPEND="
- =dev-qt/qtbase-${PV}*[gui,network]
- =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qt5compat/
@ 2022-09-24 21:24 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2022-09-24 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 9baf734fd39cdf1822180150374d471d3fe8f5c0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 20:24:53 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 20:24:53 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9baf734f
dev-qt/qt5compat: drop 6.3.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qt5compat/qt5compat-6.3.9999.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild b/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild
deleted file mode 100644
index 2bf0684e..00000000
--- a/dev-qt/qt5compat/qt5compat-6.3.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt module containing the unsupported Qt 5 APIs"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
-fi
-
-DEPEND="
- =dev-qt/qtbase-${PV}*[gui,network]
- =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-qt/qt5compat/
@ 2022-11-05 16:39 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2022-11-05 16:39 UTC (permalink / raw
To: gentoo-commits
commit: f98732a2e98ed2f167e29effc1aabf3ac0e2cf83
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 5 09:07:21 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 5 09:07:21 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f98732a2
dev-qt/qt5compat: drop 6.4.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qt5compat/Manifest | 1 -
dev-qt/qt5compat/qt5compat-6.4.0.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest
deleted file mode 100644
index 105809d9..00000000
--- a/dev-qt/qt5compat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qt5compat-everywhere-src-6.4.0.tar.xz 14641720 BLAKE2B abed031d736e2f05856a02e96251bf77c12823866c722247360a19d592a71e52a2fb5bac121baa91dd264806fff6b2230d41ab92346ee92c4fcef7607838d4a0 SHA512 d14ebf4ed6061b7154fdd67ac71849bcfb109c9911dcc9279c01bf07b6f58cf26a882f16be6228040e6465345259a16be2296481c2129c88710fa7b4da747ba5
diff --git a/dev-qt/qt5compat/qt5compat-6.4.0.ebuild b/dev-qt/qt5compat/qt5compat-6.4.0.ebuild
deleted file mode 100644
index 2bf0684e..00000000
--- a/dev-qt/qt5compat/qt5compat-6.4.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Qt module containing the unsupported Qt 5 APIs"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
-fi
-
-DEPEND="
- =dev-qt/qtbase-${PV}*[gui,network]
- =dev-qt/qtdeclarative-${PV}*
-"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-05 16:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-05 16:39 [gentoo-commits] proj/qt:master commit in: dev-qt/qt5compat/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2022-09-24 21:24 Andreas Sturmlechner
2022-09-24 17:03 Andreas Sturmlechner
2022-05-25 22:03 Jimi Huotari
2022-04-25 9:59 Jimi Huotari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox