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 67BDA139694 for ; Sat, 3 Jun 2017 16:53:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD26CE0BFA; Sat, 3 Jun 2017 16:53:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A8EDE0BFA for ; Sat, 3 Jun 2017 16:53:23 +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 C990534183A for ; Sat, 3 Jun 2017 16:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7056D745E for ; Sat, 3 Jun 2017 16:53:21 +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: <1496508794.bb1208eccb52a8281727108b9bca6ef04a12ad46.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-3.1.0.ebuild X-VCS-Directories: sys-libs/kpmcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bb1208eccb52a8281727108b9bca6ef04a12ad46 X-VCS-Branch: master Date: Sat, 3 Jun 2017 16:53:21 +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-Archives-Salt: b2e313ee-0dfd-4106-bf4e-4a5355f2db41 X-Archives-Hash: c605a698b43d653a27e930826386ee41 commit: bb1208eccb52a8281727108b9bca6ef04a12ad46 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 3 16:38:44 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 3 16:53:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1208ec sys-libs/kpmcore: 3.1.0 version bump Package-Manager: Portage-2.3.5, Repoman-2.3.1 sys-libs/kpmcore/Manifest | 1 + sys-libs/kpmcore/kpmcore-3.1.0.ebuild | 38 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index 7db90276992..267347d3a10 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1 +1,2 @@ DIST kpmcore-3.0.3.tar.xz 401800 SHA256 a271a7f6e84ef161a1130a7ff9d998fc8b74d91098bfa8e0a92e0c9ec6cd989e SHA512 20d21b8317aebea56ed63b636b852df1ae50895aacbe9c92e1470c9d8a1085561aa04a44fc41d70df71713a3f90c2d7f4192d232a060fe352422093012744186 WHIRLPOOL 6cedde5b242e1ca7b3228369c610647b57a973f279e9c77ee4bb3ac1bef911c154eec5d9215bbc3c5bb6bad745cd95ecb987768429f5f2273b970236b8a5765e +DIST kpmcore-3.1.0.tar.xz 403860 SHA256 93f37452e46df56c334fa4e6b78afb2b9b0eea43a181f2a692477ab75746df5b SHA512 fbb5da36f0a0616ca749acb496bd27f38cc960c7400f407a10898b4fb2d9ecf70d6fbb2c519132c759571324a6ac527e8a4fb42634fb4ad65d161d2d2e32e8f1 WHIRLPOOL d0780155202127c63e65e6adf76384449b0bdb6d4f3ee22c483594c0a2e6ea720ec224a0dcb889dfc167f5194ef8443817da69e1e72854f5adbfd0f433b5f7a6 diff --git a/sys-libs/kpmcore/kpmcore-3.1.0.ebuild b/sys-libs/kpmcore/kpmcore-3.1.0.ebuild new file mode 100644 index 00000000000..f5b20182ec4 --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-3.1.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +QT_MINIMAL="5.7.1" +inherit kde5 + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~x86" +fi + +DESCRIPTION="Library for managing partitions" +HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager" +LICENSE="GPL-3" +SLOT="5/5" +IUSE="" + +CDEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/libatasmart + sys-apps/util-linux + >=sys-block/parted-3 +" +DEPEND="${CDEPEND} + virtual/pkgconfig +" +RDEPEND="${CDEPEND} + !