summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-09-28 19:52:30 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-09-28 19:53:16 +1000
commit73067d6f8980b5a75e93e6bd037cbb2d12c74bd6 (patch)
tree4b0e596a2a71a442b4f4df50886640aa1fc1baad /kde-frameworks/krunner/krunner-5.25.0.ebuild
parentkde-frameworks/kwallet: Add missing boost header (diff)
downloadgentoo-73067d6f8980b5a75e93e6bd037cbb2d12c74bd6.tar.gz
gentoo-73067d6f8980b5a75e93e6bd037cbb2d12c74bd6.tar.bz2
gentoo-73067d6f8980b5a75e93e6bd037cbb2d12c74bd6.zip
kde-frameworks: remove 5.25.0
Package-Manager: portage-2.3.1
Diffstat (limited to 'kde-frameworks/krunner/krunner-5.25.0.ebuild')
-rw-r--r--kde-frameworks/krunner/krunner-5.25.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-frameworks/krunner/krunner-5.25.0.ebuild b/kde-frameworks/krunner/krunner-5.25.0.ebuild
deleted file mode 100644
index d69de57e723e..000000000000
--- a/kde-frameworks/krunner/krunner-5.25.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for providing different actions given a string query"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep plasma)
- $(add_frameworks_dep solid)
- $(add_frameworks_dep threadweaver)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
- !<kde-apps/kapptemplate-15.12.3-r1:5
-"