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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 227CC158042 for ; Mon, 11 Nov 2024 19:04:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A6A8E087D; Mon, 11 Nov 2024 19:04:05 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3534CE087D for ; Mon, 11 Nov 2024 19:04:05 +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 6CCA4335C36 for ; Mon, 11 Nov 2024 19:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDBDB1A26 for ; Mon, 11 Nov 2024 19:04:02 +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: <1731351809.15ecca61640074c38625efd2444a04eb6845ae04.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/kio-admin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/kio-admin/Manifest app-admin/kio-admin/kio-admin-24.08.3.ebuild app-admin/kio-admin/metadata.xml X-VCS-Directories: app-admin/kio-admin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 15ecca61640074c38625efd2444a04eb6845ae04 X-VCS-Branch: master Date: Mon, 11 Nov 2024 19:04:02 +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: 5d1c1204-aa73-4293-a8d5-887dcd58494e X-Archives-Hash: 8e49972a0ddfb6dc679e39a3f3b51685 commit: 15ecca61640074c38625efd2444a04eb6845ae04 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 11 19:00:16 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 11 19:03:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ecca61 app-admin/kio-admin: new package, add 24.08.3 Thanks-to: Alfred Wingate protonmail.com> Bug: https://bugs.gentoo.org/910187 Signed-off-by: Andreas Sturmlechner gentoo.org> app-admin/kio-admin/Manifest | 1 + app-admin/kio-admin/kio-admin-24.08.3.ebuild | 25 +++++++++++++++++++++++++ app-admin/kio-admin/metadata.xml | 12 ++++++++++++ 3 files changed, 38 insertions(+) diff --git a/app-admin/kio-admin/Manifest b/app-admin/kio-admin/Manifest new file mode 100644 index 000000000000..10fd990bc699 --- /dev/null +++ b/app-admin/kio-admin/Manifest @@ -0,0 +1 @@ +DIST kio-admin-24.08.3.tar.xz 38688 BLAKE2B ededa0da867c76e45efec80d60e8f4c720fe7fa663d574dd910a35d5f7b77e8b8b5d23f0322b2f635dc34f7318351400e9c9f9e032f014a68ec3ecbf86f4054b SHA512 d357ce492798cbcc1f91933c0ded5c3d1c80c9fdb9d53a7e9c98038cf87825ccc10608c763e66b46410508d9afb52a9f93623e4dcad647657d0c5237395dc1b1 diff --git a/app-admin/kio-admin/kio-admin-24.08.3.ebuild b/app-admin/kio-admin/kio-admin-24.08.3.ebuild new file mode 100644 index 000000000000..2b9319ce0e21 --- /dev/null +++ b/app-admin/kio-admin/kio-admin-24.08.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_CATEGORY="system" +KFMIN=6.5.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="Manage files as administrator using the admin:// KIO protocol" +HOMEPAGE="https://invent.kde.org/system/kio-admin" + +LICENSE="BSD CC0-1.0 FSFAP GPL-2 GPL-3" +SLOT="6" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=sys-auth/polkit-qt-0.175[qt6(+)] +" +RDEPEND="${DEPEND}" diff --git a/app-admin/kio-admin/metadata.xml b/app-admin/kio-admin/metadata.xml new file mode 100644 index 000000000000..82c35741c1e7 --- /dev/null +++ b/app-admin/kio-admin/metadata.xml @@ -0,0 +1,12 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + https://bugs.kde.org/enter_bug.cgi?product=kio-admin + system/kio-admin + +