summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kconfig')
-rw-r--r--kde-frameworks/kconfig/ChangeLog5
-rw-r--r--kde-frameworks/kconfig/kconfig-5.10.0.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/kde-frameworks/kconfig/ChangeLog b/kde-frameworks/kconfig/ChangeLog
index f87447fb4c8c..194c0d2a98d9 100644
--- a/kde-frameworks/kconfig/ChangeLog
+++ b/kde-frameworks/kconfig/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-frameworks/kconfig
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kconfig/ChangeLog,v 1.15 2015/06/15 18:35:10 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kconfig/ChangeLog,v 1.16 2015/06/26 20:06:30 johu Exp $
+
+ 26 Jun 2015; Johannes Huber <johu@gentoo.org> -kconfig-5.10.0.ebuild:
+ Remove KDE Frameworks 5.10.0
*kconfig-5.11.0 (15 Jun 2015)
diff --git a/kde-frameworks/kconfig/kconfig-5.10.0.ebuild b/kde-frameworks/kconfig/kconfig-5.10.0.ebuild
deleted file mode 100644
index 93715ca4fadb..000000000000
--- a/kde-frameworks/kconfig/kconfig-5.10.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kconfig/kconfig-5.10.0.ebuild,v 1.1 2015/05/09 10:36:07 mrueg Exp $
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for reading and writing configuration"
-LICENSE="LGPL-2+"
-KEYWORDS=" ~amd64 ~x86"
-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 )