summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-04-15 18:34:30 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-15 18:38:53 +0200
commit53628d403448dae5fdcd2b053e57f25b89a0e88b (patch)
tree97e69d44a8af01997503bf21886585a8c818e5ff /kde-frameworks/sonnet
parentdev-ros/rviz: bump to 1.12.0. Allow only qt5 as qt4 does not work, bug #580072 (diff)
downloadgentoo-53628d403448dae5fdcd2b053e57f25b89a0e88b.tar.gz
gentoo-53628d403448dae5fdcd2b053e57f25b89a0e88b.tar.bz2
gentoo-53628d403448dae5fdcd2b053e57f25b89a0e88b.zip
kde-frameworks: Remove KDE Frameworks 5.20.0
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-frameworks/sonnet')
-rw-r--r--kde-frameworks/sonnet/Manifest1
-rw-r--r--kde-frameworks/sonnet/sonnet-5.20.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index 15e39c19870b..37a816aef959 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,3 +1,2 @@
DIST sonnet-5.18.0.tar.xz 282188 SHA256 6ffa49bab59dba0080c03a8b7863efd53006239350f634575b4aabe9f496009d SHA512 fa3052a3ce1a280fcf79a80963b996b2510056987126e427a860d653040a4692faa3f2c9fd9f4d0e6e2b006801cff15dfe3a93ad7f87492aba4364a7d2262ac4 WHIRLPOOL 29a45dc95f7363062d6487f081db1ba0778a761e84abf1de2ef657ccf36efd29eb7d3e789d975402a37edfa02525e79acacc8c55ed1f4c5861f9de0bb83dcf31
-DIST sonnet-5.20.0.tar.xz 281956 SHA256 4308e18342d1823c0d039fad5f7c0febbf69d12cdd8fdd7e1d906f7639b79a1e SHA512 dc8de6da84491593a4c9477c7abae81c649bc10017bfb6571b0946b1b76409c3d4c2d4948a6b2c817f8aca34ee0a79fca9d7be1b573db29a299654f8d3fcd266 WHIRLPOOL 0deb11a5d2f76d519eaa41577fdffe26da2b4e84a1cb5ea3f716686779d69dacbb8062b1973623d9e538802d1d0d7bec360e17e0005b87db279d49c6a6e9b9d1
DIST sonnet-5.21.0.tar.xz 282128 SHA256 8df561b781229f685d8707e7c766155e47d216d81d5b0ab234ba5180f2410b21 SHA512 41202f5ff30d128a7568a76dbfed6874e61b0ef7ae3da83b1a3e20965816f32d439ab367de7bfc6f57d5ff6df3b8501fbc2b5067318d35a1aa5dcbb6c45606bc WHIRLPOOL 9fb381dd566d4a4a20e1eec784fa459541e31e73064d87cf58c7a675f509efa0f57f5071427231e82c214747e8a2009766cfc021972cbe2afae931f3366c5091
diff --git a/kde-frameworks/sonnet/sonnet-5.20.0.ebuild b/kde-frameworks/sonnet/sonnet-5.20.0.ebuild
deleted file mode 100644
index 43f93ea5b05b..000000000000
--- a/kde-frameworks/sonnet/sonnet-5.20.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="aspell +hunspell nls"
-
-RDEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- aspell? ( app-text/aspell )
- hunspell? ( app-text/hunspell )
-"
-DEPEND="${RDEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package aspell ASPELL)
- $(cmake-utils_use_find_package hunspell HUNSPELL)
- )
-
- kde5_src_configure
-}