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: Sat, 06 May 2017 22:16:35
Message-Id: 1494108955.2c0323a848be9d2f619846892e7555d4c0e81475.asturm@gentoo
1 commit: 2c0323a848be9d2f619846892e7555d4c0e81475
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 6 22:15:55 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:15:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0323a8
7
8 kde-misc/kio-locate: Drop slot 4
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 kde-misc/kio-locate/kio-locate-0.5.3.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/kde-misc/kio-locate/kio-locate-0.5.3.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3.ebuild
16 deleted file mode 100644
17 index 7d650aab7ec..00000000000
18 --- a/kde-misc/kio-locate/kio-locate-0.5.3.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -KDE_LINGUAS="cs de el fr"
27 -KDE_HANDBOOK="optional"
28 -inherit kde4-base
29 -
30 -DESCRIPTION="Locate KIO slave for KDE"
31 -HOMEPAGE="http://www.kde-apps.org/content/show.php/kio-locate?content=120965"
32 -SRC_URI="http://www.kde-apps.org/CONTENT/content-files/120965-${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="4"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE="debug"
38 -
39 -DOCS=( AUTHORS ChangeLog )
40 -PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
41 -
42 -RDEPEND="${RDEPEND}
43 - sys-apps/mlocate
44 -"