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:54
Message-Id: 1577237162.0baca0e3645a9753cd0edf89e4315444e81f7cb8.asturm@gentoo
1 commit: 0baca0e3645a9753cd0edf89e4315444e81f7cb8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 24 23:50:56 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 01:26:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0baca0e3
7
8 kde-misc/kio-locate: Drop 0.5.3-r2
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-r2.ebuild | 31 --------------------------
14 1 file changed, 31 deletions(-)
15
16 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
17 deleted file mode 100644
18 index dcfec179e88..00000000000
19 --- a/kde-misc/kio-locate/kio-locate-0.5.3-r2.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -KDE_HANDBOOK="forceoptional" # not optional until !kdelibs4support
28 -inherit kde5
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 -KEYWORDS="~amd64 ~x86"
37 -IUSE="debug"
38 -
39 -PATCHES=(
40 - "${FILESDIR}/${P}-gcc-4.7.patch"
41 - "${FILESDIR}/${P}-kf5port.patch"
42 -)
43 -
44 -DEPEND="
45 - $(add_frameworks_dep kcoreaddons)
46 - $(add_frameworks_dep kdelibs4support)
47 - $(add_frameworks_dep solid)
48 - $(add_qt_dep qtwidgets)
49 -"
50 -RDEPEND="${DEPEND}
51 - sys-apps/mlocate
52 -"