diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2010-04-13 19:32:09 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2010-04-13 19:32:09 +0000 |
commit | e0c454140765aed48c949fc03f6afc1e617efbeb (patch) | |
tree | 7291c4a0340826bc66428864fca5c2af29a3935a /app-laptop/batti | |
parent | Stable on amd64 wrt bug #314853 (diff) | |
download | gentoo-2-e0c454140765aed48c949fc03f6afc1e617efbeb.tar.gz gentoo-2-e0c454140765aed48c949fc03f6afc1e617efbeb.tar.bz2 gentoo-2-e0c454140765aed48c949fc03f6afc1e617efbeb.zip |
Remove ewarn to tell the user he has to be in the messagebus group. Depend on sys-power/upower or sys-apps/devicekit-power.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/batti')
-rw-r--r-- | app-laptop/batti/ChangeLog | 6 | ||||
-rw-r--r-- | app-laptop/batti/batti-0.3.1.ebuild | 11 |
2 files changed, 7 insertions, 10 deletions
diff --git a/app-laptop/batti/ChangeLog b/app-laptop/batti/ChangeLog index 1bc330df8c1c..eea89e6f7df2 100644 --- a/app-laptop/batti/ChangeLog +++ b/app-laptop/batti/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-laptop/batti # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.2 2010/04/13 13:18:23 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.3 2010/04/13 19:32:09 idl0r Exp $ + + 13 Apr 2010; Christian Ruppert <idl0r@gentoo.org> batti-0.3.1.ebuild: + Remove ewarn to tell the user he has to be in the messagebus group. Depend + on sys-power/upower or sys-apps/devicekit-power. 13 Apr 2010; Christian Ruppert <idl0r@gentoo.org> batti-0.3.1.ebuild: Add a warning to let the user know he has to be in the messagebus group. diff --git a/app-laptop/batti/batti-0.3.1.ebuild b/app-laptop/batti/batti-0.3.1.ebuild index 20c4b8aed7c0..e22d616c4d56 100644 --- a/app-laptop/batti/batti-0.3.1.ebuild +++ b/app-laptop/batti/batti-0.3.1.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/app-laptop/batti/batti-0.3.1.ebuild,v 1.2 2010/04/13 13:18:23 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.1.ebuild,v 1.3 2010/04/13 19:32:09 idl0r Exp $ EAPI=2 @@ -19,7 +19,7 @@ IUSE="libnotify" RDEPEND="dev-python/pygtk dev-python/dbus-python - sys-power/upower + || ( sys-apps/devicekit-power sys-power/upower ) libnotify? ( x11-libs/libnotify )" DEPEND="${RDEPEND} dev-python/python-distutils-extra" @@ -36,13 +36,6 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update distutils_pkg_postinst - - echo - ewarn "Remember, in order to use batti, you have to" - ewarn "be in the 'messagebus' group." - echo - ewarn "Just run 'gpasswd -a <USER> messagebus', then have <USER> re-login." - echo } pkg_postrm() { |