summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-03-08 17:18:17 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-03-08 17:18:17 +0000
commit45a55e0b4f4e5623f6775667e64bb61789ee4e98 (patch)
tree63f128c4f7ba6085308905f9e84966568c0bc027 /net-misc
parentPorted all ebuilds to EAPI=3, bump to Dev Tools 3.2.1, 5646.1 as 5647 (hack),... (diff)
downloadgentoo-2-45a55e0b4f4e5623f6775667e64bb61789ee4e98.tar.gz
gentoo-2-45a55e0b4f4e5623f6775667e64bb61789ee4e98.tar.bz2
gentoo-2-45a55e0b4f4e5623f6775667e64bb61789ee4e98.zip
Stable on amd64 wrt bug #307257.Various QA fixes
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/wicd/ChangeLog5
-rw-r--r--net-misc/wicd/wicd-1.7.0.ebuild10
2 files changed, 8 insertions, 7 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog
index 903df6dacb96..29f85939c0ff 100644
--- a/net-misc/wicd/ChangeLog
+++ b/net-misc/wicd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.68 2010/03/02 10:39:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.69 2010/03/08 17:18:17 hwoarang Exp $
+
+ 08 Mar 2010; Markos Chandras <hwoarang@gentoo.org> wicd-1.7.0.ebuild:
+ Stable on amd64 wrt bug #307257. Various QA fixes
02 Mar 2010; Christian Faulhammer <fauli@gentoo.org> wicd-1.7.0.ebuild:
stable x86, bug 307257
diff --git a/net-misc/wicd/wicd-1.7.0.ebuild b/net-misc/wicd/wicd-1.7.0.ebuild
index d9e5428ad822..66d12ec5bdb0 100644
--- a/net-misc/wicd/wicd-1.7.0.ebuild
+++ b/net-misc/wicd/wicd-1.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.0.ebuild,v 1.4 2010/03/02 10:39:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.0.ebuild,v 1.5 2010/03/08 17:18:17 hwoarang Exp $
EAPI=2
@@ -12,7 +12,7 @@ SRC_URI="http://downloads.wicd.net/src/stable/1.7.x/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="X +gtk ioctl libnotify ncurses nls +pm-utils"
DEPEND=""
@@ -66,7 +66,7 @@ src_install() {
|| die "keepdir failed, critical for this app"
keepdir /var/log/wicd \
|| die "keepdir failed, critical for this app"
- use nls || rm -rf ${D}/usr/share/locale
+ use nls || rm -rf "${D}"/usr/share/locale
}
pkg_postinst() {
@@ -80,10 +80,8 @@ pkg_postinst() {
elog "(For example, RC_PLUG_SERVICES=\"!net.eth0 !net.wlan0\")"
# Maintainer's note: the consolekit use flag short circuits a dbus rule and
# allows the connection. Else, you need to be in the group.
- if has_version sys-auth/pambase; then
- if ! built_with_use sys-auth/pambase consolekit; then
+ if ! has_version sys-auth/pambase[consolekit]; then
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
fi
}