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 1EF15158089 for ; Thu, 19 Oct 2023 15:12:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A2942BC19B; Thu, 19 Oct 2023 15:12:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD9EF2BC19B for ; Thu, 19 Oct 2023 15:12:17 +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 1B330335CB4 for ; Thu, 19 Oct 2023 15:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D905B4E for ; Thu, 19 Oct 2023 15:12:15 +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: <1697728254.6fe6c3117ab1368f51ae0db1449e37b34ecbc3a0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kdeclarative/Manifest kde-frameworks/kdeclarative/kdeclarative-5.111.0.ebuild X-VCS-Directories: kde-frameworks/kdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6fe6c3117ab1368f51ae0db1449e37b34ecbc3a0 X-VCS-Branch: master Date: Thu, 19 Oct 2023 15:12:15 +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: 559eaad0-5f3f-40b1-bfd3-87cc304866ad X-Archives-Hash: e97f31b76ee16b85055ef390ac90f18c commit: 6fe6c3117ab1368f51ae0db1449e37b34ecbc3a0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 14:33:29 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 15:10:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe6c311 kde-frameworks/kdeclarative: 5.111.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.111.0.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index c47672be6651..b9a176e9b12e 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1 +1,2 @@ DIST kdeclarative-5.110.0.tar.xz 2492408 BLAKE2B 567edcc67c6d119028797178c36f30ebb7f6abac71b3e720ad1fb3326b2fb4a6a5270a3325c74c80432155b558b824c726ace4bcf332fbe6a402f7a2475b3fca SHA512 0f853cb23ab8d6f57614136e3f33306e040350f84fb0cc917273ffa2011542b2a5f60ca039fe596728f84cca727e37bef4b5fec82d287decdd9b8ab87342ec2a +DIST kdeclarative-5.111.0.tar.xz 2492200 BLAKE2B cdaa723d4033e2f34350fbb536bba54e0013cd3dfefba09afb18d4820c3d44f5521d26e1f3e13c0842eeb90fd4b8ea8f4d9243cfca67ce92a5717ec0b00d7e83 SHA512 7142680a0691e590af46b67e09f7e2cde7cafa399647ff0d4f62c7bdd68e0224f3a5eb5a1e56c3ab2ef38b1b2df8909ce66ba90586ff40650a9773086ce4122f diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.111.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.111.0.ebuild new file mode 100644 index 000000000000..85ccd4687e1a --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.111.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/kguiaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +"