kde-frameworks/kdesu: drop 5.97.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2022-09-13 12:58:06 +02:00
parent 48739c4872
commit fa92cf4c06
2 changed files with 0 additions and 34 deletions

View File

@@ -1,3 +1,2 @@
DIST kdesu-5.96.0.tar.xz 56032 BLAKE2B 976d7fd5def2e358107d834a092e76bda29776b87ec0e2c7a5b990ddc49e399dfbeabc951ec9a71c3da6660a8b8a33c0f899f80add7ab9784a12893f3fbf3d63 SHA512 8ccaebb8e0276fc6e661d15f57271ff05ed83309fc601301796a60f36346a2f105026e43f7c71b2692b0d1d3b7ba0447518e8500ace1c01c9f7c33b0d24e3d8e
DIST kdesu-5.97.0.tar.xz 56024 BLAKE2B 407b08eccec9a3db317de12731ebf3a2cc96e8ef5582943b665d96686a02441e8987c13d4186d961f3dbde6c1fb4f5ecd14039922dddb7143157c05cecf4c5fd SHA512 043d772a1e825991636adadd23730f4308e17c572b4f109caef74291a3a5506b8a7687d1422b5e0164411f838e97c1f58f24384f8f8247ac6262778c1a333c74
DIST kdesu-5.98.0.tar.xz 55972 BLAKE2B a699e74179b57028e3d6b413dbd3955d6a8ecf0976f6adf79ef056a99a202f8577cafec35d7459e8f34ba60982f558ed07aec600c49c3e5ad51bb226db5bfd0c SHA512 0e6b7a52822dbde4ca88df91f4112605b9099a5ec10d547f74e945dbcc56a9cd8469c11923c7ce73c1debefa91e37c7cf8bc2bb1b4f1dc0f613361e0cb7f50c5

View File

@@ -1,33 +0,0 @@
# 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 frameworks.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
X? ( x11-libs/libX11 )
"
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package X X11)
)
ecm_src_configure
}