From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9ABAC15800A for ; Wed, 26 Jul 2023 13:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1010E095A; Wed, 26 Jul 2023 13:31:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA83FE0958 for ; Wed, 26 Jul 2023 13:31:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17B5E340FCB for ; Wed, 26 Jul 2023 13:31:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F4C6DDA for ; Wed, 26 Jul 2023 13:31:04 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1690378256.0f2dff12df680aa30e56607784b7178cc742a4e1.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtquick3d/Manifest dev-qt/qtquick3d/qtquick3d-6.5.1.ebuild X-VCS-Directories: dev-qt/qtquick3d/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 0f2dff12df680aa30e56607784b7178cc742a4e1 X-VCS-Branch: master Date: Wed, 26 Jul 2023 13:31:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ebab511c-d427-4bc2-b58b-9ceea94c093f X-Archives-Hash: e0b68c1e5aaa7d3e0d765f5c5aae5b1a commit: 0f2dff12df680aa30e56607784b7178cc742a4e1 Author: Jimi Huotari gentoo org> AuthorDate: Wed Jul 26 13:21:56 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Jul 26 13:30:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2dff12 dev-qt/qtquick3d: drop 6.5.1 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtquick3d/Manifest | 1 - dev-qt/qtquick3d/qtquick3d-6.5.1.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-qt/qtquick3d/Manifest b/dev-qt/qtquick3d/Manifest index 7e9a011927a8..baad9a0b992a 100644 --- a/dev-qt/qtquick3d/Manifest +++ b/dev-qt/qtquick3d/Manifest @@ -1,2 +1 @@ -DIST qtquick3d-everywhere-src-6.5.1.tar.xz 59685252 BLAKE2B 96b47efee68a21602a861017dd99c2ada50ff66728cb3940b2d432f6d46d2afc12064e9370f79df1fd2760cc4ba5329e9305ed88a192376daddc33e9330a426c SHA512 a06ac092d923e103ca2902f363a1a47c7696ba3b356f61473d8b461ef3663aad80c8fbc8a22efd04def76ce2a7b7a3a16b7be5a9f9f58f198b18ee27d2f913e8 DIST qtquick3d-everywhere-src-6.5.2.tar.xz 59171420 BLAKE2B 91012368061acf6c4057362a380fea2e3fdc46cf63644a667d7b05450fbbeb8c8dae3765c5617fec8c8a1fd3f880fad21c8e6524c3240f040c9dfdbb80869423 SHA512 2a26f4fa4e4d88b4205813a8bba1c83811354e5ad5e7aa832fd46c5956b46d15e690c359d83f85018c1430e15edd151207411a50227855de4fc8451db710ace2 diff --git a/dev-qt/qtquick3d/qtquick3d-6.5.1.ebuild b/dev-qt/qtquick3d/qtquick3d-6.5.1.ebuild deleted file mode 100644 index 92a82e63dc8d..000000000000 --- a/dev-qt/qtquick3d/qtquick3d-6.5.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qt6-build - -DESCRIPTION="Qt module and API for defining 3D content in Qt QuickTools" - -if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -elif [[ ${QT6_BUILD_TYPE} == live ]]; then - # Don't clone qtquick3d-assimp. - EGIT_SUBMODULES=() -fi - -DEPEND=" - =dev-qt/qtbase-${PV}*[concurrent,network,widgets] - =dev-qt/qtdeclarative-${PV}* - =dev-qt/qtshadertools-${PV}* - =dev-qt/qtquicktimeline-${PV}* - media-libs/assimp:= -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DQT_FEATURE_system_assimp=ON - ) - - qt6-build_src_configure -}