summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-21 14:36:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-21 14:37:42 +0200
commit2919e03e4e2bd9b05a8958477f251c55fcb87c29 (patch)
tree7ac5f5274816da13ff8e2f8fed2810e39d49cc93
parentkde-misc/kio-stash: update EAPI 7 -> 8, update DESCRIPTION (diff)
downloadgentoo-2919e03e4e2bd9b05a8958477f251c55fcb87c29.tar.gz
gentoo-2919e03e4e2bd9b05a8958477f251c55fcb87c29.tar.bz2
gentoo-2919e03e4e2bd9b05a8958477f251c55fcb87c29.zip
kde-misc/kio-locate: update EAPI 7 -> 8, update DESCRIPTION
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild18
1 files 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"
+)