diff options
author | 2004-08-17 20:41:50 +0000 | |
---|---|---|
committer | 2004-08-17 20:41:50 +0000 | |
commit | 147ab08f13a44a5883119a1c5b30d15cd2f49e3d (patch) | |
tree | 490bb85d99bac621bc79d7b25fe79f27c2490349 /net-misc/knemo/knemo-0.2.2.ebuild | |
parent | stable on alpha and ia64 (diff) | |
download | historical-147ab08f13a44a5883119a1c5b30d15cd2f49e3d.tar.gz historical-147ab08f13a44a5883119a1c5b30d15cd2f49e3d.tar.bz2 historical-147ab08f13a44a5883119a1c5b30d15cd2f49e3d.zip |
Add version 0.2.2.
Diffstat (limited to 'net-misc/knemo/knemo-0.2.2.ebuild')
-rw-r--r-- | net-misc/knemo/knemo-0.2.2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-misc/knemo/knemo-0.2.2.ebuild b/net-misc/knemo/knemo-0.2.2.ebuild new file mode 100644 index 000000000000..b69046accc51 --- /dev/null +++ b/net-misc/knemo/knemo-0.2.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/knemo/knemo-0.2.2.ebuild,v 1.1 2004/08/17 20:41:50 centic Exp $ + +inherit kde + +DESCRIPTION="KNemo - the KDE Network Monitor" +#SRC_URI="http://kde-apps.org/content/files/12956-${P}.tar.bz2" +SRC_URI="http://www.eris23.de/knemo/${P}.tar.bz2" + +HOMEPAGE="http://kde-apps.org/content/show.php?content=12956" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" +IUSE="wifi" + +RDEPEND="sys-apps/net-tools + wifi? ( net-wireless/wireless-tools )" +need-kde 3.2 + +pkg_postinst() { + einfo "" + einfo "KNemo is not an executable but an KDED service. Therefore it has to" + einfo "be started using Control Center/KDE Components/Service Manager." + einfo "" +} + |