Version bump thanks to Karol Krizka <kkrizka@gmail.com> in bug 124078
authorStefan Schweizer <genstef@gentoo.org>
Mon, 5 Jun 2006 09:32:31 +0000 (09:32 +0000)
committerStefan Schweizer <genstef@gentoo.org>
Mon, 5 Jun 2006 09:32:31 +0000 (09:32 +0000)
Package-Manager: portage-2.1_rc4-r1

net-wireless/wlassistant/ChangeLog
net-wireless/wlassistant/files/digest-wlassistant-0.5.5 [new file with mode: 0644]
net-wireless/wlassistant/wlassistant-0.5.5.ebuild [new file with mode: 0644]

index bc9ba590095fd6eb2e015f55019169217e5b390f..0c264789d4c8419ba83ca90f5e6615aefc5a868f 100644 (file)
@@ -1,6 +1,13 @@
 # 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:
diff --git a/net-wireless/wlassistant/files/digest-wlassistant-0.5.5 b/net-wireless/wlassistant/files/digest-wlassistant-0.5.5
new file mode 100644 (file)
index 0000000..0a83b98
--- /dev/null
@@ -0,0 +1,3 @@
+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
diff --git a/net-wireless/wlassistant/wlassistant-0.5.5.ebuild b/net-wireless/wlassistant/wlassistant-0.5.5.ebuild
new file mode 100644 (file)
index 0000000..b790f55
--- /dev/null
@@ -0,0 +1,23 @@
+# 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"
+}