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 880D51382C5 for ; Sat, 13 Mar 2021 12:18:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00130E0891; Sat, 13 Mar 2021 12:18:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BA286E08DD for ; Sat, 13 Mar 2021 12:18:46 +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 5D58C340B10 for ; Sat, 13 Mar 2021 12:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1BD359C for ; Sat, 13 Mar 2021 12:18:43 +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: <1615637819.9d7ff1371e0392d968464df7bba01491152f50fb.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.80.0.ebuild X-VCS-Directories: kde-frameworks/kdesu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d7ff1371e0392d968464df7bba01491152f50fb X-VCS-Branch: master Date: Sat, 13 Mar 2021 12:18:43 +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: 90059d81-1c28-49f3-9c58-c59dd3adefbf X-Archives-Hash: 4770cbac9117aa2fbf3a32cc420236d6 commit: 9d7ff1371e0392d968464df7bba01491152f50fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 13 12:14:04 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 13 12:16:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7ff137 kde-frameworks/kdesu: 5.80.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdesu/Manifest | 1 + kde-frameworks/kdesu/kdesu-5.80.0.ebuild | 33 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest index 09b84cc90db..0ec76751ac0 100644 --- a/kde-frameworks/kdesu/Manifest +++ b/kde-frameworks/kdesu/Manifest @@ -1,2 +1,3 @@ DIST kdesu-5.77.0.tar.xz 51808 BLAKE2B 33b629775ee737862ffc6914b92040fc6478afbeb0fc22f82d8d80dcdf94d5e9377ab9bd2bfd9871b189467fd3c50966fa41704fab6afd085cdef9c53babc2cf SHA512 3d586bf40884623b4c969b91797dcf90567e07af7ad6d4ffc8899af7fe0d70574e4108cd96b7c009e0d3ce7cb4c1e901c2b33bdfc31b2beef60e23f0351e8be3 DIST kdesu-5.79.0.tar.xz 52212 BLAKE2B b35736d61621676f20e7308a335b6edc44ce473b14a0565c66c2abc17ecd6ab6f7d8b636d2286a20c70d6cab4bb91cb38ad0f36834379182e54a2ed36053634f SHA512 f6f2e12a1aa904c5e8567e47a5aae038ee8237f87d3339a8d771b528d87ed8bbce1422e5a7217ce30aa79d5afa77b64cdd5bccaf8102479105342a313bc60f09 +DIST kdesu-5.80.0.tar.xz 52188 BLAKE2B 25369db6566eafa917b5eedd9e74f54aee294f6f366c44c59684acda14194703db5fdd0abbe251beff9815a428a41ab183a9f2a9d28589fbb40a731332d02707 SHA512 b5ccbb6827a18c2f8b370d64405825a4c533fac120e56a99a6d90bd01d563606ae625f2048e27fd19756d51175ecf163468349f7587540401abd5d002a7c8a6e diff --git a/kde-frameworks/kdesu/kdesu-5.80.0.ebuild b/kde-frameworks/kdesu/kdesu-5.80.0.ebuild new file mode 100644 index 00000000000..f80367b7e21 --- /dev/null +++ b/kde-frameworks/kdesu/kdesu-5.80.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~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 +}