Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-locate/
Date: Wed, 25 Dec 2019 01:27:52
Message-Id: 1577237161.172be659961282141dcf97631f5d221057d5a0b1.asturm@gentoo
1 commit: 172be659961282141dcf97631f5d221057d5a0b1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 24 23:50:03 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 01:26:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172be659
7
8 kde-misc/kio-locate: Fix dependencies, switch to ecm.eclass
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild | 39 ++++++++++++++++++++++++++
14 1 file changed, 39 insertions(+)
15
16 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
17 new file mode 100644
18 index 00000000000..785b50d3006
19 --- /dev/null
20 +++ b/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild
21 @@ -0,0 +1,39 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +ECM_HANDBOOK="forceoptional" # not optional until !kdelibs4support
28 +inherit ecm
29 +
30 +DESCRIPTION="Locate KIO slave"
31 +HOMEPAGE="https://www.linux-apps.com/content/show.php/kio-locate?content=120965"
32 +SRC_URI="https://dl.opendesktop.org/api/files/download/id/1460972255/120965-${P}.tar.gz"
33 +# See also: https://github.com/reporter123/kio-locate/commits/master
34 +
35 +LICENSE="GPL-2"
36 +SLOT="5"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE="debug"
39 +
40 +PATCHES=(
41 + "${FILESDIR}/${P}-gcc-4.7.patch"
42 + "${FILESDIR}/${P}-kf5port.patch"
43 +)
44 +
45 +DEPEND="
46 + dev-qt/qtgui:5
47 + dev-qt/qtwidgets:5
48 + kde-frameworks/kcompletion:5
49 + kde-frameworks/kconfig:5
50 + kde-frameworks/kconfigwidgets:5
51 + kde-frameworks/kcoreaddons:5
52 + kde-frameworks/kdelibs4support:5
53 + kde-frameworks/ki18n:5
54 + kde-frameworks/kiconthemes:5
55 + kde-frameworks/kio:5
56 + kde-frameworks/kwidgetsaddons:5
57 +"
58 +RDEPEND="${DEPEND}
59 + sys-apps/mlocate
60 +"