blob: b998234bf5cd88e397147bfe3c2b5a919a0f79b0 (
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
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/knemo/knemo-0.5.2.ebuild,v 1.1 2009/10/31 21:30:46 ssuominen Exp $
EAPI=2
KDE_LINGUAS_DIR="translations"
KDE_LINGUAS="ar bg br cs cy da de el en_GB es et fr ga gl hu it ja ka lt nl pl
pt pt_BR ru rw sk sr sr@Latn sv tr uk"
inherit kde4-base
DESCRIPTION="KNemo - the KDE Network Monitor"
HOMEPAGE="http://kde-apps.org/content/show.php?content=12956"
SRC_URI="http://www.kde-apps.org/CONTENT/content-files/12956-${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"
DEPEND=">=kde-base/systemsettings-${KDE_MINIMAL}
net-wireless/wireless-tools
sys-apps/net-tools
!${CATEGORY}/${PN}:0"
DOCS="AUTHORS ChangeLog README TODO"
|