From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt3d/
Date: Mon, 02 Jun 2025 15:19:28 +0000 (UTC) [thread overview]
Message-ID: <1748877247.3fed04e05770c7218e5fd7fba33ba9d262ae6f8f.asturm@gentoo> (raw)
commit: 3fed04e05770c7218e5fd7fba33ba9d262ae6f8f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 20:23:15 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 15:14:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fed04e0
dev-qt/qt3d: drop 5.15.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qt3d/Manifest | 1 -
dev-qt/qt3d/metadata.xml | 1 -
dev-qt/qt3d/qt3d-5.15.16.ebuild | 44 -----------------------------------------
3 files changed, 46 deletions(-)
diff --git a/dev-qt/qt3d/Manifest b/dev-qt/qt3d/Manifest
index 673894eba1e4..cbf386edc0a1 100644
--- a/dev-qt/qt3d/Manifest
+++ b/dev-qt/qt3d/Manifest
@@ -1,4 +1,3 @@
-DIST qt3d-everywhere-opensource-src-5.15.16.tar.xz 118265056 BLAKE2B b5a20f20e8f8a1dbb25fa370d5f02b104e2b3b4902f1f58596cd2d0d2a4ddda67dcaaa9ccd865f7474e1b66bb506f5eeb687fbedbc796a1da7ff95b407566ec9 SHA512 bdb13bd73a8b706eae8ad07d506ca21469a138dadb47b604a23ebe4640b593cba1353efa081a51a6d869a3d75e1b2b25c432bc7bc4621991f2fd2f5d18914fc6
DIST qt3d-everywhere-src-6.8.2.tar.xz 141821364 BLAKE2B f7f6384110bd8808abb2cb17d05e6a2cb2556afb1e630531c08c20ab1b938d9c511264d7eab610b515a62ef7f4c8aed9cfc8a2801e900d163d84bb1f935876e7 SHA512 e873547bb8ed350e146ce081e3c08f5593ad33e977aad1d933089e287826c81033972cb6428c7f54cbee50c438ceab31181f64b99ada77382875b5053f00ca0d
DIST qt3d-everywhere-src-6.8.3.tar.xz 141825440 BLAKE2B cb3416dc9364c9c90515e56881f5c0cfbcbbbfd0fd56153f24d69ae3789f0a507ce387fbd480cf127c4169c234052cfadc438771a99e65632e069310ad6cdd2a SHA512 8316fbe5a39bc5113da4759e195a55c57d8340021a39576939c0a4a604f47b4edb3c0206f914d4a3177ff09471d1f3475ffc4c2fa935ed8d98a166e310bc78b4
DIST qt3d-everywhere-src-6.9.0.tar.xz 141826404 BLAKE2B f1a83884aa14d9f08381e1d97e0a0877665aa273d5f5f5927a758096da0939fe0ea47e1907cc8c032e47636cc25d450f86635092a4dc237354a0660dfd10d5d2 SHA512 f4e7d5d2f7615447b2283ff7dd04d9cd21110e854c48271b343e2ed196843c73b72c2649641c30b386b798b1dbab4df6494eb40f7c7b009a9eac921bc39f85ed
diff --git a/dev-qt/qt3d/metadata.xml b/dev-qt/qt3d/metadata.xml
index 12e16d119066..e109b370a32c 100644
--- a/dev-qt/qt3d/metadata.xml
+++ b/dev-qt/qt3d/metadata.xml
@@ -6,7 +6,6 @@
<name>Gentoo Qt Project</name>
</maintainer>
<use>
- <flag name="gamepad">Add support for gamepad hardware via <pkg>dev-qt/qtgamepad</pkg></flag>
<flag name="qml">Build QML/QtQuick bindings</flag>
</use>
<upstream>
diff --git a/dev-qt/qt3d/qt3d-5.15.16.ebuild b/dev-qt/qt3d/qt3d-5.15.16.ebuild
deleted file mode 100644
index 268e053052df..000000000000
--- a/dev-qt/qt3d/qt3d-5.15.16.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} != *9999* ]]; then
- KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-fi
-inherit qt5-build
-
-DESCRIPTION="3D rendering module for the Qt5 framework"
-
-# TODO: tools
-IUSE="gamepad gles2-only qml vulkan"
-
-RDEPEND="
- =dev-qt/qtconcurrent-${QT5_PV}*
- =dev-qt/qtcore-${QT5_PV}*
- =dev-qt/qtgui-${QT5_PV}*:5=[vulkan=]
- =dev-qt/qtnetwork-${QT5_PV}*
- >=media-libs/assimp-4.0.0:=
- gamepad? ( =dev-qt/qtgamepad-${QT5_PV}* )
- qml? ( =dev-qt/qtdeclarative-${QT5_PV}*[gles2-only=] )
-"
-DEPEND="${RDEPEND}
- vulkan? ( dev-util/vulkan-headers )
-"
-
-src_prepare() {
- rm -r src/3rdparty/assimp/src/{code,contrib,include} || die
-
- qt_use_disable_mod gamepad gamepad src/input/frontend/frontend.pri
- qt_use_disable_mod qml quick src/src.pro
-
- qt5-build_src_prepare
-}
-
-src_configure() {
- local myqmakeargs=(
- --
- -system-assimp
- )
- qt5-build_src_configure
-}
next reply other threads:[~2025-06-02 15:20 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-02 15:19 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-20 1:15 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt3d/ Ionen Wolkens
2025-06-28 2:47 Sam James
2025-01-06 7:08 WANG Xuerui
2025-01-06 7:08 WANG Xuerui
2024-11-02 14:10 Arthur Zamarin
2024-09-03 7:44 Ionen Wolkens
2024-07-08 11:16 Arthur Zamarin
2024-07-08 10:09 Sam James
2024-06-08 5:27 Arthur Zamarin
2024-05-28 18:56 Arthur Zamarin
2024-05-17 5:49 Ionen Wolkens
2024-05-16 15:36 Arthur Zamarin
2024-04-13 17:50 Arthur Zamarin
2024-03-28 4:03 Yixun Lan
2024-03-27 12:44 Arthur Zamarin
2024-03-26 18:46 Arthur Zamarin
2023-09-26 19:48 Ionen Wolkens
2023-09-15 4:49 Sam James
2023-09-09 16:22 Ionen Wolkens
2023-09-05 13:05 Ionen Wolkens
2023-09-05 13:05 Ionen Wolkens
2023-07-26 13:31 Jimi Huotari
2023-07-20 19:41 Jimi Huotari
2023-06-10 13:33 Jimi Huotari
2023-05-23 2:52 Sam James
2023-01-09 11:13 Andreas Sturmlechner
2022-07-04 17:58 Arthur Zamarin
2022-06-14 17:32 Andreas Sturmlechner
2022-06-03 12:34 Joonas Niilola
2022-04-17 19:29 Sam James
2022-03-30 22:01 Yixun Lan
2022-02-25 18:53 Arthur Zamarin
2021-12-24 23:19 Andreas Sturmlechner
2021-12-16 12:29 Andreas Sturmlechner
2021-12-15 23:38 Sam James
2021-12-15 14:46 Jakov Smolić
2021-12-15 13:41 Jakov Smolić
2021-12-10 13:19 Andreas Sturmlechner
2021-10-16 8:20 Andreas Sturmlechner
2021-09-30 18:20 Sam James
2021-08-26 9:34 Andreas Sturmlechner
2021-08-25 14:36 Andreas Sturmlechner
2020-10-12 16:15 Andreas Sturmlechner
2018-10-16 16:09 Mikle Kolyada
2017-06-11 12:38 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1748877247.3fed04e05770c7218e5fd7fba33ba9d262ae6f8f.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox