public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jimi Huotari" <chiitoo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt3d/
Date: Wed, 26 Jul 2023 13:31:04 +0000 (UTC)	[thread overview]
Message-ID: <1690378257.7b6bc65cff1c3eecb61fe0b6ce82cd246c5fc4e6.chiitoo@gentoo> (raw)

commit:     7b6bc65cff1c3eecb61fe0b6ce82cd246c5fc4e6
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 13:22:50 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 13:30:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6bc65c

dev-qt/qt3d: drop 6.5.1

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 dev-qt/qt3d/Manifest          |  1 -
 dev-qt/qt3d/qt3d-6.5.1.ebuild | 44 -------------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-qt/qt3d/Manifest b/dev-qt/qt3d/Manifest
index 670c3c256bea..b6c33a0756aa 100644
--- a/dev-qt/qt3d/Manifest
+++ b/dev-qt/qt3d/Manifest
@@ -1,3 +1,2 @@
 DIST qt3d-everywhere-opensource-src-5.15.10.tar.xz 118262456 BLAKE2B eff3ffd0b305e005019ae59c7214f2df12509ce3fe6cde38dc315b8a3062364c714e5b7e3d33fbaa2c7a71ae19077149bbd7e13d49757044c497337ff2c16035 SHA512 6c3d94b02188493567921552e104f407fd92bf2b95acd6c933a9dd214ba7ebc0c1983ffcaefeae63d60131d02651df1da834522628711d36514dc697e7bb885f
-DIST qt3d-everywhere-src-6.5.1.tar.xz 161708832 BLAKE2B b10a61591132d0ad5c6de5a7032ec8a397ff670c0f79376ee6d37dfd9377717912c554fa79637e13f0efe03ef3c003b70424a215cc7bf0f66675a20f05f2293f SHA512 a5b3e4431c8924eb75cd23a806d05334aa9bca884bcbc0973359fb4c79370774fde26ca485826b1aa861362d65b51aafca93a909aed265a59cc0e60d9aceabb3
 DIST qt3d-everywhere-src-6.5.2.tar.xz 161691776 BLAKE2B 0bae744dda45b5af9a0c2dca98d43a2f0376cca018671cd91ffa6add8e7045c2fbcdb08f5a9966e93c70e1976f6e2b1a3670b1de6362fbe4eb7bb7c03d53a22e SHA512 f7bcc09b5c6c01e58b68cb7af67cef5f0477ec3cdcd924fd365b7411b2e5d89c307f29d099289055fb1b04b8237cc87dc071734433fa4d0bbb21eec698ed731a

diff --git a/dev-qt/qt3d/qt3d-6.5.1.ebuild b/dev-qt/qt3d/qt3d-6.5.1.ebuild
deleted file mode 100644
index d62b749fbe0a..000000000000
--- a/dev-qt/qt3d/qt3d-6.5.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="3D rendering module for the Qt6 framework"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-RDEPEND="
-	=dev-qt/qtbase-${PV}*[concurrent,gui,network,opengl,vulkan,widgets]
-	=dev-qt/qtdeclarative-${PV}*[widgets]
-	=dev-qt/qtmultimedia-${PV}*
-	=dev-qt/qtshadertools-${PV}*
-	media-libs/assimp:=
-"
-DEPEND="${RDEPEND}
-	dev-util/vulkan-headers
-"
-
-# No qtgamepad branching since 6.3.
-src_configure() {
-	local mycmakeargs=(
-		-DQT_FEATURE_opengl=ON
-		-DQT_FEATURE_qt3d_animation=ON
-		-DQT_FEATURE_qt3d_extras=ON
-		-DQT_FEATURE_qt3d_input=ON
-		-DQT_FEATURE_qt3d_logic=ON
-		-DQT_FEATURE_qt3d_render=ON
-		-DQT_FEATURE_qt3d_rhi_renderer=ON
-		-DQT_FEATURE_qt3d_system_assimp=ON
-		-DQT_FEATURE_regularexpression=ON
-		-DQT_FEATURE_system_zlib=ON
-		-DQT_FEATURE_vulkan=ON
-	)
-
-	qt6-build_src_configure
-}


             reply	other threads:[~2023-07-26 13:31 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-26 13:31 Jimi Huotari [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-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=1690378257.7b6bc65cff1c3eecb61fe0b6ce82cd246c5fc4e6.chiitoo@gentoo \
    --to=chiitoo@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