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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DCC815808C for ; Mon, 14 Feb 2022 21:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22F6FE08EF; Mon, 14 Feb 2022 21:37:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E8F6E08EF for ; Mon, 14 Feb 2022 21:37:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E96A342FDE for ; Mon, 14 Feb 2022 21:37:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B13BA2D8 for ; Mon, 14 Feb 2022 21:37:30 +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: <1644874444.aaacbed503ffbed36f78b99459c6744af1728a9e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdesu/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kdesu/Manifest kde-frameworks/kdesu/kdesu-5.91.0.ebuild X-VCS-Directories: kde-frameworks/kdesu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aaacbed503ffbed36f78b99459c6744af1728a9e X-VCS-Branch: master Date: Mon, 14 Feb 2022 21:37:30 +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: cb33c2de-7cb6-498c-a0e5-eb070735186c X-Archives-Hash: 916f627112cbe397d366f2a01e13a824 commit: aaacbed503ffbed36f78b99459c6744af1728a9e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 14 21:18:01 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 14 21:34:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaacbed5 kde-frameworks/kdesu: 5.91.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdesu/Manifest | 1 + kde-frameworks/kdesu/kdesu-5.91.0.ebuild | 33 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest index 2e23fe4138a0..a528a3642763 100644 --- a/kde-frameworks/kdesu/Manifest +++ b/kde-frameworks/kdesu/Manifest @@ -1 +1,2 @@ DIST kdesu-5.90.0.tar.xz 54992 BLAKE2B 8a0b9b0d6a6a114cc1ef102e8c77b90fbb67030d832da9ebd521726b7b898c63a2f89bfc9077a394bd81569deb2a577146713fe2c8e83576bd791420f913aef1 SHA512 7cff6ceeaf94369627b10dca0b3d9f52cc5c3301e263962a9c58492722baabc956b8ebad7e139707f9c7ff2a0ca34bf53ac7fae9deb6fb25beee27fb8ae7e260 +DIST kdesu-5.91.0.tar.xz 55480 BLAKE2B c111e2a292a74270c530dad6f642ec27704b99065ff8db89c9bf1724b3ee5ea9df075a92290a4858675401935fde553286acd30d49ce142c3c1556e16eb86912 SHA512 5ebabc1bd43275ea77e7fded707191dc5887426626f486e600cd6513bf0dd80ced4632d44dcb0cda35f39cbb5000285f49508fcdabae365fe95ecfcb0ec5c253 diff --git a/kde-frameworks/kdesu/kdesu-5.91.0.ebuild b/kde-frameworks/kdesu/kdesu-5.91.0.ebuild new file mode 100644 index 000000000000..3825647bcef2 --- /dev/null +++ b/kde-frameworks/kdesu/kdesu-5.91.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +PVCUT=$(ver_cut 1-2) +inherit ecm kde.org + +DESCRIPTION="Framework to handle super user actions" +LICENSE="LGPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="X" + +RDEPEND=" + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kpty-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + X? ( x11-libs/libX11 ) +" +DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto ) +" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package X X11) + ) + + ecm_src_configure +}