summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-11-02 20:43:56 +0100
committerJohannes Huber <johu@gentoo.org>2016-11-02 20:44:29 +0100
commit4c59d7fcb6f77d0e52900e7e14bed539f7e901ae (patch)
tree3abbc4e4fa757104be880255e7a742fe071115ab /net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
parentdev-perl/Mozilla-CA: Add gentoo stub, untested, without keywords (diff)
downloadgentoo-4c59d7fcb6f77d0e52900e7e14bed539f7e901ae.tar.gz
gentoo-4c59d7fcb6f77d0e52900e7e14bed539f7e901ae.tar.bz2
gentoo-4c59d7fcb6f77d0e52900e7e14bed539f7e901ae.zip
net-p2p/kmldonkey: Drop deprecated Plasma 4 support
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild')
-rw-r--r--net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild b/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
index a3b97671ad51..5cdebf4058bc 100644
--- a/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
+++ b/net-p2p/kmldonkey/kmldonkey-2.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,21 +6,21 @@ EAPI=5
inherit kde4-base
-DESCRIPTION="Provides integration for the MLDonkey P2P software and KDE 4"
+DESCRIPTION="Provides integration for the MLDonkey P2P software"
HOMEPAGE="https://www.kde.org/"
SRC_URI="https://api.opensuse.org/public/source/home:eduardhc/${PN}-kde4/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="4"
KEYWORDS="amd64 x86"
-IUSE="debug plasma"
+IUSE="debug"
-DEPEND="plasma? ( $(add_kdebase_dep plasma-workspace) )"
+DEPEND=""
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_with plasma)
+ -DWITH_Plasma=OFF
)
kde4-base_src_configure