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 7027D13835A for ; Sat, 13 Feb 2021 13:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B68BCE08C4; Sat, 13 Feb 2021 13:04:11 +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 9DFF5E08C4 for ; Sat, 13 Feb 2021 13:04:11 +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 9F4AC3410BC for ; Sat, 13 Feb 2021 13:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39BA84C8 for ; Sat, 13 Feb 2021 13:04: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: <1613221432.a9091b37b304f5ae2720085f30e604d236ad4ac1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kded/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kded/Manifest kde-frameworks/kded/kded-5.79.0.ebuild X-VCS-Directories: kde-frameworks/kded/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a9091b37b304f5ae2720085f30e604d236ad4ac1 X-VCS-Branch: master Date: Sat, 13 Feb 2021 13:04: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: fea6d1f6-330a-4e7a-8e29-81bf749a652c X-Archives-Hash: e9fedac16f05bb199c41c2e60edbf8be commit: a9091b37b304f5ae2720085f30e604d236ad4ac1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 13 13:00:32 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 13 13:03:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9091b37 kde-frameworks/kded: 5.79.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kded/Manifest | 1 + kde-frameworks/kded/kded-5.79.0.ebuild | 39 ++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/kde-frameworks/kded/Manifest b/kde-frameworks/kded/Manifest index 405482321a1..c19fcb79990 100644 --- a/kde-frameworks/kded/Manifest +++ b/kde-frameworks/kded/Manifest @@ -1,2 +1,3 @@ DIST kded-5.77.0.tar.xz 36684 BLAKE2B db5f14c43f694b54d685a2ab91cc8c85a1d84282d2adad1be6f42f39e9b2a667c6062f8f14d0a01b5aaace6dca17def90ffc863d79fe31c361ad466e61bd2682 SHA512 c8e2763002674a9fef349f2029bc9c1deb7a46d34e03243a333e24f892ceed2e37d2847aaf18d5bea990b32188948dfd1c0ba24afe2cf78c58a9c24530174f31 DIST kded-5.78.0.tar.xz 36676 BLAKE2B 4d1db1b04288aa9837a0de328850f8cad552e37bc73d5126c7edfaf7e4f5c31683774fd0a3c1724804dc2644d0b5048ef6260035556ab4dd5fa07831d0577b1c SHA512 ae4566e307a60536ce50c56aa1f4a9d3acf723f5a8e5b28e2886d208ea68be72d8b0d79db47972716bfc7d6bbe8cb2cddcd08fde98703595631b51f7ba474d59 +DIST kded-5.79.0.tar.xz 36692 BLAKE2B 86319a63f72d92eda349feeba1465525bc157a9ded6b209dcf2c5ed763c0acd42d2a933b983b8391bd951676ff36f6b8d6e9294c3b731aa09801c0569306acf4 SHA512 c033539ca186c96dd8a1e1307c96feaa3bd44e8da906e4b7c98700abe7c1bc753c85ac2b63e0ae211e6bb1936f56b66f64174d21d98325bcc87038f47c9161e7 diff --git a/kde-frameworks/kded/kded-5.79.0.ebuild b/kde-frameworks/kded/kded-5.79.0.ebuild new file mode 100644 index 00000000000..9ab73b764aa --- /dev/null +++ b/kde-frameworks/kded/kded-5.79.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_QTHELP="false" +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Central daemon of KDE workspaces" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="+man" + +BDEPEND=" + man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 ) +" +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kcrash-${PVCUT}*:5 + =kde-frameworks/kdbusaddons-${PVCUT}*:5 + =kde-frameworks/kinit-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package man KF5DocTools) + ) + + ecm_src_configure +}