From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C0B1013828B for ; Fri, 27 May 2016 11:49:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6E2D224052; Fri, 27 May 2016 11:49:09 +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 6AB2422404E for ; Fri, 27 May 2016 11:49:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49272340906 for ; Fri, 27 May 2016 11:49:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6423FFC for ; Fri, 27 May 2016 11:49:06 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1464349736.987a31902b3cb98bf4ed56f37b1ce77f37407017.johu@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-2.2.0.ebuild X-VCS-Directories: sys-libs/kpmcore/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 987a31902b3cb98bf4ed56f37b1ce77f37407017 X-VCS-Branch: master Date: Fri, 27 May 2016 11:49:06 +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: faa5cb45-e60f-4898-abac-3b7692c399f9 X-Archives-Hash: efc9fedd921c8f6161f70ec2798a2f92 commit: 987a31902b3cb98bf4ed56f37b1ce77f37407017 Author: Johannes Huber gentoo org> AuthorDate: Fri May 27 11:37:33 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri May 27 11:48:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987a3190 sys-libs/kpmcore: Version bump 2.2.0 Package-Manager: portage-2.3.0_rc1 sys-libs/kpmcore/Manifest | 1 + sys-libs/kpmcore/kpmcore-2.2.0.ebuild | 36 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest index af5bd97..daf96be 100644 --- a/sys-libs/kpmcore/Manifest +++ b/sys-libs/kpmcore/Manifest @@ -1 +1,2 @@ DIST kpmcore-2.1.0.tar.xz 481000 SHA256 d94418380321ca9aaadbb47b90500341c16163f82ec519563d77bd4904f5dcad SHA512 0fcec48432f8552922404203dd827f2cf35c026e453362a9263d1220ae7e34ac31157a8df38f6f0ddf94b4164978bc7b6a695c56e45726ae6f6a275b342534af WHIRLPOOL 00b7856f039be24645fa10ece94a18a224f823cfb3d9bb81914fb54940b4979a63555c92b8da2c17d2adb62b11c0f3ec0e204833014b032293b5dcfa8e653ca7 +DIST kpmcore-2.2.0.tar.xz 475656 SHA256 6fbf955bdc710c60abc02db5f50c0a33cbb3c9a37f2e43056cdb2e923cfdf529 SHA512 9d1add00b226bf566a49127f09c48afcfc08375f43d1a82763817f84ab949937ed4c9e3ed22b7b7f4ae012f391c8ec889b3fa90e66c305b5eab7f99a9e05112c WHIRLPOOL 8c22494e90fd2505b44d7acf8ef6c000a65411acf11181a4d908422eb0b5a180e4703ae771806fedac79a30e7fbe6d0971add9af2c2caab12f20bb69a1c80786 diff --git a/sys-libs/kpmcore/kpmcore-2.2.0.ebuild b/sys-libs/kpmcore/kpmcore-2.2.0.ebuild new file mode 100644 index 0000000..f41e3cf --- /dev/null +++ b/sys-libs/kpmcore/kpmcore-2.2.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Library for managing partitions" +HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="5/3" +KEYWORDS="~amd64 ~x86" +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} + !