summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-09-08 15:52:19 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-09-08 15:52:19 +0000
commit235edd143580a7bd32dc1dcbc518419b3dd01e4a (patch)
treec4c184c98c60791a0459220373198791936d7d2e /net-wireless/wlassistant
parentNext in the stable line begins its journey into ~arch (diff)
downloadgentoo-2-235edd143580a7bd32dc1dcbc518419b3dd01e4a.tar.gz
gentoo-2-235edd143580a7bd32dc1dcbc518419b3dd01e4a.tar.bz2
gentoo-2-235edd143580a7bd32dc1dcbc518419b3dd01e4a.zip
Version Bump thanks to Gael Beaudoin <gaboo@gaboo.org> and Wenke Li <corecentralconsciousness@yahoo.com> in bug 104558
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-wireless/wlassistant')
-rw-r--r--net-wireless/wlassistant/ChangeLog9
-rw-r--r--net-wireless/wlassistant/files/digest-wlassistant-0.5.4a1
-rw-r--r--net-wireless/wlassistant/wlassistant-0.5.4a.ebuild17
3 files changed, 26 insertions, 1 deletions
diff --git a/net-wireless/wlassistant/ChangeLog b/net-wireless/wlassistant/ChangeLog
index 601a8e4dbf05..80cc84fb2168 100644
--- a/net-wireless/wlassistant/ChangeLog
+++ b/net-wireless/wlassistant/ChangeLog
@@ -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.4 2005/08/28 21:41:05 hparker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wlassistant/ChangeLog,v 1.5 2005/09/08 15:52:19 genstef Exp $
+
+*wlassistant-0.5.4a (08 Sep 2005)
+
+ 08 Sep 2005; Stefan Schweizer <genstef@gentoo.org>
+ +wlassistant-0.5.4a.ebuild:
+ Version Bump thanks to Gael Beaudoin <gaboo@gaboo.org> and Wenke Li
+ <corecentralconsciousness@yahoo.com> in bug 104558
28 Aug 2005; Homer Parker <hparker@gentoo.org> wlassistant-0.5.0.ebuild:
Marked ~amd64.
diff --git a/net-wireless/wlassistant/files/digest-wlassistant-0.5.4a b/net-wireless/wlassistant/files/digest-wlassistant-0.5.4a
new file mode 100644
index 000000000000..a2712657bb09
--- /dev/null
+++ b/net-wireless/wlassistant/files/digest-wlassistant-0.5.4a
@@ -0,0 +1 @@
+MD5 4836d595a27f34c24784cdf9c2a9d5a8 wlassistant-0.5.4a.tar.bz2 422843
diff --git a/net-wireless/wlassistant/wlassistant-0.5.4a.ebuild b/net-wireless/wlassistant/wlassistant-0.5.4a.ebuild
new file mode 100644
index 000000000000..2608290992b6
--- /dev/null
+++ b/net-wireless/wlassistant/wlassistant-0.5.4a.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wlassistant/wlassistant-0.5.4a.ebuild,v 1.1 2005/09/08 15:52:19 genstef Exp $
+
+inherit kde
+need-kde 3.3
+
+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=""
+RDEPEND=">=net-wireless/wireless-tools-27-r1
+ virtual/dhcpc"