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, 09 Apr 2022 21:45:22
Message-Id: 1649540302.7be8b20a7a395e14261b45bf63e84cd7b6f3ac64.asturm@gentoo
1 commit: 7be8b20a7a395e14261b45bf63e84cd7b6f3ac64
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 21:38:22 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 21:38:22 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7be8b20a
7
8 kde-frameworks/kdesu: drop 5.93.0*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-frameworks/kdesu/kdesu-5.93.0.ebuild | 33 --------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/kde-frameworks/kdesu/kdesu-5.93.0.ebuild b/kde-frameworks/kdesu/kdesu-5.93.0.ebuild
16 deleted file mode 100644
17 index 642ef2c2ee..0000000000
18 --- a/kde-frameworks/kdesu/kdesu-5.93.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 -
32 -LICENSE="LGPL-2"
33 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
34 -IUSE="X"
35 -
36 -RDEPEND="
37 - =kde-frameworks/kconfig-${PVCUT}*:5
38 - =kde-frameworks/kcoreaddons-${PVCUT}*:5
39 - =kde-frameworks/ki18n-${PVCUT}*:5
40 - =kde-frameworks/kpty-${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 -}