From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1420455-garchives=archives.gentoo.org@lists.gentoo.org> 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 DB550158094 for <garchives@archives.gentoo.org>; Thu, 21 Jul 2022 12:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09DE2E0B11; 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 DB52EE0B11 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jul 2022 12:37:53 +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 D49BE340E7A for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jul 2022 12:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CB80545 for <gentoo-commits@lists.gentoo.org>; Thu, 21 Jul 2022 12:37:51 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1658407062.2919e03e4e2bd9b05a8958477f251c55fcb87c29.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-locate/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild X-VCS-Directories: kde-misc/kio-locate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2919e03e4e2bd9b05a8958477f251c55fcb87c29 X-VCS-Branch: master Date: Thu, 21 Jul 2022 12:37:51 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc35a1ab-0cf0-4d8e-b6cf-e1491b98dc2e X-Archives-Hash: 1bb038593e474aef68d45a7f18e3f5eb commit: 2919e03e4e2bd9b05a8958477f251c55fcb87c29 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jul 21 12:36:03 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Jul 21 12:37:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2919e03e kde-misc/kio-locate: update EAPI 7 -> 8, update DESCRIPTION Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild index 3173e06cc4d1..09421ff4075b 100644 --- a/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild +++ b/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild @@ -1,12 +1,12 @@ -# 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" # not optional until !kdelibs4support inherit ecm -DESCRIPTION="Locate KIO slave" +DESCRIPTION="KIO worker for the locate command" HOMEPAGE="https://www.linux-apps.com/content/show.php/kio-locate?content=120965" SRC_URI="https://dl.opendesktop.org/api/files/download/id/1460972255/120965-${P}.tar.gz" # See also: https://github.com/reporter123/kio-locate/commits/master @@ -14,12 +14,7 @@ SRC_URI="https://dl.opendesktop.org/api/files/download/id/1460972255/120965-${P} LICENSE="GPL-2" SLOT="5" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="debug" - -PATCHES=( - "${FILESDIR}/${P}-gcc-4.7.patch" - "${FILESDIR}/${P}-kf5port.patch" -) +IUSE="" DEPEND=" dev-qt/qtgui:5 @@ -37,3 +32,8 @@ DEPEND=" RDEPEND="${DEPEND} sys-apps/mlocate " + +PATCHES=( + "${FILESDIR}/${P}-gcc-4.7.patch" + "${FILESDIR}/${P}-kf5port.patch" +)