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 3ACAE138359 for ; Sun, 25 Oct 2020 10:48:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AA21E0801; Sun, 25 Oct 2020 10:48:53 +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 70BDEE0801 for ; Sun, 25 Oct 2020 10:48:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 88C273409EC for ; Sun, 25 Oct 2020 10:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D9AC3B3 for ; Sun, 25 Oct 2020 10:48:51 +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: <1603622869.ed51fa4e5b126088c0694356eee08fca26a4e23d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpackage/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kpackage/kpackage-5.74.0-r1.ebuild kde-frameworks/kpackage/kpackage-5.75.0-r1.ebuild X-VCS-Directories: kde-frameworks/kpackage/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ed51fa4e5b126088c0694356eee08fca26a4e23d X-VCS-Branch: master Date: Sun, 25 Oct 2020 10:48:51 +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: e1ddb063-eeba-437e-9aa7-d8ab54bd42de X-Archives-Hash: 5bd76ca008b603ced4920d0343eceb8a commit: ed51fa4e5b126088c0694356eee08fca26a4e23d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 25 10:39:57 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 25 10:47:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed51fa4e kde-frameworks/kpackage: Add missing DEPEND Closes: https://bugs.gentoo.org/751175 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kpackage/kpackage-5.74.0-r1.ebuild | 39 +++++++++++++++++++++++ kde-frameworks/kpackage/kpackage-5.75.0-r1.ebuild | 39 +++++++++++++++++++++++ 2 files changed, 78 insertions(+) diff --git a/kde-frameworks/kpackage/kpackage-5.74.0-r1.ebuild b/kde-frameworks/kpackage/kpackage-5.74.0-r1.ebuild new file mode 100644 index 00000000000..eb3331c493c --- /dev/null +++ b/kde-frameworks/kpackage/kpackage-5.74.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.1 +inherit ecm kde.org + +DESCRIPTION="Framework to install and load packages of non binary content" + +LICENSE="LGPL-2+" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" +IUSE="man" + +BDEPEND=" + man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 ) +" +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + =kde-frameworks/karchive-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package man KF5DocTools) + ) + + ecm_src_configure +} + +src_test() { + #bug 650214 + local myctestargs=( -E "(plasma-plasmoidpackagetest)" ) + ecm_src_test +} diff --git a/kde-frameworks/kpackage/kpackage-5.75.0-r1.ebuild b/kde-frameworks/kpackage/kpackage-5.75.0-r1.ebuild new file mode 100644 index 00000000000..ea6080139d8 --- /dev/null +++ b/kde-frameworks/kpackage/kpackage-5.75.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.1 +inherit ecm kde.org + +DESCRIPTION="Framework to install and load packages of non binary content" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="man" + +BDEPEND=" + man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 ) +" +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + =kde-frameworks/karchive-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package man KF5DocTools) + ) + + ecm_src_configure +} + +src_test() { + #bug 650214 + local myctestargs=( -E "(plasma-plasmoidpackagetest)" ) + ecm_src_test +}