diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-14 18:55:37 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-14 18:55:37 +0000 |
commit | a03928a7c3f15379e09df5af0f9d5893c238b54e (patch) | |
tree | b637817f2b6195d6a8205368a2ad2ec5cf63e8b3 /kde-frameworks/kconfig | |
parent | Version bump. (diff) | |
download | gentoo-2-a03928a7c3f15379e09df5af0f9d5893c238b54e.tar.gz gentoo-2-a03928a7c3f15379e09df5af0f9d5893c238b54e.tar.bz2 gentoo-2-a03928a7c3f15379e09df5af0f9d5893c238b54e.zip |
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-frameworks/kconfig')
-rw-r--r-- | kde-frameworks/kconfig/ChangeLog | 5 | ||||
-rw-r--r-- | kde-frameworks/kconfig/kconfig-5.3.0.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/kde-frameworks/kconfig/ChangeLog b/kde-frameworks/kconfig/ChangeLog index d9460b0edb97..148bf2f2ef3f 100644 --- a/kde-frameworks/kconfig/ChangeLog +++ b/kde-frameworks/kconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-frameworks/kconfig # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kconfig/ChangeLog,v 1.2 2014/11/14 11:01:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kconfig/ChangeLog,v 1.3 2014/11/14 18:55:35 mrueg Exp $ + + 14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -kconfig-5.3.0.ebuild: + Cleanup old. *kconfig-5.4.0 (14 Nov 2014) 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 9a82de01dd92..000000000000 --- 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: /var/cvsroot/gentoo-x86/kde-frameworks/kconfig/kconfig-5.3.0.ebuild,v 1.1 2014/10/15 13:29:46 kensington Exp $ - -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 ) |