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 6E95115807A for ; Tue, 8 Oct 2024 15:36:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EA72E2A0E; Tue, 8 Oct 2024 15:36:12 +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 72FA7E2A0C for ; Tue, 8 Oct 2024 15:36:12 +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 8FA013431B4 for ; Tue, 8 Oct 2024 15:36:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2588C27E0 for ; Tue, 8 Oct 2024 15:36:08 +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: <1728401721.5184421be8c714195bfa3fcd6e0a9fe111583bfb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plymouth-kcm/Manifest kde-plasma/plymouth-kcm/plymouth-kcm-6.2.0.ebuild X-VCS-Directories: kde-plasma/plymouth-kcm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5184421be8c714195bfa3fcd6e0a9fe111583bfb X-VCS-Branch: master Date: Tue, 8 Oct 2024 15:36:08 +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: c49d80a8-4da4-4af8-aa71-c6b6a40bf1c5 X-Archives-Hash: 0c9e4364c7ed8d2d6c209e15d8a70bf0 commit: 5184421be8c714195bfa3fcd6e0a9fe111583bfb Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 8 15:26:36 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 8 15:35:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5184421b kde-plasma/plymouth-kcm: 6.2.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plymouth-kcm/Manifest | 1 + kde-plasma/plymouth-kcm/plymouth-kcm-6.2.0.ebuild | 36 +++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/kde-plasma/plymouth-kcm/Manifest b/kde-plasma/plymouth-kcm/Manifest index e4c9dde470b3..152071961dfa 100644 --- a/kde-plasma/plymouth-kcm/Manifest +++ b/kde-plasma/plymouth-kcm/Manifest @@ -1 +1,2 @@ DIST plymouth-kcm-6.1.5.tar.xz 46576 BLAKE2B 76a4647343ac22cf13e2101b2a37a4605bda7602fb90132ced6ea7c2ebb2a061f6a9d923d1cf248d95b07fb664b27a7aef32a31adc682387f52fe367aff49d64 SHA512 609997981ed905226af62cac55d523864133e73949458334b358426514d65d0d0a2b809049dea08da20426d9318a22e0327a9334a1004d8a59e6592485993ad4 +DIST plymouth-kcm-6.2.0.tar.xz 47488 BLAKE2B ce27655c56ec074bced7ab5ca300caaaea30eb55a12e341fc7d31f3d6366b224620e8c5e5fe971fd9e0ab5ffb03db2dde35f36eaf4af9866f83fc8d016da3b3f SHA512 8ea82128a4529c6cd18869876522c31fdc262e1e9d86150cf00178d95469c15775fd786b62726d9298e03129707f9dedf58da5e9ffe49bf4190dce101dd68639 diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.0.ebuild b/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.0.ebuild new file mode 100644 index 000000000000..177b37eaa698 --- /dev/null +++ b/kde-plasma/plymouth-kcm/plymouth-kcm-6.2.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.6.0 +PVCUT=$(ver_cut 1-3) +QTMIN=6.7.2 +inherit ecm plasma.kde.org + +DESCRIPTION="KDE Plasma control module for Plymouth" +HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm" + +LICENSE="GPL-2+" +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kauth-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/knewstuff-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + sys-boot/plymouth +" +RDEPEND="${DEPEND} + >=kde-frameworks/kcmutils-${KFMIN}:6 + >=kde-frameworks/kirigami-${KFMIN}:6 +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"