diff options
author | Johannes Huber <johu@gentoo.org> | 2015-02-20 23:54:22 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2015-02-20 23:54:22 +0000 |
commit | ca73a8199fd4c1116262b6bd4c27b9a38128a806 (patch) | |
tree | e1d20c28a61908ebc1f7f2d75c4a00e499744b42 /kde-frameworks/sonnet | |
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/sonnet')
-rw-r--r-- | kde-frameworks/sonnet/ChangeLog | 5 | ||||
-rw-r--r-- | kde-frameworks/sonnet/sonnet-5.6.0.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/kde-frameworks/sonnet/ChangeLog b/kde-frameworks/sonnet/ChangeLog index 5ca88e7d5c75..a48c5a051caa 100644 --- a/kde-frameworks/sonnet/ChangeLog +++ b/kde-frameworks/sonnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-frameworks/sonnet # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/sonnet/ChangeLog,v 1.7 2015/02/14 22:09:56 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/sonnet/ChangeLog,v 1.8 2015/02/20 23:54:21 johu Exp $ + + 20 Feb 2015; Johannes Huber <johu@gentoo.org> -sonnet-5.6.0.ebuild: + Remove KDE Frameworks 5.6.0 *sonnet-5.7.0 (14 Feb 2015) diff --git a/kde-frameworks/sonnet/sonnet-5.6.0.ebuild b/kde-frameworks/sonnet/sonnet-5.6.0.ebuild deleted file mode 100644 index 7e664adaca5a..000000000000 --- a/kde-frameworks/sonnet/sonnet-5.6.0.ebuild +++ /dev/null @@ -1,31 +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/sonnet/sonnet-5.6.0.ebuild,v 1.1 2015/01/09 18:25:30 mrueg Exp $ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Framework for providing spell-checking capabilities through abstraction of popular backends" -LICENSE="LGPL-2+ LGPL-2.1+" -KEYWORDS=" ~amd64 ~x86" -IUSE="aspell hunspell nls" - -RDEPEND=" - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - aspell? ( app-text/aspell ) - hunspell? ( app-text/hunspell ) -" -DEPEND="${RDEPEND} - nls? ( dev-qt/linguist-tools:5 ) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package aspell) - $(cmake-utils_use_find_package hunspell) - ) - - kde5_src_configure -} |