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/kconfigwidgets/kconfigwidgets-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/kconfigwidgets/kconfigwidgets-5.25.0.ebuild')
-rw-r--r--kde-frameworks/kconfigwidgets/kconfigwidgets-5.25.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.25.0.ebuild b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.25.0.ebuild
deleted file mode 100644
index 08368d3ac0d7..000000000000
--- a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.25.0.ebuild
+++ /dev/null
@@ -1,38 +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 providing an assortment of configuration-related widgets"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+man"
-
-RDEPEND="
- $(add_frameworks_dep kauth)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- !<kde-frameworks/kdelibs4support-5.3.0:5
-"
-DEPEND="${RDEPEND}
- man? ( $(add_frameworks_dep kdoctools) )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package man KF5DocTools)
- )
-
- kde5_src_configure
-}