From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3FA4C1395E2 for ; Mon, 28 Nov 2016 18:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61D90E0A84; Mon, 28 Nov 2016 18:37:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34CD5E0AE6 for ; Mon, 28 Nov 2016 18:37:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1356E340F43 for ; Mon, 28 Nov 2016 18:37:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 223A591A for ; Mon, 28 Nov 2016 18:37:25 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1480358227.18668f23bc2bb5b048aafe072a5e8062b6b518e8.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/sonnet/sonnet-5.28.0.ebuild X-VCS-Directories: kde-frameworks/sonnet/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 18668f23bc2bb5b048aafe072a5e8062b6b518e8 X-VCS-Branch: master Date: Mon, 28 Nov 2016 18:37:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ecbdc25-0739-405e-8c96-ed5aa1c1d2f3 X-Archives-Hash: fb404b12d51d853d1dcb44dd72ba2473 commit: 18668f23bc2bb5b048aafe072a5e8062b6b518e8 Author: Johannes Huber gentoo org> AuthorDate: Mon Nov 28 18:37:07 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Nov 28 18:37:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18668f23 kde-frameworks/sonnet: Remove 5.28.0 (r0) Package-Manager: portage-2.3.2 kde-frameworks/sonnet/sonnet-5.28.0.ebuild | 31 ------------------------------ 1 file changed, 31 deletions(-) diff --git a/kde-frameworks/sonnet/sonnet-5.28.0.ebuild b/kde-frameworks/sonnet/sonnet-5.28.0.ebuild deleted file mode 100644 index 46783f1..00000000 --- a/kde-frameworks/sonnet/sonnet-5.28.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 -}