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"
+)

Reply via email to