diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-12-30 09:43:31 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-12-30 09:43:31 +0000 |
commit | 5e9177677331f1d51b48c3034f00799f004ce972 (patch) | |
tree | acaa313bc665d89fe47df48cee74f70d6b6e4a51 /net-misc/wicd | |
parent | Fix bug 394309 and download URI (diff) | |
download | gentoo-2-5e9177677331f1d51b48c3034f00799f004ce972.tar.gz gentoo-2-5e9177677331f1d51b48c3034f00799f004ce972.tar.bz2 gentoo-2-5e9177677331f1d51b48c3034f00799f004ce972.zip |
Fix einfo
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r-- | net-misc/wicd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.7.1_pre20111210-r1.ebuild | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog index 36f92db0895c..b4ee19a363e6 100644 --- a/net-misc/wicd/ChangeLog +++ b/net-misc/wicd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wicd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.103 2011/12/30 09:42:08 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.104 2011/12/30 09:43:31 tomka Exp $ + + 30 Dec 2011; Thomas Kahle <tomka@gentoo.org> wicd-1.7.1_pre20111210-r1.ebuild: + Fix einfo *wicd-1.7.1_pre20111210-r1 (30 Dec 2011) diff --git a/net-misc/wicd/wicd-1.7.1_pre20111210-r1.ebuild b/net-misc/wicd/wicd-1.7.1_pre20111210-r1.ebuild index a6b8971b2100..53e8f5143dec 100644 --- a/net-misc/wicd/wicd-1.7.1_pre20111210-r1.ebuild +++ b/net-misc/wicd/wicd-1.7.1_pre20111210-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_pre20111210-r1.ebuild,v 1.1 2011/12/30 09:42:08 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_pre20111210-r1.ebuild,v 1.2 2011/12/30 09:43:31 tomka Exp $ EAPI=3 @@ -113,9 +113,4 @@ pkg_postinst() { 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" fi - ewarn "If you upgrade from earlier versions, then be sure to check" - ewarn "your connection settings. New versions parse old settings" - ewarn "differently, so your DHCP hostname and passphrase could appear" - ewarn "enclosed in ['square brackets in quotes']. In this case just" - ewarn "remove the offending brackets and quotes." } |