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 1EE1B138350 for ; Fri, 10 Jan 2020 09:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC1BFE0884; Fri, 10 Jan 2020 09:50:37 +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 AFA18E0884 for ; Fri, 10 Jan 2020 09:50:37 +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 D2D0434DF51 for ; Fri, 10 Jan 2020 09:50:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB8D89E for ; Fri, 10 Jan 2020 09:50:32 +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: <1578649493.dc0e93f05ee605b443e7e722ca52351b597d9976.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/purpose/purpose-5.64.0.ebuild X-VCS-Directories: kde-frameworks/purpose/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dc0e93f05ee605b443e7e722ca52351b597d9976 X-VCS-Branch: master Date: Fri, 10 Jan 2020 09:50:32 +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: cee6cb9d-499e-4323-8617-4ae7a15b317d X-Archives-Hash: 6dfc1ec3c9cff95754edbc4a82868749 commit: dc0e93f05ee605b443e7e722ca52351b597d9976 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 10 09:36:19 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 10 09:44:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0e93f0 kde-frameworks/purpose: Drop 5.64.0 (r0) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/purpose/purpose-5.64.0.ebuild | 51 ---------------------------- 1 file changed, 51 deletions(-) diff --git a/kde-frameworks/purpose/purpose-5.64.0.ebuild b/kde-frameworks/purpose/purpose-5.64.0.ebuild deleted file mode 100644 index f6e3ee8940c..00000000000 --- a/kde-frameworks/purpose/purpose-5.64.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_QTHELP="false" -ECM_TEST="forceoptional" -PVCUT=$(ver_cut 1-2) -QTMIN=5.12.3 -inherit ecm kde.org - -DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled" -LICENSE="LGPL-2.1+" -KEYWORDS="amd64 ~arm arm64 x86" -IUSE="+kaccounts" - -DEPEND=" - >=kde-frameworks/kcoreaddons-${PVCUT}:5 - >=kde-frameworks/ki18n-${PVCUT}:5 - >=kde-frameworks/kio-${PVCUT}:5 - >=kde-frameworks/kirigami-${PVCUT}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - kaccounts? ( - >=kde-apps/kaccounts-integration-19.04.3:5 - net-libs/accounts-qt - ) -" -RDEPEND="${DEPEND}" - -# requires running environment -RESTRICT+=" test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package kaccounts KAccounts) - ) - - ecm_src_configure -} - -pkg_postinst(){ - ecm_pkg_postinst - - if ! has_version "kde-misc/kdeconnect[app]" ; then - elog "Optional runtime dependency:" - elog "kde-misc/kdeconnect[app] (send through KDE Connect)" - fi -}