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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3949E158015 for ; Wed, 20 Dec 2023 23:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48DDB2BC015; Wed, 20 Dec 2023 23:02:38 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16D772BC016 for ; Wed, 20 Dec 2023 23:02:38 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B093340813 for ; Wed, 20 Dec 2023 23:02:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 447CA131D for ; Wed, 20 Dec 2023 23:02:35 +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: <1703113270.b853cc5d232f44dccccbf7bc8f6257f3f68a1de9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-activities-stats/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-activities-stats/plasma-activities-stats-5.91.0.ebuild X-VCS-Directories: kde-plasma/plasma-activities-stats/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b853cc5d232f44dccccbf7bc8f6257f3f68a1de9 X-VCS-Branch: master Date: Wed, 20 Dec 2023 23:02:35 +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: e1a63145-d7be-4868-88c3-11e0522e1f27 X-Archives-Hash: d16860ee2c0ba2904bef8e0e25dbdc09 commit: b853cc5d232f44dccccbf7bc8f6257f3f68a1de9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 20 16:38:50 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 20 23:01:10 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b853cc5d kde-plasma/plasma-activities-stats: 5.91.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-activities-stats-5.91.0.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/kde-plasma/plasma-activities-stats/plasma-activities-stats-5.91.0.ebuild b/kde-plasma/plasma-activities-stats/plasma-activities-stats-5.91.0.ebuild new file mode 100644 index 0000000000..42e852cdbb --- /dev/null +++ b/kde-plasma/plasma-activities-stats/plasma-activities-stats-5.91.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_NONGUI="true" +ECM_QTHELP="true" +ECM_TEST="true" +KFMIN=5.247.0 +QTMIN=6.6.0 +inherit ecm plasma.kde.org + +DESCRIPTION="Library for accessing usage data collected by the activities system" + +LICENSE="LGPL-2+" +SLOT="6" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,sql] + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-plasma/plasma-activities-${KFMIN}:6 +" +DEPEND="${RDEPEND} + test? ( dev-libs/boost ) +"