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 AA40D158094 for ; Thu, 21 Jul 2022 12:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66160E0B14; Thu, 21 Jul 2022 12:37:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EF86E0B14 for ; Thu, 21 Jul 2022 12:37:54 +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 E8A80340E86 for ; Thu, 21 Jul 2022 12:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F2CD548 for ; Thu, 21 Jul 2022 12:37:51 +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: <1658407062.a80fd3453b1a5f042ee305dad2e525e814731a3d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gopher/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild X-VCS-Directories: kde-misc/kio-gopher/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a80fd3453b1a5f042ee305dad2e525e814731a3d X-VCS-Branch: master Date: Thu, 21 Jul 2022 12:37:51 +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: 2208cdaf-f8c5-4648-8e32-5af394baef0f X-Archives-Hash: 814d1669ec0169f6247c5f0d099747c0 commit: a80fd3453b1a5f042ee305dad2e525e814731a3d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 21 12:37:20 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 21 12:37:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80fd345 kde-misc/kio-gopher: update EAPI 7 -> 8, update DESCRIPTION Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild index 483601d1c3be..2288a4e15463 100644 --- a/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild +++ b/kde-misc/kio-gopher/kio-gopher-0.1.99-r1.ebuild @@ -1,14 +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 ECM_HANDBOOK="forceoptional" KFMIN=5.60.0 QTMIN=5.12.3 inherit ecm kde.org -DESCRIPTION="Gopher Kioslave for Konqueror" +DESCRIPTION="Gopher KIO worker for Konqueror" HOMEPAGE="https://userbase.kde.org/Kio_gopher" SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"