# ChangeLog for net-wireless/wlassistant
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/wlassistant/ChangeLog,v 1.6 2005/10/23 16:42:03 carlo Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wlassistant/ChangeLog,v 1.7 2006/06/05 09:32:31 genstef Exp $
+
+*wlassistant-0.5.5 (05 Jun 2006)
+
+ 05 Jun 2006; Stefan Schweizer <genstef@gentoo.org>
+ -wlassistant-0.5.0.ebuild, -wlassistant-0.5.4a.ebuild,
+ +wlassistant-0.5.5.ebuild:
+ Version bump thanks to Karol Krizka <kkrizka@gmail.com> in bug 124078
23 Oct 2005; Carsten Lohrke <carlo@gentoo.org> wlassistant-0.5.0.ebuild,
wlassistant-0.5.4a.ebuild:
--- /dev/null
+MD5 1f30f1384b03662a9a0b75fa777f21d6 wlassistant-0.5.5.tar.bz2 148364
+RMD160 b11b7bd5458b98667849da43c970199690222b74 wlassistant-0.5.5.tar.bz2 148364
+SHA256 040cec50eb7bc68e02b4001f3dc69010af86fe8820bd1e0733295430b92db7dc wlassistant-0.5.5.tar.bz2 148364
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wlassistant/wlassistant-0.5.5.ebuild,v 1.1 2006/06/05 09:32:31 genstef Exp $
+
+inherit kde
+
+DESCRIPTION="A small application allowing you to scan for wireless networks and connect to them."
+HOMEPAGE="http://sourceforge.net/projects/wlassistant"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE=""
+DEPEND="dev-util/scons"
+RDEPEND=">=net-wireless/wireless-tools-27-r1
+ virtual/dhcpc"
+need-kde 3.3
+
+src_compile() {
+ ./configure || die "./configure failed"
+ emake || die "emake failed"
+}