Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/solid-runtime/
Date: Sun, 16 Aug 2020 15:57:48
Message-Id: 1597443454.7caf2bf27bc2b3ffafb09431a01e3cdae514c58a.asturm@gentoo
1 commit: 7caf2bf27bc2b3ffafb09431a01e3cdae514c58a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 22:16:35 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 22:17:34 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=7caf2bf2
7
8 kde-apps/solid-runtime: Drop 4.14.3
9
10 Overshadowed by 16.04.3 which does not require bluedevil:4.
11 Fixes unsatisfied deps with various arches.
12
13 Package-Manager: Portage-3.0.2, Repoman-2.3.23
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 kde-apps/solid-runtime/solid-runtime-4.14.3.ebuild | 29 ----------------------
17 1 file changed, 29 deletions(-)
18
19 diff --git a/kde-apps/solid-runtime/solid-runtime-4.14.3.ebuild b/kde-apps/solid-runtime/solid-runtime-4.14.3.ebuild
20 deleted file mode 100644
21 index 1aa133f0..00000000
22 --- a/kde-apps/solid-runtime/solid-runtime-4.14.3.ebuild
23 +++ /dev/null
24 @@ -1,29 +0,0 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=5
29 -
30 -KMNAME="kde-runtime"
31 -KMNOMODULE=true
32 -inherit kde4-meta
33 -
34 -DESCRIPTION="KDE SC solid runtime modules (autoeject, automounter and others)"
35 -HOMEPAGE="https://solid.kde.org"
36 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
37 -IUSE="debug bluetooth networkmanager"
38 -
39 -KMEXTRA="
40 - solid-device-automounter/
41 - solid-hardware/
42 - solid-networkstatus/
43 - solidautoeject/
44 - soliduiserver/
45 -"
46 -
47 -DEPEND=""
48 -RDEPEND="${DEPEND}
49 - bluetooth? ( kde-plasma/bluedevil:4 )
50 - networkmanager? ( || ( kde-misc/plasma-nm kde-misc/networkmanagement kde-plasma/plasma-nm ) )
51 -"
52 -
53 -PATCHES=( "${FILESDIR}/${PN}-4.14.3-networkmanager-1.0.6.patch" )