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 7CA8F158021 for ; Mon, 26 Dec 2022 10:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B00ADE0993; Mon, 26 Dec 2022 10:17:34 +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 969F4E0993 for ; Mon, 26 Dec 2022 10:17:34 +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 C0FB3341076 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 E28FC7F5 for ; Mon, 26 Dec 2022 10:17:30 +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: <1672049838.9febdf00a3f3c4566d1bf02f255e769c686ccf08.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kimap2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/kimap2/kimap2-0.3.0.ebuild X-VCS-Directories: net-libs/kimap2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9febdf00a3f3c4566d1bf02f255e769c686ccf08 X-VCS-Branch: master Date: Mon, 26 Dec 2022 10:17:30 +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: c0fc3652-85c4-4f62-8a7e-2d0c2439a473 X-Archives-Hash: de3d4fdf647ca53af2f51449cd80641e commit: 9febdf00a3f3c4566d1bf02f255e769c686ccf08 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 26 10:00:24 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 26 10:17:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9febdf00 net-libs/kimap2: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/kimap2/kimap2-0.3.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net-libs/kimap2/kimap2-0.3.0.ebuild b/net-libs/kimap2/kimap2-0.3.0.ebuild index 77a3df3a9035..e16ddaddf0d3 100644 --- a/net-libs/kimap2/kimap2-0.3.0.ebuild +++ b/net-libs/kimap2/kimap2-0.3.0.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 KFMIN=5.60.0 QTMIN=5.12.3 inherit ecm kde.org -DESCRIPTION="Library for interacting with IMAP servers - successor of kimap" +DESCRIPTION="Next-generation IMAP library" +HOMEPAGE="https://invent.kde.org/pim/kimap2" SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="LGPL-2+" @@ -23,4 +24,4 @@ DEPEND=" " RDEPEND="${DEPEND}" -RESTRICT+=" test" +RESTRICT="test"