From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt3d/
Date: Tue, 14 Jun 2022 17:32:08 +0000 (UTC) [thread overview]
Message-ID: <1655227903.e19eca5b819a6d07779ed1df529c27e957f229db.asturm@gentoo> (raw)
commit: e19eca5b819a6d07779ed1df529c27e957f229db
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 16:08:24 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 17:31:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19eca5b
dev-qt/qt3d: Drop 5.15.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qt3d/Manifest | 2 --
dev-qt/qt3d/qt3d-5.15.3-r1.ebuild | 46 ---------------------------------------
2 files changed, 48 deletions(-)
diff --git a/dev-qt/qt3d/Manifest b/dev-qt/qt3d/Manifest
index 15ea39d7096d..86ced51fc17c 100644
--- a/dev-qt/qt3d/Manifest
+++ b/dev-qt/qt3d/Manifest
@@ -1,4 +1,2 @@
-DIST qt3d-5.15.3-gentoo-kde-1.tar.xz 19244 BLAKE2B 3274f171719204af30272e4c20fd509f180a48bd7f179d1656dfc2d638154ed51efc0952c371e6ca707e035142ab0d1e074f4587ca47673673150265f88305fd SHA512 d453cc8eb91214165c3257fa9379efcd1f2c3e4c605895df82366006a9405b37a1222f93334e7925aebf27c5118d576e0ab1b3e24d27aef68cc51f114bc9fbfc
DIST qt3d-5.15.4-gentoo-kde-1.tar.xz 18844 BLAKE2B 2ed592d7bbf5bb4c0adee70ac74fd46207e78e769b19d083d6317d1d561618135769914ac8b4e9d266c28b09764e89fe5dbbe2237c81ff48b27efff99a0ee5a1 SHA512 bca5329a68a1ffc5b679db847a1b327e746170fb194a091feb1a61dbf6fe30b3af1cf9c9c57a3a1b16c6af4a0529bbb309eb2bd269613d65f666203164562cd4
-DIST qt3d-everywhere-opensource-src-5.15.3.tar.xz 81930768 BLAKE2B 4ead826b786074993b8c536b4b7c8d781126d402ea55da116201b3d1ea859c83b9d46618b7705b14371064fc41d8aa249efbc5db62f0e9e88fb1424c03bc7a45 SHA512 1fa644ef53923b194efd2296c1505e2193897057774411b1bc50651c2fc4e781e427de13cdc4c1c770294a39d06f8e7360353361c75222c0eb457b560943d97c
DIST qt3d-everywhere-opensource-src-5.15.4.tar.xz 81923836 BLAKE2B 60ca6a00bec8c20e1b2c209e4d15dd5b2e836eb578c98a90dbf02db89d5fc07642106cc0248a1fb356694793f5fdb5e3b6ab9898bc4e87730c379cbd3d1d8a48 SHA512 cb2ea961109a153e78147450310408f4f573186d12412ebdd71511eb273ca78113d3aede583ec8aa44fe19f5268bb6fab3386c5501142ad6a22e10890ce52f62
diff --git a/dev-qt/qt3d/qt3d-5.15.3-r1.ebuild b/dev-qt/qt3d/qt3d-5.15.3-r1.ebuild
deleted file mode 100644
index 0b8ba72cc7f2..000000000000
--- a/dev-qt/qt3d/qt3d-5.15.3-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QT5_KDEPATCHSET_REV=1
-inherit qt5-build
-
-DESCRIPTION="3D rendering module for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-fi
-
-# 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/{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:[~2022-06-14 17:32 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-14 17:32 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-06 7:08 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt3d/ 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-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=1655227903.e19eca5b819a6d07779ed1df529c27e957f229db.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