summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-05-28 03:40:04 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-05-28 03:40:04 +0000
commit9ed3dc37cd37a4f16541539d52bea39db73cf452 (patch)
tree7bec87dac2975099c7fd78ec276d826427b58be2 /net-misc/wicd
parentBug 271245. No more /sbin/lsmod link after module-init-tools version bump. (diff)
downloadgentoo-2-9ed3dc37cd37a4f16541539d52bea39db73cf452.tar.gz
gentoo-2-9ed3dc37cd37a4f16541539d52bea39db73cf452.tar.bz2
gentoo-2-9ed3dc37cd37a4f16541539d52bea39db73cf452.zip
Version bump, minor caching improvments, ps3 tweaks, improved libnotify messages - probably last release before 1.6.0 final
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r--net-misc/wicd/ChangeLog9
-rw-r--r--net-misc/wicd/wicd-1.6.0_beta3.ebuild (renamed from net-misc/wicd/wicd-1.6.0_beta2.ebuild)6
2 files changed, 13 insertions, 2 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog
index cf96ffb66aa7..198d3bc79806 100644
--- a/net-misc/wicd/ChangeLog
+++ b/net-misc/wicd/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.44 2009/05/26 14:51:50 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.45 2009/05/28 03:40:04 darkside Exp $
+
+*wicd-1.6.0_beta3 (28 May 2009)
+
+ 28 May 2009; Jeremy Olexa <darkside@gentoo.org> -wicd-1.6.0_beta2.ebuild,
+ +wicd-1.6.0_beta3.ebuild:
+ Version bump, minor caching improvments, ps3 tweaks, improved libnotify
+ messages - probably last release before 1.6.0 final
*wicd-1.6.0_beta2 (26 May 2009)
diff --git a/net-misc/wicd/wicd-1.6.0_beta2.ebuild b/net-misc/wicd/wicd-1.6.0_beta3.ebuild
index 9c9ac861f408..d51282140287 100644
--- a/net-misc/wicd/wicd-1.6.0_beta2.ebuild
+++ b/net-misc/wicd/wicd-1.6.0_beta3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.6.0_beta2.ebuild,v 1.1 2009/05/26 14:51:50 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.6.0_beta3.ebuild,v 1.1 2009/05/28 03:40:04 darkside Exp $
EAPI="2"
@@ -69,4 +69,8 @@ pkg_postinst() {
elog "- Remove all net.* initscripts (except for net.lo) from all runlevels"
elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/conf.d/rc"
elog "(For example, RC_PLUG_SERVICES=\"!net.eth0 !net.wlan0\")"
+ elog
+ ewarn "Wicd-1.6 and newer requires your user to be in the 'users' group. If"
+ ewarn "you are not in that group, then modify /etc/dbus-1/system.d/wicd.conf
+"
}