summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-08-02 06:20:03 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-08-02 06:20:03 +0000
commit4d9478f8678516898aeb7cd89bb3d494b8437964 (patch)
tree218c332447ed7509cec4733753d5a99091ac6706 /media-sound/rhythmbox
parentcorrect dbus deps (bug #187369) (diff)
downloadgentoo-2-4d9478f8678516898aeb7cd89bb3d494b8437964.tar.gz
gentoo-2-4d9478f8678516898aeb7cd89bb3d494b8437964.tar.bz2
gentoo-2-4d9478f8678516898aeb7cd89bb3d494b8437964.zip
correct dbus deps (bug #187369)
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-sound/rhythmbox')
-rw-r--r--media-sound/rhythmbox/ChangeLog7
-rw-r--r--media-sound/rhythmbox/rhythmbox-0.10.0.ebuild5
-rw-r--r--media-sound/rhythmbox/rhythmbox-0.10.1.ebuild5
-rw-r--r--media-sound/rhythmbox/rhythmbox-0.9.7-r3.ebuild5
-rw-r--r--media-sound/rhythmbox/rhythmbox-0.9.8.ebuild5
5 files changed, 14 insertions, 13 deletions
diff --git a/media-sound/rhythmbox/ChangeLog b/media-sound/rhythmbox/ChangeLog
index 4e643be93b48..2d991aa5f9ed 100644
--- a/media-sound/rhythmbox/ChangeLog
+++ b/media-sound/rhythmbox/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/rhythmbox
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.102 2007/07/25 21:15:01 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.103 2007/08/02 06:20:03 mr_bones_ Exp $
+
+ 02 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org>
+ rhythmbox-0.9.7-r3.ebuild, rhythmbox-0.9.8.ebuild,
+ rhythmbox-0.10.0.ebuild, rhythmbox-0.10.1.ebuild:
+ correct dbus deps (bug #187369)
25 Jul 2007; Christoph Mende <angelos@gentoo.org> rhythmbox-0.10.1.ebuild:
Stable on amd64 wrt bug #185186
diff --git a/media-sound/rhythmbox/rhythmbox-0.10.0.ebuild b/media-sound/rhythmbox/rhythmbox-0.10.0.ebuild
index 37b7543460f9..fef4ce5fc7f9 100644
--- a/media-sound/rhythmbox/rhythmbox-0.10.0.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-0.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.10.0.ebuild,v 1.6 2007/07/08 04:24:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.10.0.ebuild,v 1.7 2007/08/02 06:20:03 mr_bones_ Exp $
inherit gnome2 eutils
@@ -34,8 +34,7 @@ RDEPEND=">=x11-libs/gtk+-2.6
>=sys-apps/hal-0.5 )
avahi? ( >=net-dns/avahi-0.6 )
!avahi? ( howl? ( >=net-misc/howl-0.9.8 ) )
- dbus? ( || ( >=dev-libs/dbus-glib-0.71
- >=sys-apps/dbus-0.35 ) )
+ dbus? ( >=dev-libs/dbus-glib-0.71 )
>=media-libs/gst-plugins-base-0.10
>=media-plugins/gst-plugins-gnomevfs-0.10
vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10
diff --git a/media-sound/rhythmbox/rhythmbox-0.10.1.ebuild b/media-sound/rhythmbox/rhythmbox-0.10.1.ebuild
index 9b6369672c53..8c3826f01ffd 100644
--- a/media-sound/rhythmbox/rhythmbox-0.10.1.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-0.10.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.10.1.ebuild,v 1.5 2007/07/25 21:15:01 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.10.1.ebuild,v 1.6 2007/08/02 06:20:03 mr_bones_ Exp $
inherit gnome2 eutils
@@ -34,8 +34,7 @@ RDEPEND=">=x11-libs/gtk+-2.6
>=sys-apps/hal-0.5 )
avahi? ( >=net-dns/avahi-0.6 )
!avahi? ( howl? ( >=net-misc/howl-0.9.8 ) )
- dbus? ( || ( >=dev-libs/dbus-glib-0.71
- >=sys-apps/dbus-0.35 ) )
+ dbus? ( >=dev-libs/dbus-glib-0.71 )
>=media-libs/gst-plugins-base-0.10
>=media-plugins/gst-plugins-gnomevfs-0.10
vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10
diff --git a/media-sound/rhythmbox/rhythmbox-0.9.7-r3.ebuild b/media-sound/rhythmbox/rhythmbox-0.9.7-r3.ebuild
index 7087a0c3fd49..42a99bdbc775 100644
--- a/media-sound/rhythmbox/rhythmbox-0.9.7-r3.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-0.9.7-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.9.7-r3.ebuild,v 1.3 2007/07/08 04:24:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.9.7-r3.ebuild,v 1.4 2007/08/02 06:20:03 mr_bones_ Exp $
WANT_AUTOMAKE="1.9"
inherit gnome2 eutils autotools
@@ -34,8 +34,7 @@ RDEPEND=">=x11-libs/gtk+-2.6
>=sys-apps/hal-0.5 )
avahi? ( >=net-dns/avahi-0.6 )
!avahi? ( howl? ( >=net-misc/howl-0.9.8 ) )
- dbus? ( || ( >=dev-libs/dbus-glib-0.71
- >=sys-apps/dbus-0.35 ) )
+ dbus? ( >=dev-libs/dbus-glib-0.71 )
>=media-libs/gst-plugins-base-0.10
>=media-plugins/gst-plugins-gnomevfs-0.10
vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10
diff --git a/media-sound/rhythmbox/rhythmbox-0.9.8.ebuild b/media-sound/rhythmbox/rhythmbox-0.9.8.ebuild
index 9aaf076bce43..0225a9987fa6 100644
--- a/media-sound/rhythmbox/rhythmbox-0.9.8.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-0.9.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.9.8.ebuild,v 1.5 2007/07/08 04:24:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.9.8.ebuild,v 1.6 2007/08/02 06:20:03 mr_bones_ Exp $
inherit gnome2 eutils
@@ -34,8 +34,7 @@ RDEPEND=">=x11-libs/gtk+-2.6
>=sys-apps/hal-0.5 )
avahi? ( >=net-dns/avahi-0.6 )
!avahi? ( howl? ( >=net-misc/howl-0.9.8 ) )
- dbus? ( || ( >=dev-libs/dbus-glib-0.71
- >=sys-apps/dbus-0.35 ) )
+ dbus? ( >=dev-libs/dbus-glib-0.71 )
>=media-libs/gst-plugins-base-0.10
>=media-plugins/gst-plugins-gnomevfs-0.10
vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10