aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-13 08:11:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-13 08:11:08 +0200
commit9106db3f2058e5fc0fb1ed318ad468fa1405e1b4 (patch)
tree3df80d5248dfe8dc610137c0689284509a81f8ec
parentkde-frameworks/kded: drop 5.86.0* (diff)
downloadkde-9106db3f.tar.gz
kde-9106db3f.tar.bz2
kde-9106db3f.zip
kde-frameworks/kdesu: drop 5.86.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kdesu/Manifest1
-rw-r--r--kde-frameworks/kdesu/kdesu-5.86.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kdesu/Manifest b/kde-frameworks/kdesu/Manifest
deleted file mode 100644
index 8aab490db4..0000000000
--- a/kde-frameworks/kdesu/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdesu-5.86.0.tar.xz 52492 BLAKE2B ff1bbb2abd404540cd97966753602894102c0ee032153131fa47bf8305eb1b09c0608ea4b08b65ac510342347c0ce726c9f54b9c6e5fdcc3ab55a0c9c8435df7 SHA512 5373d529b1e455b20aa3c816ddb8224cfa6ec952d4fa49d62ec1298697e2dba5cbd13bf1822b27482b950be25cb8dd594cc53c715b89551d1f555d72af6c9ded
diff --git a/kde-frameworks/kdesu/kdesu-5.86.0.ebuild b/kde-frameworks/kdesu/kdesu-5.86.0.ebuild
deleted file mode 100644
index 9f1f81824f..0000000000
--- a/kde-frameworks/kdesu/kdesu-5.86.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 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
- =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
-}