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 EFB7F15800A for ; Tue, 1 Aug 2023 10:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24315E0E01; Tue, 1 Aug 2023 10:58:21 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A788AE0E04 for ; Tue, 1 Aug 2023 10:58:20 +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 B9E233407E6 for ; Tue, 1 Aug 2023 10:58:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E281EB0 for ; Tue, 1 Aug 2023 10:58:17 +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: <1690887453.c0db0b691788ae8e03f600f43d8256d73d786e36.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-sdk/Manifest kde-plasma/plasma-sdk/plasma-sdk-5.27.7.ebuild X-VCS-Directories: kde-plasma/plasma-sdk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c0db0b691788ae8e03f600f43d8256d73d786e36 X-VCS-Branch: master Date: Tue, 1 Aug 2023 10:58:17 +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: 4d6c941e-b921-41f9-ac47-531c79003e69 X-Archives-Hash: fd81a2f9115d3d4c142861a987801603 commit: c0db0b691788ae8e03f600f43d8256d73d786e36 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 1 10:07:16 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 1 10:57:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0db0b69 kde-plasma/plasma-sdk: 5.27.7 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-sdk/Manifest | 1 + kde-plasma/plasma-sdk/plasma-sdk-5.27.7.ebuild | 45 ++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/kde-plasma/plasma-sdk/Manifest b/kde-plasma/plasma-sdk/Manifest index 5d73d271e7ac..96fb902d526c 100644 --- a/kde-plasma/plasma-sdk/Manifest +++ b/kde-plasma/plasma-sdk/Manifest @@ -1 +1,2 @@ DIST plasma-sdk-5.27.6.1.tar.xz 321916 BLAKE2B 1494e009ee70257540af2f356824adb6447e0b46bae27e1228674265a209f40fbc502a20ccab500e26ab9259b0fa07915e473f387e30e4c547902b42c35b52c8 SHA512 bd61118d32ca080dffea914514cba7ab9b77249c6af5ef82ff754741aff562db4a0c5384ad03d0ab73588f145ae3708b880ba6d087267d8881d463a702b27cbc +DIST plasma-sdk-5.27.7.tar.xz 320904 BLAKE2B c1c9122ffc7d64ad8e6743b2698b10a417cfe729947ba084f75907e818782878ea6d82c4f660fe7883ec35a4601797dcb62eda8e1674c2713d1cf440ea9f395f SHA512 b0eb88de804f00fd14e981557e1d1e916b4c54bfc68e75f5890bd1feb742dfbf0a8e4b7d7b43983a7e3b7b473bc960d54bad15b03709873996af1b9e02d97c2b diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.ebuild new file mode 100644 index 000000000000..c54dad68faa1 --- /dev/null +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.27.7.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="optional" +KFMIN=5.106.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.9 +inherit ecm plasma.kde.org + +DESCRIPTION="Useful applications for Plasma development" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kpackage-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + >=kde-frameworks/ktexteditor-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/plasma-${KFMIN}:5 +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 +"