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 CEDCB158095 for ; Mon, 22 Aug 2022 20:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03C08E0967; Mon, 22 Aug 2022 20:13:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59E2CE0967 for ; Mon, 22 Aug 2022 20:12:59 +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 7BE67340DEC for ; Mon, 22 Aug 2022 20:12:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3F725A0 for ; Mon, 22 Aug 2022 20:12:55 +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: <1661199079.d0c258347b61e23581c245f47c8817a8872ee834.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdf/Manifest kde-apps/kdf/kdf-22.08.0.ebuild X-VCS-Directories: kde-apps/kdf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d0c258347b61e23581c245f47c8817a8872ee834 X-VCS-Branch: master Date: Mon, 22 Aug 2022 20:12:55 +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: d43b82ef-17b7-4b17-abab-4cc0f847946d X-Archives-Hash: b782d38998a2535039d5d75e6cf3f64b commit: d0c258347b61e23581c245f47c8817a8872ee834 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 22 18:32:02 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 22 20:11:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c25834 kde-apps/kdf: 22.08.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdf/Manifest | 1 + kde-apps/kdf/kdf-22.08.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/kde-apps/kdf/Manifest b/kde-apps/kdf/Manifest index bcc12c753723..c10e86780517 100644 --- a/kde-apps/kdf/Manifest +++ b/kde-apps/kdf/Manifest @@ -1 +1,2 @@ DIST kdf-22.04.3.tar.xz 476968 BLAKE2B 2e6247e3f4034105c6e767cfb615237338fc9b478d0d139227fbce65f4b472757fe24fe2e975b17672f8915d59938981e814122ec268360d50603ec5a5ce6c3d SHA512 0e26bea23dd900923037a359aaa75329e4109062215d7490455e1622c5cfc794949e0b11060f97428b1f4c3af01b360e04628753dbfbb2b29bf0f9dcdf8f3d38 +DIST kdf-22.08.0.tar.xz 477272 BLAKE2B 3af58a458394305838e457d7e3a6ad20f5c762c161865ffc5db3277d55c116fa7468df79a457aaa75d2a9bf4340978529b47fc69f2660e7cbb64637d1a72c0bd SHA512 79faf5eb88637fb916cbffb2dcf5c3e3be4adbf962b60b4c2432962832a621cf197021a6c783969326862ee7dfd6cf984500332d938e214eacc2fcf870516c33 diff --git a/kde-apps/kdf/kdf-22.08.0.ebuild b/kde-apps/kdf/kdf-22.08.0.ebuild new file mode 100644 index 000000000000..696f63fd05d5 --- /dev/null +++ b/kde-apps/kdf/kdf-22.08.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +KFMIN=5.96.0 +QTMIN=5.15.5 +inherit ecm gear.kde.org + +DESCRIPTION="KDE free disk space utility" +HOMEPAGE="https://apps.kde.org/kdf/ https://utils.kde.org/projects/kdf/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 +" +RDEPEND="${DEPEND}"