commit: 378a2ff0bbaccf0ff3328df07493256915fc3cfc Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 21 18:31:22 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jul 21 18:51:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378a2ff0
kde-misc/kio-locate: EAPI-7 bump, drop obsolete blocker Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-misc/kio-locate/kio-locate-0.5.3-r2.ebuild | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/kde-misc/kio-locate/kio-locate-0.5.3-r2.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3-r2.ebuild new file mode 100644 index 00000000000..dcfec179e88 --- /dev/null +++ b/kde-misc/kio-locate/kio-locate-0.5.3-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" # not optional until !kdelibs4support +inherit kde5 + +DESCRIPTION="Locate KIO slave" +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 + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +PATCHES=( + "${FILESDIR}/${P}-gcc-4.7.patch" + "${FILESDIR}/${P}-kf5port.patch" +) + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep solid) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + sys-apps/mlocate +"
