summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-05-07 16:46:58 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-05-07 16:46:58 +0000
commit66d03870dd140147aeb30d67345031c81c2cb6ce (patch)
tree18e4b7b3cb82a02a290a82d70e8d15aa2280eba9 /net-wireless/kwlaninfo/kwlaninfo-0.9.5.ebuild
parentMarked ~hppa (bug #177270). (diff)
downloadgentoo-2-66d03870dd140147aeb30d67345031c81c2cb6ce.tar.gz
gentoo-2-66d03870dd140147aeb30d67345031c81c2cb6ce.tar.bz2
gentoo-2-66d03870dd140147aeb30d67345031c81c2cb6ce.zip
New version 0.9.5, fixes bug 146956.
(Portage version: 2.1.2.6)
Diffstat (limited to 'net-wireless/kwlaninfo/kwlaninfo-0.9.5.ebuild')
-rw-r--r--net-wireless/kwlaninfo/kwlaninfo-0.9.5.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/net-wireless/kwlaninfo/kwlaninfo-0.9.5.ebuild b/net-wireless/kwlaninfo/kwlaninfo-0.9.5.ebuild
new file mode 100644
index 000000000000..dee5f39623c3
--- /dev/null
+++ b/net-wireless/kwlaninfo/kwlaninfo-0.9.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/kwlaninfo/kwlaninfo-0.9.5.ebuild,v 1.1 2007/05/07 16:46:58 philantrop Exp $
+
+inherit kde eutils
+
+IUSE=""
+
+DESCRIPTION="KDE Applet to display information about wlan connections"
+HOMEPAGE="http://www.ph-home.de/opensource/kde3/kwlaninfo/"
+SRC_URI="http://www.ph-home.de/opensource/kde3/${PN}/${P}.tgz
+ mirror://gentoo/kde-admindir-3.5.5.tar.bz2"
+RESTRICT="mirror"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="net-wireless/wireless-tools"
+
+need-kde 3.0
+
+src_unpack() {
+ kde_src_unpack
+
+ cd ${S}
+ epatch ${FILESDIR}/${P}-desktop.patch
+}