summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-05-14 13:17:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-05-14 13:32:04 +0200
commit0c17db1b699a0970cd7d2a88c95e9921672e9eaf (patch)
tree6127775774a4bd1e300d7430a4ca54378979f530 /kde-frameworks
parentkde-frameworks/kded: drop 5.93.0* (diff)
downloadgentoo-0c17db1b699a0970cd7d2a88c95e9921672e9eaf.tar.gz
gentoo-0c17db1b699a0970cd7d2a88c95e9921672e9eaf.tar.bz2
gentoo-0c17db1b699a0970cd7d2a88c95e9921672e9eaf.zip
kde-frameworks/kdesu: drop 5.93.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kdesu/Manifest1
-rw-r--r--kde-frameworks/kdesu/kdesu-5.93.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest
index b1f4b7364e2c..aaba631ba488 100644
--- a/kde-frameworks/kdesu/Manifest
+++ b/kde-frameworks/kdesu/Manifest
@@ -1,3 +1,2 @@
DIST kdesu-5.92.0.tar.xz 55452 BLAKE2B 6c150c1f623fe8132b23abfe2ccf4defb4c9b9bdb538da170585247d3fdca615eeb76d31050f62e28d947a0926fc4731197b25b70a59e87711136de56062cf0f SHA512 6820edaf1233dacc4e71d7cac3e38048fc4fe19df7ef45f51346b07157a57107272fff3386547f0105597b3a7da6076305d955ab0fbcafe5ab9dc4160582deee
-DIST kdesu-5.93.0.tar.xz 55500 BLAKE2B 9402fc58285f80666f7e1b2c1950c8da7f15382ca0d2b7572c47215c0570b03863064d9d481bd0c0fd2d9dba5f196bbb2f1f483f6424e59a27508597e72e3882 SHA512 0a757e0bedeab3e820d6952af840d353dd35a8bd0b7c3d025d00dbb53bece0d8702e28c7e390b5d968632d45a4c47853359a5f9480286bce7461d1053b743866
DIST kdesu-5.94.0.tar.xz 55500 BLAKE2B 80b1004997ff113f8ae2550e20b371a44fa6df8f4cc7294b1184c5a4217a85af30032868a39e37ce1080a998e0761354abdce5f89ec98c3e7809862979b70197 SHA512 850c35338d08c16e6fc82fe844640629e1198c1f127c286bf8e443e5b7e8b3b53529e8fc24a0ea62b824c7be4e42df933e49d6c5870562d971322574581bc664
diff --git a/kde-frameworks/kdesu/kdesu-5.93.0.ebuild b/kde-frameworks/kdesu/kdesu-5.93.0.ebuild
deleted file mode 100644
index 642ef2c2ee3a..000000000000
--- a/kde-frameworks/kdesu/kdesu-5.93.0.ebuild
+++ /dev/null
@@ -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 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
-}