summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-04-13 13:18:23 +0000
committerChristian Ruppert <idl0r@gentoo.org>2010-04-13 13:18:23 +0000
commitbe6edc4bb4a40c1e33b7b9f434b9fe98e265f45c (patch)
tree11989c064207e0736bee42936be3b714fe4699f6 /app-laptop
parentVersion bump (diff)
downloadgentoo-2-be6edc4bb4a40c1e33b7b9f434b9fe98e265f45c.tar.gz
gentoo-2-be6edc4bb4a40c1e33b7b9f434b9fe98e265f45c.tar.bz2
gentoo-2-be6edc4bb4a40c1e33b7b9f434b9fe98e265f45c.zip
Add a warning to let the user know he has to be in the messagebus group. Fix pygtk dependency.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/batti/ChangeLog6
-rw-r--r--app-laptop/batti/batti-0.3.1.ebuild11
2 files changed, 14 insertions, 3 deletions
diff --git a/app-laptop/batti/ChangeLog b/app-laptop/batti/ChangeLog
index 60814d6b3081..1bc330df8c1c 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.1 2010/04/12 11:52:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.2 2010/04/13 13:18:23 idl0r Exp $
+
+ 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.
+ Fix pygtk dependency.
*batti-0.3.1 (12 Apr 2010)
diff --git a/app-laptop/batti/batti-0.3.1.ebuild b/app-laptop/batti/batti-0.3.1.ebuild
index d98f8459b46d..20c4b8aed7c0 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.1 2010/04/12 11:52:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.1.ebuild,v 1.2 2010/04/13 13:18:23 idl0r Exp $
EAPI=2
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libnotify"
-RDEPEND=">=dev-python/pygtk-2.16
+RDEPEND="dev-python/pygtk
dev-python/dbus-python
sys-power/upower
libnotify? ( x11-libs/libnotify )"
@@ -36,6 +36,13 @@ 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() {