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 8FD24138334 for ; Sun, 6 Oct 2019 17:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2F9BE0845; Sun, 6 Oct 2019 17:42:13 +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 84CE2E0845 for ; Sun, 6 Oct 2019 17:42:13 +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 3A9CF34B9D8 for ; Sun, 6 Oct 2019 17:42:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8988E82E for ; Sun, 6 Oct 2019 17:42:09 +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: <1570383710.9bedacb4846888300d2978c3913a1e90ec399c93.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.0.1.ebuild X-VCS-Directories: sys-libs/kpmcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9bedacb4846888300d2978c3913a1e90ec399c93 X-VCS-Branch: master Date: Sun, 6 Oct 2019 17:42:09 +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: a72fc3e1-ec74-421e-863a-21c359b06672 X-Archives-Hash: 9b9b7d6ad90a5aeb0bba45a14d10a299 commit: 9bedacb4846888300d2978c3913a1e90ec399c93 Author: Andrius Štikonas stikonas eu> AuthorDate: Sun Oct 6 16:09:46 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 6 17:41:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bedacb4 sys-libs/kpmcore: bump version to 4.0.1 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Andrius Štikonas stikonas.eu> Closes: https://github.com/gentoo/gentoo/pull/13190 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-libs/kpmcore/Manifest | 1 + sys-libs/kpmcore/kpmcore-4.0.1.ebuild | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index 2486d57f001..6cb85802ed3 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1 +1,2 @@ DIST kpmcore-4.0.0.tar.xz 417784 BLAKE2B deffb82b3ec5029ce845a398728b31b4da1b1b69377684a982b0d8067cfddc9ccb2ab2f4369faeb289b4aa54841940aae5a69051a30e4895b840c51393b0c487 SHA512 16f0a8ecae35c214272f28c49b5fff3d2d5e0959b9dceba392b9b6186d44e10d11fcf16ef0ad1da42f49f0c631ccb858d726a92d7c2f22125dae07fd4d2c5500 +DIST kpmcore-4.0.1.tar.xz 416932 BLAKE2B db429a9a51baf2d3f83d36479c05ac28c1d742dfc9e0dda51486d17958c95751da6295fe9e915359717eebbab3877464284b871dd8ded5a87c01c590cf4eac85 SHA512 982ad77246f59ade74edba15effca6490ac9ac7bb6db7f6194bcdbfddfa735c9bc1b58020affccd945fcdfc96fce3488167f492d6a13dcd6d19c5692505303ac diff --git a/sys-libs/kpmcore/kpmcore-4.0.1.ebuild b/sys-libs/kpmcore/kpmcore-4.0.1.ebuild new file mode 100644 index 00000000000..9e74614109c --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-4.0.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +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/system/org.kde.partitionmanager" +LICENSE="GPL-3" +SLOT="5/8" +IUSE="" + +BDEPEND="virtual/pkgconfig" +DEPEND=" + $(add_frameworks_dep kauth) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + || ( + app-crypt/qca[botan] + app-crypt/qca[ssl] + ) + >=sys-apps/util-linux-2.33.2 +" +RDEPEND="${DEPEND}" + +# bug 689468, tests need polkit etc. +RESTRICT+=" test"