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 2B4BE139694 for ; Sat, 27 May 2017 16:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51E60E0E95; Sat, 27 May 2017 16:10:26 +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 1EC08E0E95 for ; Sat, 27 May 2017 16:10:25 +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 66ED3341683 for ; Sat, 27 May 2017 16:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1335745F for ; Sat, 27 May 2017 16:10:21 +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: <1495901396.dd736fc95e00d0fe273c0c5dd5b88db80c0db4a4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kmymoney/Manifest app-office/kmymoney/kmymoney-4.7.2.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dd736fc95e00d0fe273c0c5dd5b88db80c0db4a4 X-VCS-Branch: master Date: Sat, 27 May 2017 16:10:21 +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: d734817e-2eaf-4dfc-8f7d-86da11ae283b X-Archives-Hash: 5959edd72fe5cb9a2a2b678923f7234d commit: dd736fc95e00d0fe273c0c5dd5b88db80c0db4a4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 27 16:06:51 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 27 16:09:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd736fc9 app-office/kmymoney: Drop old Nothing but conflicts at this point. Reported-by: Arfrever Package-Manager: Portage-2.3.5, Repoman-2.3.1 app-office/kmymoney/Manifest | 1 - app-office/kmymoney/kmymoney-4.7.2.ebuild | 69 ------------------------------- 2 files changed, 70 deletions(-) diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest index f5d8b1502c8..1b24445e3dc 100644 --- a/app-office/kmymoney/Manifest +++ b/app-office/kmymoney/Manifest @@ -1,2 +1 @@ -DIST kmymoney-4.7.2.tar.xz 20391472 SHA256 bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d SHA512 43db5b3e52d21dee517c8fadccf120aed5854dc16cbd7e265c327149c3a0c900ec02de06a56a9f5b8ad4d04c15730916c79238a3cf2778911e9d8cc4a65afbb1 WHIRLPOOL 461ce894aedb653e696572068ec7a006c3c3fcc2c7493caf634052393bc5874d19e3a6e87e73fd6100316d9bfbfe65eba4d6c87ea2f3b11ea4b354fc91422db7 DIST kmymoney-4.8.0.tar.xz 20785888 SHA256 c2a635710aafa6925a49803c480e043e0bf4bc5b62430689aa5eb95619f48ac2 SHA512 883635a94333341cbe3d6c835fe1dbc1cc5ed5cc834f76c945030ec680aee4fc6ceb367fdde811672a392eb5cd7b735c858e0be5a7f7964a4ccf5f9ba8865381 WHIRLPOOL acbada22e3e9c83e88e571b397c37da79eb36ce05a55786c352af306d3f863dc2db7140c9f1e1757393ea7f6dc9a1728debe077c71ce28b655c65e707f1130cd diff --git a/app-office/kmymoney/kmymoney-4.7.2.ebuild b/app-office/kmymoney/kmymoney-4.7.2.ebuild deleted file mode 100644 index 465931ab485..00000000000 --- a/app-office/kmymoney/kmymoney-4.7.2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl -hu it kk nds nl pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW" -KDE_HANDBOOK="optional" -VIRTUALX_REQUIRED="test" -VIRTUALDBUS_TEST="true" -inherit kde4-base - -DESCRIPTION="Personal finance manager for KDE" -HOMEPAGE="http://kmymoney2.sourceforge.net/" -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" -fi - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="amd64 x86" -IUSE="debug calendar doc hbci ofx quotes" - -COMMON_DEPEND=" - app-crypt/gpgme - >=app-office/libalkimia-4.3.2 - dev-libs/gmp:0 - dev-libs/libgpg-error - $(add_kdeapps_dep kdepimlibs) - x11-misc/shared-mime-info - calendar? ( dev-libs/libical:= ) - hbci? ( - >=net-libs/aqbanking-5.0.1 - >=sys-libs/gwenhywfar-4.0.1[qt4] - ) - ofx? ( >=dev-libs/libofx-0.9.4 ) -" -RDEPEND="${COMMON_DEPEND} - !~kde-apps/kdepimlibs-4.14.10_p20160611 - !>kde-apps/kdepimlibs-4.14.11_pre20160211-r3 - quotes? ( dev-perl/Finance-Quote ) -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_configure() { - local mycmakeargs=( - -DUSE_QT_DESIGNER=OFF - $(cmake-utils_use_enable calendar LIBICAL) - $(cmake-utils_use_use doc DEVELOPER_DOC) - $(cmake-utils_use_enable hbci KBANKING) - $(cmake-utils_use_enable ofx LIBOFX) - ) - kde4-base_src_configure -} - -src_compile() { - kde4-base_src_compile - - use doc && kde4-base_src_compile apidoc -} - -src_install() { - use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/") - kde4-base_src_install -}