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 15381138334 for ; Sat, 2 Mar 2019 20:57:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18A4DE088D; Sat, 2 Mar 2019 20:57:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE9EEE0891 for ; Sat, 2 Mar 2019 20:57:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D862335D1A for ; Sat, 2 Mar 2019 20:57:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D90CC555 for ; Sat, 2 Mar 2019 20:57:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551560126.cb4b01633e56ccf0c919cfd1e73c595d57c0cdf6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libalkimia/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libalkimia/libalkimia-7.0.2.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cb4b01633e56ccf0c919cfd1e73c595d57c0cdf6 X-VCS-Branch: master Date: Sat, 2 Mar 2019 20:57:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84066bac-55a5-45b8-8e35-22e8faf3fd67 X-Archives-Hash: f94628869dee5c229af9914254caf67e commit: cb4b01633e56ccf0c919cfd1e73c595d57c0cdf6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 2 20:55:26 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 2 20:55:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4b0163 app-office/libalkimia: Drop 7.0.2 (r0) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libalkimia/libalkimia-7.0.2.ebuild | 35 --------------------------- 1 file changed, 35 deletions(-) diff --git a/app-office/libalkimia/libalkimia-7.0.2.ebuild b/app-office/libalkimia/libalkimia-7.0.2.ebuild deleted file mode 100644 index 8c969cac92f..00000000000 --- a/app-office/libalkimia/libalkimia-7.0.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -KMNAME="alkimia" -inherit kde5 - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/${KMNAME}-${PV}.tar.xz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="Library with common classes and functionality used by KDE finance applications" -HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323" -LICENSE="LGPL-2.1" -SLOT="0/7" -IUSE="doc" - -RDEPEND=" - $(add_qt_dep qtdbus) - dev-libs/gmp:0=[cxx] -" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package doc Doxygen) - ) - kde5_src_configure -}