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 39414138359 for ; Sat, 17 Oct 2020 08:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DF3AE077A; Sat, 17 Oct 2020 08:30:03 +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 341A0E077A for ; Sat, 17 Oct 2020 08:30:03 +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 D64B333FECD for ; Sat, 17 Oct 2020 08:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51C61396 for ; Sat, 17 Oct 2020 08:29:59 +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: <1602923368.adcd978dd3638448314b1e49011cf07f832aca5f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/kpmcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/kpmcore/Manifest sys-libs/kpmcore/kpmcore-4.2.0.ebuild X-VCS-Directories: sys-libs/kpmcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: adcd978dd3638448314b1e49011cf07f832aca5f X-VCS-Branch: master Date: Sat, 17 Oct 2020 08:29:59 +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: cba02b0b-2e0e-4c87-aedd-591212cf8ce9 X-Archives-Hash: e0bff518afed0d57ada2bca1a0d8bb4b commit: adcd978dd3638448314b1e49011cf07f832aca5f Author: Andrius Štikonas stikonas eu> AuthorDate: Fri Oct 16 15:00:31 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 17 08:29:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adcd978d sys-libs/kpmcore: bump version to 4.2.0 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrius Štikonas stikonas.eu> Closes: https://github.com/gentoo/gentoo/pull/17949 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-libs/kpmcore/Manifest | 1 + sys-libs/kpmcore/kpmcore-4.2.0.ebuild | 40 +++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index 7635f849e87..ed6b10f5106 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1 +1,2 @@ DIST kpmcore-4.1.0.tar.xz 420344 BLAKE2B 1a8043c5eb774a3b9b99431543217910120a38b06a17db9db9ae6c577593c2736223e8d466ef62c33224e52513eae52d062584fc8afd86d90eb667af4e923645 SHA512 c45b31a41c62a68aee991be0f7954f4bd2136660578cc60f7fa6f05e56716458421e16cd314b3b9a14b56fdc9377db511c1645e5c41f0446d86a8ac5bb66c273 +DIST kpmcore-4.2.0.tar.xz 441320 BLAKE2B 5eeae806e47a1d068b2052b7706fbe16acfd609e3d0bcb396758f2055154e43b5b1fc7b7a65795ba0804ebc34c7d0cda18995ce3975e16e74d015ac9d8203e1e SHA512 71c5411f3ec24149695bbc1ec0c2bb7423b1cfd24ea9c2f33492c6310b1e911ea14a0a46a53024d7a1afebf0cbc5b56fb7cf5be22b832fb49239a270b63404f0 diff --git a/sys-libs/kpmcore/kpmcore-4.2.0.ebuild b/sys-libs/kpmcore/kpmcore-4.2.0.ebuild new file mode 100644 index 00000000000..4f02cda2f96 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-4.2.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_NONGUI="true" +KFMIN=5.74.0 +QTMIN=5.14.2 +inherit ecm kde.org + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +DESCRIPTION="Library for managing partitions" +HOMEPAGE="https://kde.org/applications/en/partitionmanager" + +LICENSE="GPL-3" +SLOT="5/10" +IUSE="" + +BDEPEND=" + >=kde-frameworks/kauth-${KFMIN}:5 + virtual/pkgconfig +" +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=sys-apps/util-linux-2.33.2 + sys-auth/polkit-qt +" +RDEPEND="${DEPEND}" + +# bug 689468, tests need polkit etc. +RESTRICT+=" test"