summaryrefslogtreecommitdiff
path: root/kde-frameworks/kconfig/kconfig-5.3.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kconfig/kconfig-5.3.0.ebuild')
-rw-r--r--kde-frameworks/kconfig/kconfig-5.3.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/kconfig/kconfig-5.3.0.ebuild b/kde-frameworks/kconfig/kconfig-5.3.0.ebuild
deleted file mode 100644
index ddcd95b2417..00000000000
--- a/kde-frameworks/kconfig/kconfig-5.3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for reading and writing configuration"
-LICENSE="LGPL-2+"
-KEYWORDS=" ~amd64"
-IUSE="nls"
-
-RDEPEND="
- dev-qt/qtgui:5
- dev-qt/qtxml:5
-"
-DEPEND="${RDEPEND}
- nls? ( dev-qt/linguist-tools:5 )
- test? ( dev-qt/qtconcurrent:5 )
-"
-
-DOCS=( DESIGN docs/DESIGN.kconfig docs/options.md )