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 5B949158013 for ; Fri, 15 Dec 2023 16:22:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D9102BC047; Fri, 15 Dec 2023 16:22:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6BB222BC027 for ; Fri, 15 Dec 2023 16:22:08 +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 B10F033CEF2 for ; Fri, 15 Dec 2023 16:22:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50A4D136E for ; Fri, 15 Dec 2023 16:22:06 +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: <1702657289.21ebaf83fd6eddc9a238c194952b876d1f4fab4c.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.113.0.ebuild X-VCS-Directories: kde-frameworks/kdesu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 21ebaf83fd6eddc9a238c194952b876d1f4fab4c X-VCS-Branch: master Date: Fri, 15 Dec 2023 16:22: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4495068-fb97-46a9-924e-2d89aaa5a14d X-Archives-Hash: 85901f7f596b22bcfae804514b9bcf80 commit: 21ebaf83fd6eddc9a238c194952b876d1f4fab4c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 15 11:58:24 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 15 16:21:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ebaf83 kde-frameworks/kdesu: 5.113.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdesu/Manifest | 1 + kde-frameworks/kdesu/kdesu-5.113.0.ebuild | 33 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest index 507ad2e02bfa..31f335968550 100644 --- a/kde-frameworks/kdesu/Manifest +++ b/kde-frameworks/kdesu/Manifest @@ -1 +1,2 @@ DIST kdesu-5.112.0.tar.xz 56804 BLAKE2B 125fc63030b8c53014428bd55a7d0cd75505e174687d516cb67ffc1e6767cb99b419f525485e41bc52cae0ab2aed3b18e6b3e8203d0e095c8f4a412ba5a9d111 SHA512 028ade75cc0c9a44c1b58b7c9366cc3ed12503da4a31c89b87c9af1cf1721c5ae70a208b005f57bf26ce796dff9b4aa8637bad2f8c6c48914a46045c552e7441 +DIST kdesu-5.113.0.tar.xz 56804 BLAKE2B 6307efa31396a4a1cc4794c1a8ddfa52b351208a0d4f60cdb6092c6ca016ac333ee541e73aab54a4eb85f99d40506e34bc2b10ae6b5347e3340ff4c36b68a8be SHA512 42694b3004244a97623aa22a348f3368755e357522686943a49d836a89ed6dc48fb95dbb49861b10ebec23375a6290300ec0c061d7c0e258929471adf6d58534 diff --git a/kde-frameworks/kdesu/kdesu-5.113.0.ebuild b/kde-frameworks/kdesu/kdesu-5.113.0.ebuild new file mode 100644 index 000000000000..d5ebea58648d --- /dev/null +++ b/kde-frameworks/kdesu/kdesu-5.113.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 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 frameworks.kde.org + +DESCRIPTION="Framework to handle super user actions" + +LICENSE="LGPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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 + X? ( x11-libs/libX11 ) +" +DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto ) +" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package X X11) + ) + + ecm_src_configure +}