From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8C0B15808A for ; Wed, 06 Aug 2025 15:13:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C73293420BF for ; Wed, 06 Aug 2025 15:13:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 71EE6110573; Wed, 06 Aug 2025 15:13:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 641BA110573 for ; Wed, 06 Aug 2025 15:13:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FCC0342099 for ; Wed, 06 Aug 2025 15:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C049D3234 for ; Wed, 06 Aug 2025 15:13:01 +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: <1754493137.c97bfa64d59aeb1ec45cdd03ec597cdb6f0fcc71.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kmymoney/kmymoney-5.2.1.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c97bfa64d59aeb1ec45cdd03ec597cdb6f0fcc71 X-VCS-Branch: master Date: Wed, 06 Aug 2025 15:13:01 +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: 0fac4216-a1dc-44d9-909e-d53c88154f82 X-Archives-Hash: fb4996bc4782f39a60e5edcb79919068 commit: c97bfa64d59aeb1ec45cdd03ec597cdb6f0fcc71 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 6 15:10:31 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 6 15:12:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97bfa64 app-office/kmymoney: drop 5.2.1 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-5.2.1.ebuild | 126 ------------------------------ 1 file changed, 126 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.2.1.ebuild b/app-office/kmymoney/kmymoney-5.2.1.ebuild deleted file mode 100644 index a00a59ad8663..000000000000 --- a/app-office/kmymoney/kmymoney-5.2.1.ebuild +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -EGIT_BRANCH="5.2" -ECM_HANDBOOK="optional" -ECM_TEST="forceoptional" -KFMIN=6.9.0 -QTMIN=6.8.1 -VIRTUALDBUS_TEST="true" -inherit ecm kde.org optfeature xdg - -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}/${P}.tar.xz" - KEYWORDS="amd64" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="activities calendar hbci holidays sql sqlcipher" -[[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental" - -REQUIRED_USE="sqlcipher? ( sql )" - -COMMON_DEPEND=" - dev-cpp/gpgmepp:= - dev-libs/qgpgme:= - >=app-office/libalkimia-8.2.1:= - dev-libs/gmp:0=[cxx(+)] - dev-libs/kdiagram:6 - dev-libs/libgpg-error - dev-libs/libofx:= - >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,sql?,widgets,xml] - >=dev-qt/qtsvg-${QTMIN}:6 - >=kde-frameworks/karchive-${KFMIN}:6 - >=kde-frameworks/kcmutils-${KFMIN}:6 - >=kde-frameworks/kcodecs-${KFMIN}:6 - >=kde-frameworks/kcompletion-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kconfigwidgets-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kcrash-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kitemmodels-${KFMIN}:6 - >=kde-frameworks/kitemviews-${KFMIN}:6 - >=kde-frameworks/kjobwidgets-${KFMIN}:6 - >=kde-frameworks/knotifications-${KFMIN}:6 - >=kde-frameworks/kservice-${KFMIN}:6 - >=kde-frameworks/ktextwidgets-${KFMIN}:6 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/kxmlgui-${KFMIN}:6 - >=kde-frameworks/sonnet-${KFMIN}:6 - activities? ( kde-plasma/plasma-activities:6 ) - calendar? ( dev-libs/libical:= ) - hbci? ( - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=net-libs/aqbanking-6.5.0 - >=sys-libs/gwenhywfar-5.12.1:=[qt6] - ) - holidays? ( >=kde-frameworks/kholidays-${KFMIN}:6 ) - sql? ( >=dev-qt/qtbase-${QTMIN}:6[sqlite] ) - sqlcipher? ( dev-db/sqlcipher ) -" -DEPEND="${COMMON_DEPEND} - dev-libs/boost -" -RDEPEND="${COMMON_DEPEND} - !${CATEGORY}/${PN}:5 -" -BDEPEND="virtual/pkgconfig" - -pkg_setup() { - if [[ ${KDE_BUILD_TYPE} = live ]] && use experimental; then - ewarn "USE experimental set: Building unfinished features." - ewarn "This *will* chew up your data. You have been warned." - fi -} - -src_prepare() { - ecm_src_prepare - - sed -e "/find_program.*CCACHE_PROGRAM/s/^/# /" \ - -e "/if.*CCACHE_PROGRAM/s/CCACHE_PROGRAM/0/" \ - -i CMakeLists.txt || die # no, no no. -} - -src_configure() { - local mycmakeargs=( - -DBUILD_WITH_QT6=ON # high level CMake fix - -DENABLE_WOOB=OFF # ported to Py3; not yet re-added in Gentoo - -DUSE_QT_DESIGNER=OFF - $(cmake_use_find_package activities PlasmaActivities) - -DENABLE_LIBICAL=$(usex calendar) - -DENABLE_KBANKING=$(usex hbci) - $(cmake_use_find_package holidays KF6Holidays) - -DENABLE_SQLSTORAGE=$(usex sql) - $(cmake_use_find_package sql Qt6Sql) - -DENABLE_SQLCIPHER=$(usex sqlcipher) - ) - [[ ${KDE_BUILD_TYPE} = live ]] && - mycmakeargs+=( -DENABLE_COSTCENTER=$(usex experimental) ) - - ecm_src_configure -} - -src_test() { - # bug 652636; bug 673052: needs kmymoney installed to succeed - local myctestargs=( - -E "(reports-chart-test|qsqlcipher-test)" - ) - - ecm_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "more options for online stock quote retrieval" dev-perl/Finance-Quote - fi -}