summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-11-14 12:14:43 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-11-14 12:14:43 +0000
commitaafca3c39beae797f0b9e64fc947f78eca55ceb6 (patch)
tree94e65ff93fb9319d740046f7100a74086cf39c91 /dev-vcs
parentFix for Native multilib support (diff)
downloadgentoo-2-aafca3c39beae797f0b9e64fc947f78eca55ceb6.tar.gz
gentoo-2-aafca3c39beae797f0b9e64fc947f78eca55ceb6.tar.bz2
gentoo-2-aafca3c39beae797f0b9e64fc947f78eca55ceb6.zip
make dev-python/notify-python mandatory and eliminate libnotify USE flag, as reported by Alex Barker <alex AT 1stleg DOT com> in bug 345127
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/bzr-gtk/ChangeLog7
-rw-r--r--dev-vcs/bzr-gtk/bzr-gtk-0.99.0.ebuild15
2 files changed, 13 insertions, 9 deletions
diff --git a/dev-vcs/bzr-gtk/ChangeLog b/dev-vcs/bzr-gtk/ChangeLog
index 72e58d621b58..c2deb5f0c3bb 100644
--- a/dev-vcs/bzr-gtk/ChangeLog
+++ b/dev-vcs/bzr-gtk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/bzr-gtk
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v 1.5 2010/09/02 12:54:53 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v 1.6 2010/11/14 12:14:43 fauli Exp $
+
+ 14 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
+ bzr-gtk-0.99.0.ebuild:
+ make dev-python/notify-python mandatory and eliminate libnotify USE flag,
+ as reported by Alex Barker <alex AT 1stleg DOT com> in bug 345127
*bzr-gtk-0.99.0 (02 Sep 2010)
diff --git a/dev-vcs/bzr-gtk/bzr-gtk-0.99.0.ebuild b/dev-vcs/bzr-gtk/bzr-gtk-0.99.0.ebuild
index f310fb32a727..b41287b7029d 100644
--- a/dev-vcs/bzr-gtk/bzr-gtk-0.99.0.ebuild
+++ b/dev-vcs/bzr-gtk/bzr-gtk-0.99.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/dev-vcs/bzr-gtk/bzr-gtk-0.99.0.ebuild,v 1.1 2010/09/02 12:54:53 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/bzr-gtk-0.99.0.ebuild,v 1.2 2010/11/14 12:14:43 fauli Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,13 +18,15 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="gconf gnome-keyring gpg +sourceview libnotify nautilus"
+IUSE="gconf gnome-keyring gpg +sourceview nautilus"
DEPEND=">=dev-vcs/bzr-1.6_rc1
>=dev-python/pygtk-2.8
- nautilus? ( dev-python/nautilus-python )
+ dev-python/notify-python
>=dev-python/pycairo-1.0"
RDEPEND="${DEPEND}
+ nautilus? ( dev-python/nautilus-python )
+ dev-python/notify-python
gnome-keyring? ( dev-python/gnome-keyring-python )
gpg? ( app-crypt/seahorse )
sourceview? (
@@ -43,9 +45,6 @@ src_prepare() {
src_install() {
distutils_src_install
-
- if use libnotify; then
- insinto /etc/xdg/autostart
- doins bzr-notify.desktop
- fi
+ insinto /etc/xdg/autostart
+ doins bzr-notify.desktop
}