blob: ea7b2bbe64028d69b5856d00a9126e8e28357282 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/kmldonkey/kmldonkey-2.0.2-r1.ebuild,v 1.2 2009/03/02 14:38:40 scarabeus Exp $
EAPI="3"
KMNAME="extragear/network"
KMMODULE="kmldonkey"
inherit kde4-base
DESCRIPTION="Provides integration for the MLDonkey P2P software and KDE 4."
HOMEPAGE="http://extragear.kde.org/apps/kmldonkey/"
LICENSE="GPL-2 LGPL-2"
SLOT="live"
KEYWORDS="~amd64 ~x86"
IUSE="debug plasma"
RDEPEND="plasma? ( >=kde-base/plasma-workspace-${KDE_MINIMAL} )"
DEPEND="${RDEPEND}
!net-p2p/kmldonkey:4.1
sys-devel/gettext"
|