Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/
Date: Sat, 08 Jan 2022 21:14:53
Message-Id: 1641676463.8c367f92330bd3ea0b478ca451549f1dfce93595.asturm@gentoo
1 commit: 8c367f92330bd3ea0b478ca451549f1dfce93595
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 21:09:53 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 21:14:23 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c367f92
7
8 kde-frameworks/kdesu: drop 5.90.0*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-frameworks/kdesu/kdesu-5.90.0.ebuild | 33 --------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/kde-frameworks/kdesu/kdesu-5.90.0.ebuild b/kde-frameworks/kdesu/kdesu-5.90.0.ebuild
16 deleted file mode 100644
17 index 3825647bce..0000000000
18 --- a/kde-frameworks/kdesu/kdesu-5.90.0.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -ECM_TEST="true"
27 -PVCUT=$(ver_cut 1-2)
28 -inherit ecm kde.org
29 -
30 -DESCRIPTION="Framework to handle super user actions"
31 -LICENSE="LGPL-2"
32 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
33 -IUSE="X"
34 -
35 -RDEPEND="
36 - =kde-frameworks/kconfig-${PVCUT}*:5
37 - =kde-frameworks/kcoreaddons-${PVCUT}*:5
38 - =kde-frameworks/ki18n-${PVCUT}*:5
39 - =kde-frameworks/kpty-${PVCUT}*:5
40 - =kde-frameworks/kservice-${PVCUT}*:5
41 - X? ( x11-libs/libX11 )
42 -"
43 -DEPEND="${RDEPEND}
44 - X? ( x11-base/xorg-proto )
45 -"
46 -
47 -src_configure() {
48 - local mycmakeargs=(
49 - $(cmake_use_find_package X X11)
50 - )
51 -
52 - ecm_src_configure
53 -}