kde-frameworks/kdesu: drop 5.113.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2024-03-02 09:44:51 +01:00
parent 01eba7f8ee
commit ba6679720f
No known key found for this signature in database
GPG Key ID: C5D682DFAEFD8888
2 changed files with 0 additions and 34 deletions

View File

@ -1,3 +1,2 @@
DIST kdesu-5.113.0.tar.xz 56804 BLAKE2B 6307efa31396a4a1cc4794c1a8ddfa52b351208a0d4f60cdb6092c6ca016ac333ee541e73aab54a4eb85f99d40506e34bc2b10ae6b5347e3340ff4c36b68a8be SHA512 42694b3004244a97623aa22a348f3368755e357522686943a49d836a89ed6dc48fb95dbb49861b10ebec23375a6290300ec0c061d7c0e258929471adf6d58534
DIST kdesu-5.115.0.tar.xz 56812 BLAKE2B d37c45d6ff7d0fa1f2dcc452c7ce3bfb1daca057d691c33b91c08aff1eb53686d99a089ba901cc3e001c7f019bb23bde999d66e5b449252c831de8cad8aab682 SHA512 097a4ad960fd6f47600a70b6117f8f3517bc627c3bd32616b95acedddb75d49cf44ac07ecd7fad139ac366463741e3358b96e0d2b1af7ab6fc46e009bdbf3e3d
DIST kdesu-6.0.0.tar.xz 56704 BLAKE2B d9b3676b531b729c49621434023167d887bbfa43d68b25fa202435ed122860d435db648cc74835d50581aa20912143b5d811d1f0c21af856f3ffcb47994416e9 SHA512 5f790f838b346d1ec1fcf392a8a5912b017afffda33864f30a36bc564487bc2809650ae19a4ee5ff3fa1f3c0a7fc8fa56f3441edd299ec4fcf517b32c4774a4a

View File

@ -1,33 +0,0 @@
# Copyright 1999-2024 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
}