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 707E5138334 for ; Wed, 14 Aug 2019 13:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 586A8E0877; Wed, 14 Aug 2019 13:00:55 +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 2A69BE0877 for ; Wed, 14 Aug 2019 13:00:55 +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 E867E349B37 for ; Wed, 14 Aug 2019 13:00:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0AB9769 for ; Wed, 14 Aug 2019 13:00:50 +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: <1565787623.07dc138f649d270e5464ee5c8ce6c94bcdf87114.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-5.0.4.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07dc138f649d270e5464ee5c8ce6c94bcdf87114 X-VCS-Branch: master Date: Wed, 14 Aug 2019 13:00:50 +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: a21c8243-888d-4ad6-8514-ef8d700cca3a X-Archives-Hash: ea53d172053e71d59a3dcae750a37707 commit: 07dc138f649d270e5464ee5c8ce6c94bcdf87114 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 14 12:55:24 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 14 13:00:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07dc138f app-office/kmymoney: Drop 5.0.4 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/Manifest | 1 - app-office/kmymoney/kmymoney-5.0.4.ebuild | 123 ------------------------------ 2 files changed, 124 deletions(-) diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest index 665c885fe90..84b77c05338 100644 --- a/app-office/kmymoney/Manifest +++ b/app-office/kmymoney/Manifest @@ -1,2 +1 @@ -DIST kmymoney-5.0.4.tar.xz 11708760 BLAKE2B 62fd279039ef41078fddfc4a69d9a8e7c425965114ad91464ef94f7e8f72f07ed9cc16989d1ed6ee01fdc8cdd274afb231fbfe43e8a5e0c8d17c33aa17fcb70b SHA512 406460f33b32941796e8b0a2fb21f783db6c2444b35b0402647e688b78ecccb82401a7a1fa7c008ffd840cbd88c82db91e367be917f9ab7b231a0208b439b91f DIST kmymoney-5.0.5.tar.xz 11706112 BLAKE2B 7c0e51ad2404a88affd7b99c8ca59b813b646a7d995b5d7f6db311c8813f2966d14b34271f3d9de73d07c763fb191e9f4c0737e64feb35a62cd719856c20bab1 SHA512 ba8033b974b93d47cd2a732a352025715845d3dff016a49babb6b724d5e9b726f84f5e2a1f1f42765a6ff35a00d3d995397f2831981d48cb8468d1407030584c diff --git a/app-office/kmymoney/kmymoney-5.0.4.ebuild b/app-office/kmymoney/kmymoney-5.0.4.ebuild deleted file mode 100644 index f2f2db1d8a0..00000000000 --- a/app-office/kmymoney/kmymoney-5.0.4.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -KDE_HANDBOOK="optional" -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -VIRTUALDBUS_TEST="true" -inherit kde5 python-single-r1 - -DESCRIPTION="Personal finance manager based on KDE Frameworks" -HOMEPAGE="https://kmymoney.org" -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" -fi - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob" - -REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )" - -BDEPEND="virtual/pkgconfig" -COMMON_DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kitemmodels) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep sonnet) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtsql) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - >=app-crypt/gpgme-1.7.1-r1[cxx] - >=app-office/libalkimia-6.0.0 - dev-libs/gmp:0= - dev-libs/kdiagram:5 - dev-libs/libgpg-error - activities? ( $(add_frameworks_dep kactivities) ) - addressbook? ( - $(add_kdeapps_dep akonadi) - $(add_kdeapps_dep kcontacts) - $(add_kdeapps_dep kidentitymanagement) - ) - calendar? ( dev-libs/libical:= ) - hbci? ( - >=net-libs/aqbanking-5.6.5 - >=sys-libs/gwenhywfar-4.15.3-r1[qt5] - ) - holidays? ( $(add_frameworks_dep kholidays) ) - ofx? ( dev-libs/libofx ) - webkit? ( - $(add_frameworks_dep kdewebkit) - >=dev-qt/qtwebkit-5.212.0_pre20180120:5 - ) - !webkit? ( $(add_qt_dep qtwebengine 'widgets') ) - weboob? ( - ${PYTHON_DEPS} - $(add_qt_dep qtconcurrent) - www-client/weboob[${PYTHON_USEDEP}] - ) -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost -" -RDEPEND="${COMMON_DEPEND} - !app-office/kmymoney:4 - quotes? ( dev-perl/Finance-Quote ) -" - -pkg_setup() { - use weboob && python_setup - kde5_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DUSE_QT_DESIGNER=OFF - $(cmake-utils_use_find_package activities KF5Activities) - $(cmake-utils_use_find_package addressbook KF5Akonadi) - $(cmake-utils_use_find_package addressbook KF5Contacts) - $(cmake-utils_use_find_package addressbook KF5IdentityManagement) - -DENABLE_KBANKING=$(usex hbci) - -DENABLE_LIBICAL=$(usex calendar) - $(cmake-utils_use_find_package holidays KF5Holidays) - -DENABLE_OFXIMPORTER=$(usex ofx) - -DENABLE_WEBENGINE=$(usex !webkit) - -DENABLE_WEBOOB=$(usex weboob) - $(cmake-utils_use_find_package weboob PythonLibs) - ) - kde5_src_configure -} - -src_test() { - # bug 652636; bug 673052: needs kmymoney installed to succeed - local myctestargs=( - -E "(reports-chart-test|qsqlcipher-test)" - ) - - kde5_src_test -}