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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2CCD138350 for ; Thu, 23 Apr 2020 22:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44946E0AE2; Thu, 23 Apr 2020 22:07:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B499E0AE2 for ; Thu, 23 Apr 2020 22:07:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32ED134F1AB for ; Thu, 23 Apr 2020 22:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A886F1F3 for ; Thu, 23 Apr 2020 22:07:26 +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: <1587679616.5369d32e386f6d5bd5dc6c08391c307dcafbc583.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-fuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-fuse/Manifest kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild kde-misc/kio-fuse/metadata.xml X-VCS-Directories: kde-misc/kio-fuse/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5369d32e386f6d5bd5dc6c08391c307dcafbc583 X-VCS-Branch: master Date: Thu, 23 Apr 2020 22:07:26 +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: e1ffd757-b7fc-4f37-ac56-59dc9e52bca8 X-Archives-Hash: 97d2df04d714519b2f62398f867c7a07 commit: 5369d32e386f6d5bd5dc6c08391c307dcafbc583 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 23 11:36:04 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 23 22:06:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5369d32e kde-misc/kio-fuse: New package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-fuse/Manifest | 1 + kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild | 32 ++++++++++++++++++++++++++++++++ kde-misc/kio-fuse/metadata.xml | 8 ++++++++ 3 files changed, 41 insertions(+) diff --git a/kde-misc/kio-fuse/Manifest b/kde-misc/kio-fuse/Manifest new file mode 100644 index 00000000000..cd482ddcf47 --- /dev/null +++ b/kde-misc/kio-fuse/Manifest @@ -0,0 +1 @@ +DIST kio-fuse-4.90.0.tar.xz 39064 BLAKE2B 4fefafbb1a3fbc8b5d67bba9cf81f157cf1d2f48443bdcc30237c3c4a230aa60424e01ca9accdd4a2038520c19cbab3272aff96fdb505d2b4e5d8910476ecc8d SHA512 524b9f6559c7f30823a5e2ffddd65a36ea569bbdba493563fcf9e0a038cd897c27cdf0450a932d7307dec663e898c2f693f6ee17a679df8d4ddf566ffcab73ce diff --git a/kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild b/kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild new file mode 100644 index 00000000000..04128b1519a --- /dev/null +++ b/kde-misc/kio-fuse/kio-fuse-4.90.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KFMIN=5.60.0 +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="FUSE interface for KIO" +HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3+" +SLOT="5" +IUSE="" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + sys-fs/fuse:3 +" +RDEPEND="${DEPEND}" diff --git a/kde-misc/kio-fuse/metadata.xml b/kde-misc/kio-fuse/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/kde-misc/kio-fuse/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +