Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/kmldonkey/
Date: Wed, 02 Nov 2016 19:44:42
Message-Id: 1478115869.4c59d7fcb6f77d0e52900e7e14bed539f7e901ae.johu@gentoo
1 commit: 4c59d7fcb6f77d0e52900e7e14bed539f7e901ae
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 19:43:56 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 19:44:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c59d7fc
7
8 net-p2p/kmldonkey: Drop deprecated Plasma 4 support
9
10 Package-Manager: portage-2.3.2
11
12 net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild b/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
16 index a3b9767..5cdebf4 100644
17 --- a/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
18 +++ b/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -6,21 +6,21 @@ EAPI=5
26
27 inherit kde4-base
28
29 -DESCRIPTION="Provides integration for the MLDonkey P2P software and KDE 4"
30 +DESCRIPTION="Provides integration for the MLDonkey P2P software"
31 HOMEPAGE="https://www.kde.org/"
32 SRC_URI="https://api.opensuse.org/public/source/home:eduardhc/${PN}-kde4/${P}.tar.bz2"
33
34 LICENSE="GPL-2 LGPL-2"
35 SLOT="4"
36 KEYWORDS="amd64 x86"
37 -IUSE="debug plasma"
38 +IUSE="debug"
39
40 -DEPEND="plasma? ( $(add_kdebase_dep plasma-workspace) )"
41 +DEPEND=""
42 RDEPEND="${DEPEND}"
43
44 src_configure() {
45 local mycmakeargs=(
46 - $(cmake-utils_use_with plasma)
47 + -DWITH_Plasma=OFF
48 )
49
50 kde4-base_src_configure