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 264EC158015 for ; Sat, 23 Dec 2023 18:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E07C2BC0A5; Sat, 23 Dec 2023 18:30:48 +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 569F82BC0A5 for ; Sat, 23 Dec 2023 18:30:48 +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 A360D3406C2 for ; Sat, 23 Dec 2023 18:30:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D31E14C5 for ; Sat, 23 Dec 2023 18:30:44 +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: <1703356182.4f009f90b723825f8157a092c330430d0c98ce28.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma5support/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma5support/Manifest kde-plasma/plasma5support/metadata.xml kde-plasma/plasma5support/plasma5support-5.91.0.ebuild X-VCS-Directories: kde-plasma/plasma5support/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4f009f90b723825f8157a092c330430d0c98ce28 X-VCS-Branch: master Date: Sat, 23 Dec 2023 18:30:44 +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: b7b13e63-4ef3-44a5-80cc-e8c316f84c90 X-Archives-Hash: 4502a741e95f049332301b62ce64e8e3 commit: 4f009f90b723825f8157a092c330430d0c98ce28 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 22 20:38:24 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 23 18:29:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f009f90 kde-plasma/plasma5support: 5.91.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma5support/Manifest | 1 + kde-plasma/plasma5support/metadata.xml | 12 ++++++++++ .../plasma5support/plasma5support-5.91.0.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/kde-plasma/plasma5support/Manifest b/kde-plasma/plasma5support/Manifest new file mode 100644 index 000000000000..fc275238d77f --- /dev/null +++ b/kde-plasma/plasma5support/Manifest @@ -0,0 +1 @@ +DIST plasma5support-5.91.0.tar.xz 55344 BLAKE2B 3892b3033736f3f2a30ea737daa22fe350711f2d04bd140af49a5346c710cf241123805c5c4c32f38476d16d862ace29512fd6e1e1f415606aa122085dc5292c SHA512 2b471f5c785a9fc6a592d5eb9d1b06abf501cb532156d96641211bac59a2fd0fb94fe9316411b39e2bca3ad145510e5472886dcd97140bfee39fc9a76b083ab4 diff --git a/kde-plasma/plasma5support/metadata.xml b/kde-plasma/plasma5support/metadata.xml new file mode 100644 index 000000000000..7c7e791bbadc --- /dev/null +++ b/kde-plasma/plasma5support/metadata.xml @@ -0,0 +1,12 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + https://bugs.kde.org/ + plasma/plasma5support + + diff --git a/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild b/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild new file mode 100644 index 000000000000..f0355735bb32 --- /dev/null +++ b/kde-plasma/plasma5support/plasma5support-5.91.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="true" +ECM_TEST="true" +KFMIN=5.247.0 +QTMIN=6.6.0 +inherit ecm plasma.kde.org + +DESCRIPTION="Support components for porting from KF5/Qt5 to KF6/Qt6" + +LICENSE="GPL-2+ LGPL-2+" +SLOT="6" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,sql,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 +" +RDEPEND="${DEPEND}"