From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 5F0F21581FD for ; Fri, 05 Sep 2025 15:19:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 29D02340E18 for ; Fri, 05 Sep 2025 15:19:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CA3FD11056F; Fri, 05 Sep 2025 15:19:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AFEA611056F for ; Fri, 05 Sep 2025 15:19:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EC25340D40 for ; Fri, 05 Sep 2025 15:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C656438C4 for ; Fri, 05 Sep 2025 15:19:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1757085546.1449cab6988498af399fedef7ec218cc94782aaa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kirigami/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kirigami/kirigami-6.16.0.ebuild X-VCS-Directories: kde-frameworks/kirigami/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1449cab6988498af399fedef7ec218cc94782aaa X-VCS-Branch: master Date: Fri, 05 Sep 2025 15:19:26 +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: 5aa8d306-bced-4664-ab9e-17265df76e7f X-Archives-Hash: 6325f92a013f39490543d251fc550010 commit: 1449cab6988498af399fedef7ec218cc94782aaa Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 5 13:17:57 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 5 15:19:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1449cab6 kde-frameworks/kirigami: drop 6.16.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kirigami/kirigami-6.16.0.ebuild | 51 -------------------------- 1 file changed, 51 deletions(-) diff --git a/kde-frameworks/kirigami/kirigami-6.16.0.ebuild b/kde-frameworks/kirigami/kirigami-6.16.0.ebuild deleted file mode 100644 index be60bf2caabb..000000000000 --- a/kde-frameworks/kirigami/kirigami-6.16.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_EXAMPLES="true" -ECM_QTHELP="false" -ECM_TEST="true" -QTMIN=6.7.2 -inherit ecm frameworks.kde.org toolchain-funcs - -DESCRIPTION="Lightweight user interface framework for mobile and convergent applications" -HOMEPAGE="https://community.kde.org/Kirigami" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="openmp" - -# requires package to already be installed -RESTRICT="test" - -# slot op: Uses Qt6::GuiPrivate for qguiapplication_p.h -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,network] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtsvg-${QTMIN}:6 -" -RDEPEND="${DEPEND} - examples? ( - !${CATEGORY}/${PN}:5[examples(-)] - >=dev-qt/qt5compat-${QTMIN}:6[qml] - ) -" -BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]" - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_configure() { - local mycmakeargs=( - -DBUILD_EXAMPLES=$(usex examples) - $(cmake_use_find_package openmp OpenMP) - ) - - ecm_src_configure -}