diff options
author | 2015-02-20 23:54:22 +0000 | |
---|---|---|
committer | 2015-02-20 23:54:22 +0000 | |
commit | ca73a8199fd4c1116262b6bd4c27b9a38128a806 (patch) | |
tree | e1d20c28a61908ebc1f7f2d75c4a00e499744b42 /kde-frameworks/kplotting | |
parent | Remove old. (diff) | |
download | gentoo-2-ca73a8199fd4c1116262b6bd4c27b9a38128a806.tar.gz gentoo-2-ca73a8199fd4c1116262b6bd4c27b9a38128a806.tar.bz2 gentoo-2-ca73a8199fd4c1116262b6bd4c27b9a38128a806.zip |
Remove KDE Frameworks 5.6.0
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/ChangeLog | 5 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.6.0.ebuild | 19 |
2 files changed, 4 insertions, 20 deletions
diff --git a/kde-frameworks/kplotting/ChangeLog b/kde-frameworks/kplotting/ChangeLog index 114183bc7ddc..feaf5d4518a2 100644 --- a/kde-frameworks/kplotting/ChangeLog +++ b/kde-frameworks/kplotting/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-frameworks/kplotting # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kplotting/ChangeLog,v 1.7 2015/02/14 22:09:58 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kplotting/ChangeLog,v 1.8 2015/02/20 23:54:22 johu Exp $ + + 20 Feb 2015; Johannes Huber <johu@gentoo.org> -kplotting-5.6.0.ebuild: + Remove KDE Frameworks 5.6.0 *kplotting-5.7.0 (14 Feb 2015) diff --git a/kde-frameworks/kplotting/kplotting-5.6.0.ebuild b/kde-frameworks/kplotting/kplotting-5.6.0.ebuild deleted file mode 100644 index 77894c3915f7..000000000000 --- a/kde-frameworks/kplotting/kplotting-5.6.0.ebuild +++ /dev/null @@ -1,19 +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/kplotting/kplotting-5.6.0.ebuild,v 1.1 2015/01/09 18:25:30 mrueg Exp $ - -EAPI=5 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework providing easy data-plotting functions" -LICENSE="LGPL-2+" -KEYWORDS=" ~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND}" |