summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-25 00:50:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-25 02:26:02 +0100
commit0baca0e3645a9753cd0edf89e4315444e81f7cb8 (patch)
treede7115089b38eec2c6236244aeac24690ef1d63d /kde-misc
parentkde-misc/kio-locate: Fix dependencies, switch to ecm.eclass (diff)
downloadgentoo-0baca0e3645a9753cd0edf89e4315444e81f7cb8.tar.gz
gentoo-0baca0e3645a9753cd0edf89e4315444e81f7cb8.tar.bz2
gentoo-0baca0e3645a9753cd0edf89e4315444e81f7cb8.zip
kde-misc/kio-locate: Drop 0.5.3-r2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/kio-locate/kio-locate-0.5.3-r2.ebuild31
1 files changed, 0 insertions, 31 deletions
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
deleted file mode 100644
index dcfec179e885..000000000000
--- a/kde-misc/kio-locate/kio-locate-0.5.3-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
-"