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 2E0CC158020 for ; Mon, 26 Dec 2022 10:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 253ECE09A2; Mon, 26 Dec 2022 10:17:35 +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 0CBFFE09A5 for ; Mon, 26 Dec 2022 10:17:35 +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 E79343410A3 for ; Mon, 26 Dec 2022 10:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 156127F9 for ; Mon, 26 Dec 2022 10:17:31 +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: <1672049839.538359c43b176b856b4f1b8c8dc1813246900a7a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kdav2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/kdav2/kdav2-0.3.0.ebuild X-VCS-Directories: net-libs/kdav2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 538359c43b176b856b4f1b8c8dc1813246900a7a X-VCS-Branch: master Date: Mon, 26 Dec 2022 10:17:31 +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: 2b39239c-59c8-471f-9264-686e9f4fc846 X-Archives-Hash: 8955b261690ea54d66e8d51ae87347fc commit: 538359c43b176b856b4f1b8c8dc1813246900a7a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 26 10:08:04 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 26 10:17:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538359c4 net-libs/kdav2: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/kdav2/kdav2-0.3.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net-libs/kdav2/kdav2-0.3.0.ebuild b/net-libs/kdav2/kdav2-0.3.0.ebuild index 3d3b2cb1a8d5..907cb559ad1d 100644 --- a/net-libs/kdav2/kdav2-0.3.0.ebuild +++ b/net-libs/kdav2/kdav2-0.3.0.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 ECM_TEST="forceoptional" KFMIN=5.60.0 QTMIN=5.12.3 inherit ecm kde.org -DESCRIPTION="KJob based DAV protocol implementation" +DESCRIPTION="DAV protocol implementation with KJobs" +HOMEPAGE="https://invent.kde.org/pim/kdav2" SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2+" @@ -16,7 +17,7 @@ SLOT="5" KEYWORDS="~amd64" # bug 803524 -RESTRICT+=" test" +RESTRICT="test" DEPEND=" >=dev-qt/qtgui-${QTMIN}:5