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 7F5ED1382C5 for ; Wed, 7 Feb 2018 22:49:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D332BE0AF6; Wed, 7 Feb 2018 22:49:51 +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 B5C29E0AF6 for ; Wed, 7 Feb 2018 22:49:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 96727335C38 for ; Wed, 7 Feb 2018 22:49:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A4D81DE for ; Wed, 7 Feb 2018 22:49:49 +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: <1518043775.0e2d45d28daeac89487bfd8ea5f1917742fba9f8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/libalkimia/libalkimia-7.0.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0e2d45d28daeac89487bfd8ea5f1917742fba9f8 X-VCS-Branch: master Date: Wed, 7 Feb 2018 22:49:49 +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: ba3154f0-8165-40e7-b084-4327a8c329c0 X-Archives-Hash: 318bbd82a9d9355ac9e2940387c951bb commit: 0e2d45d28daeac89487bfd8ea5f1917742fba9f8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 7 22:49:35 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 7 22:49:35 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e2d45d2 app-office/libalkimia: Drop 7.0, moved to Gentoo ebuild repo Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-office/libalkimia/libalkimia-7.0.ebuild | 33 ----------------------------- 1 file changed, 33 deletions(-) diff --git a/app-office/libalkimia/libalkimia-7.0.ebuild b/app-office/libalkimia/libalkimia-7.0.ebuild deleted file mode 100644 index 369d414c12..0000000000 --- a/app-office/libalkimia/libalkimia-7.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -KMNAME="alkimia" -inherit kde5 - -DESCRIPTION="Library with common classes and functionality used by KDE finance applications" -HOMEPAGE="https://www.linux-apps.com/content/show.php/libalkimia?content=137323" -SRC_URI="mirror://kde/stable/${KMNAME}/${PV}/src/${KMNAME}-${PV}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0/7" -KEYWORDS="~amd64 ~x86" -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 -}